Difference between revisions of "Install Desktop Environments/en"

Updating to match new version of source page
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
Line 5: Line 5:
= Overview =
= Overview =


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 11: Line 11:
= Desktop Environments =
= Desktop Environments =


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:


* '''window manager''' to display, move and resize application windows
* '''window manager''' to display, move and resize application windows
Line 34: Line 34:


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 44: Line 44:




== XFCE ==
== Xfce ==


[[File: xfceDE.png|thumb|left|375px]]
[[File: xfceDE.png|thumb|left|375px]]




'''[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 ======
====== Install a basic Xfce environment ======


  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 ======
====== Optional: Install and use LightDM, the recommended display manager for Xfce ======
  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 ======
====== Optional: Install the Manjaro configuration and theming for Xfce ======
  sudo pacman -S manjaro-xfce-gtk3-settings manjaro-settings-manager
  sudo pacman -S manjaro-xfce-settings manjaro-settings-manager


To configure LightDM to match the official iso replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with
To configure LightDM to match the official iso replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with
Line 116: Line 116:
Alternatively, the newer themes may be installed with:
Alternatively, the newer themes may be installed with:


  sudo pacman -S breath2-icon-themes breath2-wallpaper plasma5-themes-breath2 sddm-breath2-theme
  sudo pacman -S plasma5-themes-breath


====== Create a new user for the new desktop environment ======
====== Create a new user for the new desktop environment ======
Line 125: Line 125:
<br clear="all" />
<br clear="all" />


== Gnome 3 ==
== GNOME 3 ==
[[File: Gnome-de-18.jpg|thumb|left|375px]]
[[File: Gnome-de-18.jpg|thumb|left|375px]]


'''[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 ======
====== Install a basic GNOME environment ======


  sudo pacman -S gnome
  sudo pacman -S gnome
Line 138: Line 138:
  sudo pacman -S gnome-extra
  sudo pacman -S gnome-extra


====== Optional: Install and use GDM, the recommended display manager for gnome ======
====== Optional: Install and use GDM, the recommended display manager for GNOME ======


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 ======
====== Optional: Install the Manjaro configuration and theming for GNOME ======
   
   
  sudo pacman -S manjaro-gnome-assets manjaro-gdm-theme manjaro-settings-manager
  sudo pacman -S manjaro-gnome-settings manjaro-settings-manager


====== Create a new user for the new desktop environment ======
====== Create a new user for the new desktop environment ======
Line 157: Line 157:
[[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.


====== Install a basic budgie environment ======
====== Install a basic Budgie environment ======


  sudo pacman -S budgie-desktop network-manager-applet gnome-control-center gnome-screensaver
  sudo pacman -S budgie-desktop network-manager-applet gnome-control-center gnome-screensaver
Line 172: Line 172:
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 193: Line 193:
[[File: Cinnamon screenshot.jpeg|thumb|left|375px]]
[[File: Cinnamon screenshot.jpeg|thumb|left|375px]]


'''[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 ======
====== Install a basic Cinnamon environment ======


  sudo pacman -S cinnamon
  sudo pacman -S cinnamon
Line 210: Line 210:
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 ======
====== Optional: Install the Manjaro configuration and theming for Cinnamon ======
   
   
  sudo pacman -S manjaro-cinnamon-settings adapta-maia-theme kvantum-manjaro
  sudo pacman -S manjaro-cinnamon-settings adapta-maia-theme kvantum-manjaro
Line 236: Line 236:
== Deepin ==
== Deepin ==
[[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 ======
====== Install a basic deepin environment ======
Line 242: Line 242:
  sudo pacman -S deepin
  sudo pacman -S deepin


====== Optional: Install the deepin applications suite ======
====== Optional: Install the Deepin applications suite ======
   
   
  sudo pacman -S deepin-extra
  sudo pacman -S deepin-extra
Line 253: Line 253:
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 ======
====== Optional: Install the Manjaro configuration and theming for Deepin ======
   
   
  sudo pacman -S deepin-manjaro
  sudo pacman -S deepin-manjaro
Line 268: Line 268:
[[File: E20-Green_Onix_760.png|thumb|left|375px]]
[[File: E20-Green_Onix_760.png|thumb|left|375px]]


'''[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 ======
====== Install a basic E environment ======
Line 281: Line 281:
  $ sudo systemctl enable entrance.service --force
  $ sudo systemctl enable entrance.service --force


====== Optional: Install Manjaro themes for E ======  
====== Optional: Install Manjaro themes for E ======
  sudo pacman -S enlightenment-manjaro-themes
  sudo pacman -S enlightenment-manjaro-themes


Line 295: Line 295:
[[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.
'''[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 ======
====== Install a basic LXDE environment ======


  sudo pacman -S lxde network-manager-applet
  sudo pacman -S lxde network-manager-applet
Line 337: Line 337:
[[File: Lxqt-de-18.png|thumb|left|375px]]
[[File: Lxqt-de-18.png|thumb|left|375px]]


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 ======
====== Install a basic LXQt environment ======
Line 361: Line 361:




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 ======
====== Install a basic MATE environment ======


  sudo pacman -S mate network-manager-applet
  sudo pacman -S mate network-manager-applet


====== Optional: Install mate applications and configuration tools ======
====== Optional: Install MATE applications and configuration tools ======
  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 ======
====== Optional: Install and use LightDM, the recommended display manager for MATE ======
  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 ======
====== Optional: Install the Manjaro configuration and theming for MATE ======
  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 398: Line 398:




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.  


Therefore extremely powerful and versatile, these window managers also carry the additional benefit of being faster and more resource efficient than pre-defined desktop environments. Interestingly, the super-lightweight LXDE environment is itself built on the Openbox window manager. There are two types of Window Manager: '''Stacking''' and '''Tiling'''. These names denote how application windows will behave on your desktop.
Therefore extremely powerful and versatile, these window managers also carry the additional benefit of being faster and more resource efficient than pre-defined desktop environments. Interestingly, the super-lightweight LXDE environment is itself built on the Openbox window manager. There are two types of Window Manager: '''Stacking''' and '''Tiling'''. These names denote how application windows will behave on your desktop.
Line 405: Line 405:
== Stacking Window Managers ==
== 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 (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.




8,138

edits