Difference between revisions of "Install Desktop Environments"

m
imported>Cscs
imported>Cscs
Line 275: Line 275:


{{note|Installing LXDE will also result in installing ''Openbox'' as its default window manager. The LXDM display manager will also be downloaded, although it will be necessary to enable this yourself if you wish to replace your existing display manager.}}
{{note|Installing LXDE will also result in installing ''Openbox'' as its default window manager. The LXDM display manager will also be downloaded, although it will be necessary to enable this yourself if you wish to replace your existing display manager.}}
[[File: lxde17.1.11.jpg|thumb|left|375px]]
[[File: lxde17.1.11.jpg|thumb|left|375px]]


'''[http://lxde.org/ LXDE]''' is a super-lightweight desktop environment that is very similar to XFCE, with the exception that it is not compatible with Compiz. As with XFCE, LXDE is also a somewhat basic desktop environment, lacking some modern features that would be expected, such as a search-bar to find applications and files. However, it is also an excellent choice for less powerful computers, as a 64 bit installation of Manjaro running LXDE uses only about 320MB of memory.
'''[http://lxde.org/ LXDE]''' is a super-lightweight desktop environment that is very similar to XFCE, with the exception that it is not compatible with Compiz. As with XFCE, LXDE is also a somewhat basic desktop environment, lacking some modern features that would be expected, such as a search-bar to find applications and files. However, it is also an excellent choice for less powerful computers, as a 64 bit installation of Manjaro running LXDE uses only about 320MB of memory.
Line 284: Line 282:


  sudo pacman -S lxde network-manager-applet
  sudo pacman -S lxde network-manager-applet


====== Optional: Install and use LightDM, the recommended display manager for lxde ======
====== Optional: Install and use LightDM, the recommended display manager for lxde ======
Line 291: Line 290:


====== Optional: Install the Manjaro configuration and theming for lxde ======
====== Optional: Install the Manjaro configuration and theming for lxde ======
  sudo pacman -S manjaro-lxde-logout-banner manjaro-lxde-xfce4-notifyd manjaro-lxde-xfce4-volumed-pulse manjaro-settings-manager manjaro-settings-manager-notifier manjaro-lxde-settings arc-maia-icon-theme kvantum-manjaro
  sudo pacman -S manjaro-lxde-logout-banner manjaro-lxde-xfce4-notifyd manjaro-lxde-xfce4-volumed-pulse manjaro-settings-manager manjaro-settings-manager-notifier manjaro-lxde-settings arc-maia-icon-theme kvantum-manjaro


Line 310: Line 310:


====== 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>


<br clear="all" />
<br clear="all" />


== LXQt ==
== LXQt ==
Anonymous user