Difference between revisions of "Install Desktop Environments"
Views
Actions
Namespaces
Variants
Tools
m
→Budgie
imported>Cscs |
imported>Cscs m (→Budgie) |
||
Line 142: | Line 142: | ||
== Budgie == | == Budgie == | ||
[[File: budgie.jpg|thumb|left|375px]] | [[File: budgie.jpg|thumb|left|375px]] | ||
The '''[https://github.com/solus-project/budgie-desktop Budgie Desktop]''' is a modern desktop designed to keep out the way of the user. It features heavy integration with the GNOME stack in order for an enhanced experience. A 64 bit installation of Manjaro running budgie uses about 632MB of memory. | The '''[https://github.com/solus-project/budgie-desktop Budgie Desktop]''' is a modern desktop designed to keep out the way of the user. It features heavy integration with the GNOME stack in order for an enhanced experience. A 64 bit installation of Manjaro running budgie uses about 632MB of memory. | ||
Line 156: | Line 154: | ||
====== Optional: Install and use LightDM, the recommended display manager for budgie ====== | ====== Optional: Install and use LightDM, the recommended display manager for budgie ====== | ||
sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings | sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings | ||
systemctl enable lightdm.service --force | |||
edit | edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter''' | ||
====== Optional: Install the Manjaro configuration and theming for budgie ====== | ====== Optional: Install the Manjaro configuration and theming for budgie ====== | ||
sudo pacman -S manjaro-budgie-settings manjaro-settings-manager papirus-maia-icon-theme | sudo pacman -S manjaro-budgie-settings manjaro-settings-manager papirus-maia-icon-theme | ||
Line 171: | Line 171: | ||
====== Create a new user for the new desktop environment ====== | ====== Create a new user for the new desktop environment ====== | ||
sudo useradd -mG lp,network,power,sys,wheel <username> | sudo useradd -mG lp,network,power,sys,wheel <username> | ||
sudo passwd <username> | sudo passwd <username> |