Manjaro Difference between revisions of "Install Desktop Environments"

Difference between revisions of "Install Desktop Environments"

From Manjaro
imported>Cscs
imported>Cscs
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
  sudo systemctl enable lightdm.service --force
  systemctl enable lightdm.service --force
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''
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>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.