MATE: Difference between revisions
Guest09248 (talk | contribs) No edit summary |
Guest09248 (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
= Install MATE Desktop = | = Install MATE Desktop = | ||
{{Cmd|# apk add mate-desktop-environment dbus dbus-x11 lxdm adwaita-icon-theme faenza-icon-theme sudo | {{Cmd|<nowiki># apk add mate-desktop-environment dbus dbus-x11 lxdm adwaita-icon-theme faenza-icon-theme sudo | ||
# gvfs_pkgs=$(apk search gvfs -q | grep -v '\-dev' | grep -v '\-lang' | grep -v '\-doc') | # gvfs_pkgs=$(apk search gvfs -q | grep -v '\-dev' | grep -v '\-lang' | grep -v '\-doc') | ||
# apk add $gvfs_pkgs}} | # apk add $gvfs_pkgs</nowiki>}} | ||
Line 36: | Line 36: | ||
Add all available True Type Fonts: | Add all available True Type Fonts: | ||
{{Cmd|$ ttfs=$(apk search -q ttf- | grep -v '\-doc') | {{Cmd|<nowiki>$ ttfs=$(apk search -q ttf- | grep -v '\-doc') | ||
# apk add $ttfs}} | # apk add $ttfs</nowiki>}} | ||
=== Disabling standby and screensaver === | === Disabling standby and screensaver === |
Revision as of 18:06, 2 January 2022
Prerequisites
- Install AlpineLinux
- Create a user account (optional but recommended)
- Enable the Community repository
- Install Xorg
Install MATE Desktop
# apk add mate-desktop-environment dbus dbus-x11 lxdm adwaita-icon-theme faenza-icon-theme sudo # gvfs_pkgs=$(apk search gvfs -q | grep -v '\-dev' | grep -v '\-lang' | grep -v '\-doc') # apk add $gvfs_pkgs
If you are running your Alpine from RAM, save the changes:
# lbu ci
Try, starting dbus and lxdm. This will start the display manager and should allow you to login.
# rc-service dbus start
- rc-service lxdm start
If it worked, enable the services to start on reboot
# rc-update add dbus
- rc-update add lxdm
Misc
True type fonts
Add all available True Type Fonts:
$ ttfs=$(apk search -q ttf- | grep -v '\-doc') # apk add $ttfs
Disabling standby and screensaver
Check the current configuration using xset:
$ sudo apk add xset $ xset q
Contents of xset q
To disable those timers issue the command:
$ xset dpms 0 0 0
Santiy check:
$ xset q | grep Standby Standby: 0 Suspend: 0 Off: 0