Difference between revisions of "Install Desktop Environments"

Added budgie
imported>Dalto
(Replaced/updated the info about kde applications which I accidentally removed in the last set of updates)
imported>Dalto
(Added budgie)
Line 125: Line 125:
<br clear="all" />
<br clear="all" />


== Budgie ==
[[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.
====== To install a basic budgie environment ======
sudo pacman -S budgie-desktop network-manager-applet gnome-control-center gnome-screensaver
====== Optional: Install additional commonly used components ======
sudo pacman -S gnome-terminal nautilus budgie-extras dconf-editor
====== Optional: Install and use LightDM, the recommended display manager for budgie ======
sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings
sudo systemctl enable lightdm.service --force
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 ======
sudo pacman -S manjaro-budgie-settings manjaro-settings-manager papirus-maia-icon-theme
Either create a new user or enter the following command to update the current user
/usr/bin/cp -rf /etc/skel/. ~
To configure LightDM to match the official iso replace the contents of /etc/lightdm/slick-greeter.conf with
[Greeter]
background=/usr/share/backgrounds/manjaro-budgie/manjaro-budgie.jpg
theme-name=Adapta-Nokto-Maia
icon-theme-name=Papirus-Adapta-Maia
draw-grid=false
<br clear="all" />


== Cinnamon ==
== Cinnamon ==
Anonymous user