Difference between revisions of "Install Desktop Environments"

no edit summary
m (Fixed also KDE Plasma theme install command.)
Tags: Mobile web edit Mobile edit
Line 7: Line 7:


<!--T:2-->
<!--T:2-->
There are several Desktop Environments and Window Managers available for Manjaro, each with their own unique style, interface, and features. Furthermore, it is possible to install multiple environments if desired, which can be selected at the login screen at any time. Users are not restricted  to whatever comes pre-installed with a particular flavour of Manjaro.
There are several desktop environments and window managers available for Manjaro, each with their own unique style, interface, and features. Furthermore, it is possible to install multiple environments if desired, which can be selected at the login screen at any time. Users are not restricted  to whatever comes pre-installed with a particular flavour of Manjaro.




Line 14: Line 14:


<!--T:4-->
<!--T:4-->
It is worth noting that a Desktop Environment(DE) is not a single entity; it is actually a collection of different components that work together. This commonly includes a:
It is worth noting that a desktop environment (DE) is not a single entity; it is actually a collection of different components that work together. This commonly includes a:


<!--T:5-->
<!--T:5-->
Line 42: Line 42:
<!--T:10-->
<!--T:10-->
Installing multiple DEs is not without risks.  Here are some things that can pop-up when running more than one DE:
Installing multiple DEs is not without risks.  Here are some things that can pop-up when running more than one DE:
* The settings packages overlap so you can only have one DE pre-configured with the Manjaro theming. The others will need to have the theming applied manually.
* The settings packages overlap so you can only have one DE pre-configured with the Manjaro theming. The others will need to have the theming applied manually.
* You can end up with more than one instance of similar applications.  For example, it is common to end up with 2 Bluetooth managers. It takes some tweaking to get a single manager working in multiple DEs
* You can end up with more than one instance of similar applications.  For example, it is common to end up with 2 Bluetooth managers. It takes some tweaking to get a single manager working in multiple DEs.
* Sometimes two different DEs will share the same configuration files causing strange things to happen, especially with theming
* Sometimes two different DEs will share the same configuration files causing strange things to happen, especially with theming.




Line 54: Line 54:




== XFCE == <!--T:13-->
== Xfce == <!--T:13-->


<!--T:14-->
<!--T:14-->
Line 61: Line 61:


<!--T:15-->
<!--T:15-->
'''[http://xfce.org/ XFCE]''' is a lightweight and versatile desktop environment that utilises a classic drop-down or pop-up menu to access applications. It is also compatible with '''[[Compiz_and_Emerald|Compiz]]'''. A little time and effort will also be required to properly customise the desktop to suit personal taste. A 64 bit installation of Manjaro running XFCE uses about 390MB of memory.  As of version 18, Manjaro has moved to the gtk3 version of XFCE.
'''[http://xfce.org/ Xfce]''' or '''XFCE''', pronounced as four individual letters, is a lightweight and versatile desktop environment that utilises a classic drop-down/pop-up menu to access applications. It is also compatible with '''[[Compiz_and_Emerald|Compiz]]'''. A little time and effort will also be required to properly customise the desktop to suit personal taste. A 64 bit installation of Manjaro running Xfce uses about 390MB of memory.  As of version 18, Manjaro has moved to the gtk3 version of Xfce.


====== Install a basic XFCE environment ====== <!--T:16-->
====== Install a basic Xfce environment ====== <!--T:16-->


  <!--T:17-->
  <!--T:17-->
sudo pacman -S xfce4-gtk3 xfce4-goodies xfce4-terminal network-manager-applet xfce4-notifyd-gtk3 xfce4-whiskermenu-plugin-gtk3 tumbler engrampa
sudo pacman -S xfce4-gtk3 xfce4-goodies xfce4-terminal network-manager-applet xfce4-notifyd-gtk3 xfce4-whiskermenu-plugin-gtk3 tumbler engrampa


====== Optional: Install and use LightDM, the recommended display manager for XFCE ====== <!--T:18-->
====== Optional: Install and use LightDM, the recommended display manager for Xfce ====== <!--T:18-->
  sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings
  sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings
  sudo systemctl enable lightdm.service --force
  sudo systemctl enable lightdm.service --force
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-gtk-greeter'''
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-gtk-greeter'''


====== Optional: Install the Manjaro configuration and theming for XFCE ====== <!--T:19-->
====== Optional: Install the Manjaro configuration and theming for Xfce ====== <!--T:19-->
  sudo pacman -S manjaro-xfce-settings manjaro-settings-manager
  sudo pacman -S manjaro-xfce-settings manjaro-settings-manager


Line 148: Line 148:
<br clear="all" />
<br clear="all" />


== Gnome 3 == <!--T:37-->
== GNOME 3 == <!--T:37-->
[[File: Gnome-de-18.jpg|thumb|left|375px]]
[[File: Gnome-de-18.jpg|thumb|left|375px]]


<!--T:38-->
<!--T:38-->
'''[http://www.gnome.org/ Gnome 3]''' is an intuitive desktop environment that utilises a tablet or smartphone style interface to access applications. It is not compatible with compiz. Although Gnome is very easy to learn and use, its customisation options are quite limited, and it can be difficult to configure. A 64 bit installation of Manjaro running Gnome uses about 447MB of memory.
'''[http://www.gnome.org/ GNOME 3]''' is an intuitive desktop environment that utilises a tablet or smartphone style interface to access applications. It is not compatible with compiz. Although GNOME is very easy to learn and use, it has limited customisation options and it can be difficult to configure. A 64 bit installation of Manjaro running GNOME uses about 447MB of memory.


====== Install a basic gnome environment ====== <!--T:39-->
====== Install a basic GNOME environment ====== <!--T:39-->


  <!--T:40-->
  <!--T:40-->
Line 164: Line 164:
sudo pacman -S gnome-extra
sudo pacman -S gnome-extra


====== Optional: Install and use GDM, the recommended display manager for gnome ====== <!--T:43-->
====== Optional: Install and use GDM, the recommended display manager for GNOME ====== <!--T:43-->


<!--T:44-->
<!--T:44-->
GDM is installed as a dependency of gnome, to enable it
GDM is installed as a dependency of GNOME. To enable it:
   
   
  systemctl enable gdm.service --force
  systemctl enable gdm.service --force


====== Optional: Install the Manjaro configuration and theming for gnome ====== <!--T:45-->
====== Optional: Install the Manjaro configuration and theming for GNOME ====== <!--T:45-->
   
   
  sudo pacman -S manjaro-gnome-settings manjaro-settings-manager
  sudo pacman -S manjaro-gnome-settings manjaro-settings-manager
Line 186: Line 186:


<!--T:49-->
<!--T:49-->
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.


====== Install a basic budgie environment ====== <!--T:50-->
====== Install a basic Budgie environment ====== <!--T:50-->


  <!--T:51-->
  <!--T:51-->
Line 202: Line 202:
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 ====== <!--T:54-->
====== Optional: Install the Manjaro configuration and theming for Budgie ====== <!--T:54-->
   
   
  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 226: Line 226:


<!--T:59-->
<!--T:59-->
'''[http://cinnamon.linuxmint.com/ Cinnamon]''' is a desktop environment based on Gnome 3 that utilises a large panel-style menu to access applications. It is not compatible with compiz. Despite being based on Gnome, it has more customisation options and is easier to configure. Users of Windows Vista or Windows 7 may find Cinnamon's interface comfortably familiar. A 64 bit installation of Manjaro running Cinnamon uses about 665MB of memory.
'''[http://cinnamon.linuxmint.com/ Cinnamon]''' is a desktop environment based on GNOME 3 that utilises a large panel-style menu to access applications. It is not compatible with compiz. Despite being based on GNOME, it has more customisation options and therefore is easier to configure. Windows Vista or 7 users may find Cinnamon's interface comfortably familiar. A 64 bit installation of Manjaro running Cinnamon uses about 665MB of memory.


====== Install a basic cinnamon environment ====== <!--T:60-->
====== Install a basic Cinnamon environment ====== <!--T:60-->


  <!--T:61-->
  <!--T:61-->
Line 245: Line 245:
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''
Then 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 cinnamon ====== <!--T:65-->
====== Optional: Install the Manjaro configuration and theming for Cinnamon ====== <!--T:65-->
   
   
  sudo pacman -S manjaro-cinnamon-settings adapta-maia-theme kvantum-manjaro
  sudo pacman -S manjaro-cinnamon-settings adapta-maia-theme kvantum-manjaro
Line 274: Line 274:
== Deepin == <!--T:70-->
== Deepin == <!--T:70-->
[[File: deepin.jpg|thumb|left|375px]]
[[File: deepin.jpg|thumb|left|375px]]
The '''[https://www.deepin.org/en/dde/ Deepin Desktop]''' is an elegant, easy to use desktop. It is lightly configurable.  A 64 bit installation of Manjaro running deepin uses about 525MB of memory.
The '''[https://www.deepin.org/en/dde/ Deepin Desktop]''' is an elegant, easy to use desktop. It is lightly configurable.  A 64 bit installation of Manjaro running Deepin uses about 525MB of memory.


====== Install a basic deepin environment ====== <!--T:71-->
====== Install a basic deepin environment ====== <!--T:71-->
Line 281: Line 281:
sudo pacman -S deepin
sudo pacman -S deepin


====== Optional: Install the deepin applications suite ====== <!--T:73-->
====== Optional: Install the Deepin applications suite ====== <!--T:73-->
   
   
  sudo pacman -S deepin-extra
  sudo pacman -S deepin-extra
Line 293: Line 293:
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-deepin-greeter'''
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-deepin-greeter'''


====== Optional: Install the Manjaro configuration and theming for deepin ====== <!--T:76-->
====== Optional: Install the Manjaro configuration and theming for Deepin ====== <!--T:76-->
   
   
  sudo pacman -S deepin-manjaro
  sudo pacman -S deepin-manjaro
Line 310: Line 310:


<!--T:80-->
<!--T:80-->
'''[http://www.enlightenment.org/ Enlightenment]''', sometimes known simply as E, is a lightweight desktop environment known for its configurability and tools for creating beautiful user interfaces using its Enlightenment Foundation Libraries (EFL). E started in 1997 as a stacking windows manager, emerging as a desktop environment with development release 0.17. E does not come with a broad array of tools by default, which can be an advantage for experienced users who want to customize their installation, and a disadvantage for users with little or no experience of Linux. E uses a few unique terms, for example referring to panels as “shelves”. A 64-bit installation of E uses about 160M of memory.
'''[http://www.enlightenment.org/ Enlightenment]''', sometimes known simply as E, is a lightweight desktop environment known for its configurability and tools for creating beautiful user interfaces using its Enlightenment Foundation Libraries (EFL). E started in 1997 as a stacking window manager, emerging as a desktop environment since development release version 0.17. E does not come with a broad array of tools by default, which can be an advantage for experienced users who want to customize their installation, and a disadvantage for users with little or no experience of Linux. E uses a few unique terms, for example referring to panels as “shelves”. A 64-bit installation of E uses about 160M of memory.


====== Install a basic E environment ====== <!--T:81-->
====== Install a basic E environment ====== <!--T:81-->
Line 340: Line 340:


<!--T:88-->
<!--T:88-->
'''[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.
'''[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, due to comparatively low resource requirements, it is also an excellent choice for less powerful computers.


====== Install a basic lxde environment ====== <!--T:89-->
====== Install a basic LXDE environment ====== <!--T:89-->


  <!--T:90-->
  <!--T:90-->
Line 387: Line 387:


<!--T:98-->
<!--T:98-->
The '''[https://lxqt.org/ LXQt Desktop Environment]''' LXQt is a lightweight Qt desktop environment. It will not get in your way. It will not hang or slow down your system. It is focused on being a classic desktop with a modern look and feel. A 64 bit installation of Manjaro running lxqt uses about 250MB of memory.
The '''[https://lxqt.org/ LXQt Desktop Environment]''' LXQt is a lightweight Qt desktop environment. It was formed from the merger of the LXDE and Razor-qt projects. A 64 bit installation of Manjaro running lxqt uses about 250MB of memory.


====== Install a basic LXQt environment ====== <!--T:99-->
====== Install a basic LXQt environment ====== <!--T:99-->
Line 414: Line 414:


<!--T:106-->
<!--T:106-->
The '''[https://mate-desktop.org/ MATE Desktop]''' Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems.  MATE is under active development to add support for new technologies while preserving a traditional desktop experience. A 64 bit installation of Manjaro running MATE uses about 378MB of memory.
'''[https://mate-desktop.org/ MATE]''' is a desktop environment and the continuation of GNOME 2. Featuring an intuitive and attractive desktop environment while preserving a traditional desktop experience, its aim is to maintain and continue the latest GNOME 2 code base, frameworks, and core applications. A 64 bit installation of Manjaro running MATE uses about 378MB of memory.


====== Install a basic mate environment ====== <!--T:107-->
====== Install a basic MATE environment ====== <!--T:107-->


  <!--T:108-->
  <!--T:108-->
sudo pacman -S mate network-manager-applet
sudo pacman -S mate network-manager-applet


====== Optional: Install mate applications and configuration tools ====== <!--T:109-->
====== Optional: Install MATE applications and configuration tools ====== <!--T:109-->
  sudo pacman -S mate-extra dconf-editor
  sudo pacman -S mate-extra dconf-editor


====== Optional: Install and use LightDM, the recommended display manager for mate ====== <!--T:110-->
====== Optional: Install and use LightDM, the recommended display manager for MATE ====== <!--T:110-->
  sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings
  sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings
  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 mate ====== <!--T:111-->
====== Optional: Install the Manjaro configuration and theming for MATE ====== <!--T:111-->
  sudo pacman -S manjaro-mate-settings arc-maia-icon-theme papirus-maia-icon-theme manjaro-settings-manager manjaro-settings-manager-notifier
  sudo pacman -S manjaro-mate-settings arc-maia-icon-theme papirus-maia-icon-theme manjaro-settings-manager manjaro-settings-manager-notifier


Line 457: Line 457:


<!--T:118-->
<!--T:118-->
Although Desktop Environments commonly provide a good range of customisation options to suit personal taste and preference, they may still be seen as somewhat restrictive or controlled in the sense that they merely allow for the personalisation of their pre-defined components. However, certain Window Managers empower users to take a 'do it yourself' approach in order to create their own desktop environments. In essence, they may be used as a foundation on which to build upon, as literally every component and every aspect of the desktop is under the direct control and choice of the user. An environment may be as elaborate or as minimalistic as desired, and it is even possible to mix and match various components from other desktop environments.  
Although desktop environments commonly provide a good range of customisation options to suit personal taste and preference, they may still be seen as somewhat restrictive or controlled in the sense that they merely allow for the personalisation of their pre-defined components. However, certain Window Managers (WM) empower users to take a 'do it yourself' approach in order to create their own desktop environments. In essence, they may be used as a foundation on which to build upon, as literally every component and every aspect of the desktop is under the direct control and choice of the user. An environment may be as elaborate or as minimalistic as desired, and it is even possible to mix and match various components from other desktop environments.  


<!--T:119-->
<!--T:119-->
Line 466: Line 466:


<!--T:121-->
<!--T:121-->
'''Stacking window managers''' are by far the most popular, and essentially allow application windows to be moved freely around the screen, which may overlap - or 'stack' - upon one another, hence the name. All popular desktop environments (e.g. XFCE, KDE, Gnome, etc.) use stacking window Managers.
'''Stacking window managers''' are by far the most popular, and essentially allow application windows to be moved freely around the screen, which may overlap - or 'stack' - upon one another, hence the name. All popular desktop environments such as Xfce, KDE Plasma and GNOME use stacking window Managers.




2

edits