You can use
Settings > Appearance > Fonts
to change the size of all the text on the desktop, menu, window titles, panel.
I don't know if you can adjust the menu on it's own though.
Search found 5 matches
- 20. Sep 2016, 02:35
- Forum: Problems
- Topic: Make Letters Bigger From Start Menu xfce
- Replies: 1
- Views: 1603
- 7. Sep 2016, 15:51
- Forum: Bugs
- Topic: lxml not downloading
- Replies: 3
- Views: 4804
Re: lxml not downloading
Thank you, that did it.
Is "--update" the same as the "reload" arrow in Sourcery?
I'm more used to apt-get and synaptic, and I should have known that, always do apt-get update before apt-get install, sorry for the momentary lack of sense
Is "--update" the same as the "reload" arrow in Sourcery?
I'm more used to apt-get and synaptic, and I should have known that, always do apt-get update before apt-get install, sorry for the momentary lack of sense
- 6. Sep 2016, 19:11
- Forum: Bugs
- Topic: lxml not downloading
- Replies: 3
- Views: 4804
lxml not downloading
http://download.salixos.org/sbo/14.2/python/lxml/lxml.SlackBuild
Trying to install lxml, but the build fails, it doesn't appear to be downloading the source package.
The following packages will be fetched:
lxml
Fetching README... 0% 0% 0% 0% 0% 0% 0% 0% 0% 0% 0% 0%100%100%100%100%Done
Fetching ...
Trying to install lxml, but the build fails, it doesn't appear to be downloading the source package.
The following packages will be fetched:
lxml
Fetching README... 0% 0% 0% 0% 0% 0% 0% 0% 0% 0% 0% 0%100%100%100%100%Done
Fetching ...
- 6. Sep 2016, 18:09
- Forum: Problems
- Topic: Sleep, unwanted wakeups and ACPI
- Replies: 5
- Views: 3549
Re: Sleep, unwanted wakeups and ACPI
Think I've fixed the wakeup issue, added the following to /etc/rc.d/rc.local
for device in XHC1 GLAN ; do
grep $device /proc/acpi/wakeup | grep enabled > /dev/null && {
echo Disabling wakeup on $device
echo $device > /proc/acpi/wakeup
}
done
this leaves only the lid switch enabled for ...
for device in XHC1 GLAN ; do
grep $device /proc/acpi/wakeup | grep enabled > /dev/null && {
echo Disabling wakeup on $device
echo $device > /proc/acpi/wakeup
}
done
this leaves only the lid switch enabled for ...
- 5. Sep 2016, 10:21
- Forum: Problems
- Topic: Sleep, unwanted wakeups and ACPI
- Replies: 5
- Views: 3549
Sleep, unwanted wakeups and ACPI
Hello
I'm a recently returned Slackware user, after many years with other distros (the last slackware I installed would have been about 8.0) and I'm very much enjoying Salix, it's exactly what I want in an OS.
However, I need to ask for help with a configuration issue, as I can't remember where ...
I'm a recently returned Slackware user, after many years with other distros (the last slackware I installed would have been about 8.0) and I'm very much enjoying Salix, it's exactly what I want in an OS.
However, I need to ask for help with a configuration issue, as I can't remember where ...