Difference between revisions of "Install Desktop Environments"

Added information about installing Manjaro settings packages
imported>Dalto
(Replaced/updated the info about kde applications which I accidentally removed in the last set of updates)
imported>Dalto
(Added information about installing Manjaro settings packages)
(2 intermediate revisions by the same user not shown)
Line 27: Line 27:


Where additional (and optional) extras for a desktop environment are availble, the terminal commands to obtain these have also been provided. These commands have been listed seperately to those for obtaining the desktop environments themselves.
Where additional (and optional) extras for a desktop environment are availble, the terminal commands to obtain these have also been provided. These commands have been listed seperately to those for obtaining the desktop environments themselves.
Some important information about installing the Manjaro settings packages:
* The Manjaro settings packages contain the theming and settings to make the desktop the same as in the Manjaro ISOs
* They have the naming convention manjaro-<desktop>-settings i.e. manjaro-xfce-settings
* They share files so you can only have one at a time installed.
* If you are coming from gnome you must remove the meta package '''manjaro-gnome-assets''' before you can install the settings package for another desktop




Line 49: Line 56:
  /usr/bin/cp -rf /etc/skel/. ~
  /usr/bin/cp -rf /etc/skel/. ~


To configure LightDM to match the official iso replace the contents of /etc/lightdm/lightdm-gtk-greeter with
To configure LightDM to match the official iso replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with
  [greeter]
  [greeter]
  background = /usr/share/backgrounds/breath.png
  background = /usr/share/backgrounds/breath.png
Line 125: Line 132:
<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