<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spyrou</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spyrou"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Spyrou"/>
	<updated>2026-04-29T07:43:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Install_Desktop_Environments&amp;diff=23076</id>
		<title>Install Desktop Environments</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Install_Desktop_Environments&amp;diff=23076"/>
		<updated>2021-08-08T12:50:29Z</updated>

		<summary type="html">&lt;p&gt;Spyrou: alignment with latest config&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Desktop Environments =&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
* '''window manager''' to display, move and resize application windows&lt;br /&gt;
* '''file manager''' to visually browse, copy and access files, etc. &lt;br /&gt;
* '''background provider''' to display wallpapers, etc.&lt;br /&gt;
* '''panel''' to provide a menu and to display information such as the time&lt;br /&gt;
* '''settings/configuration manager''' to change the look of the environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And so on. Most desktop environments will also come with their own preferred applications, in addition to various widgets, addons, and extensions to provide extra features. As such, upon entering the commands provided below in your terminal to download and install a desktop environment, you may be prompted to choose from a selection of components provided for it. '''To install a full desktop environment''' - complete with its own preferred file manager, applications, and so on&lt;br /&gt;
&lt;br /&gt;
Where additional (and optional) extras for a desktop environment are available, the terminal commands to obtain these have also been provided.&lt;br /&gt;
&lt;br /&gt;
Some important information about installing the Manjaro settings packages:&lt;br /&gt;
* The Manjaro settings packages contain the theming and settings to make the desktop the same as in the Manjaro ISOs&lt;br /&gt;
* They have the naming convention manjaro-&amp;lt;desktop&amp;gt;-settings i.e. manjaro-xfce-settings&lt;br /&gt;
* They share files so you can only have one at a time installed.&lt;br /&gt;
* 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&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Risks of Using Multiple DEs==&lt;br /&gt;
&lt;br /&gt;
Installing multiple DEs is not without risks.  Here are some things that can pop-up when running more than one DE:&lt;br /&gt;
* 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.&lt;br /&gt;
* 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&lt;br /&gt;
* Sometimes two different DEs will share the same configuration files causing strange things to happen, especially with theming&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These risks are greatly reduced by using a different user account for each DE.&lt;br /&gt;
&lt;br /&gt;
In summary, running multiple DEs is possible and a great way to enjoy Manjaro but it requires a willingness to troubleshoot and work through minor problems.  If you are the type of person who wants everything to &amp;quot;just work&amp;quot; out of the box, running multiple DEs might not be for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XFCE ==&lt;br /&gt;
&lt;br /&gt;
[[File: xfceDE.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic XFCE environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S xfce4-gtk3 xfce4-goodies xfce4-terminal network-manager-applet xfce4-notifyd-gtk3 xfce4-whiskermenu-plugin-gtk3 tumbler engrampa&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for XFCE ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings&lt;br /&gt;
 sudo systemctl enable lightdm.service --force&lt;br /&gt;
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-gtk-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for XFCE ======&lt;br /&gt;
 sudo pacman -S manjaro-xfce-gtk3-settings manjaro-settings-manager&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the official iso replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with&lt;br /&gt;
 [greeter]&lt;br /&gt;
 background = /usr/share/backgrounds/illyria-default-lockscreen.jpg&lt;br /&gt;
 font-name = Cantarell Bold 12&lt;br /&gt;
 xft-antialias = true&lt;br /&gt;
 icon-theme-name = Papirus&lt;br /&gt;
 screensaver-timeout = 60&lt;br /&gt;
 theme-name = Matcha-azul&lt;br /&gt;
 cursor-theme-name = xcursor-breeze&lt;br /&gt;
 show-clock = false&lt;br /&gt;
 default-user-image = #avatar-default&lt;br /&gt;
 xft-hintstyle = hintfull&lt;br /&gt;
 position = 50%,center 50%,center&lt;br /&gt;
 clock-format =&lt;br /&gt;
 panel-position = bottom&lt;br /&gt;
 indicators = ~host;~spacer;~clock;~spacer;~language;~session;~a11y;~power&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== KDE Plasma 5 ==&lt;br /&gt;
[[File: KDEPlasmaDE.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://www.kde.org/ The KDE community]''' offers [https://www.kde.org/plasma-desktop Plasma], a feature-rich and versatile desktop environment that provides several different styles of menu to access applications. Its default window manager is kwin, but is also compatible with '''[[Compiz_and_Emerald|Compiz]]'''. An excellent built-in interface to easily access and install new themes, widgets, etc, from the internet is also worth mentioning. A 64 bit installation of Manjaro running KDE uses about 455MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic KDE Plasma environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S plasma kio-extras&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install KDE applications ======&lt;br /&gt;
&lt;br /&gt;
To install a full set of K* applications use '''kde-applications'''.  This will be ~300 packages(including dependencies)&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S kde-applications&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use [https://wiki.manjaro.org/index.php?title=Install_Display_Managers#SDDM SDDM], the recommended display manager for KDE ======&lt;br /&gt;
&lt;br /&gt;
SDDM is installed as a dependency of plasma.  To enable it&lt;br /&gt;
 &lt;br /&gt;
 systemctl enable sddm.service --force&lt;br /&gt;
 systemctl reboot&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for plasma ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-kde-settings sddm-breath-theme manjaro-settings-manager-knotifier manjaro-settings-manager-kcm&lt;br /&gt;
&lt;br /&gt;
Open plasma settings, go to Startup &amp;amp; Shutdown-&amp;gt;Login Screen and select &amp;quot;Breath&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Alternatively, the newer themes may be installed with:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S breath2-icon-themes breath2-wallpaper plasma5-themes-breath2 sddm-breath2-theme&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gnome 3 ==&lt;br /&gt;
[[File: Gnome-de-18.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic gnome environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S gnome&lt;br /&gt;
&lt;br /&gt;
====== Optional: To install extra themes, games, and features ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S gnome-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use GDM, the recommended display manager for gnome ======&lt;br /&gt;
&lt;br /&gt;
GDM is installed as a dependency of gnome, to enable it&lt;br /&gt;
 &lt;br /&gt;
 systemctl enable gdm.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for gnome ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-gnome-assets manjaro-gdm-theme manjaro-settings-manager&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Budgie ==&lt;br /&gt;
[[File: budgie.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic budgie environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S budgie-desktop network-manager-applet gnome-control-center gnome-screensaver&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install additional commonly used components ======&lt;br /&gt;
 sudo pacman -S gnome-terminal nautilus budgie-extras dconf-editor&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for budgie ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for budgie ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-budgie-settings manjaro-settings-manager papirus-maia-icon-theme&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the official iso replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/manjaro-budgie/manjaro-budgie.jpg&lt;br /&gt;
 theme-name=Matcha-sea&lt;br /&gt;
 icon-theme-name=Papirus-Maia&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cinnamon ==&lt;br /&gt;
[[File: Cinnamon screenshot.jpeg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic cinnamon environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S cinnamon&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install additional commonly used components ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S cinnamon-wallpapers cinnamon-sounds gnome-terminal parcellite&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for cinnamon ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for cinnamon ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-cinnamon-settings adapta-maia-theme kvantum-manjaro&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/greeter_default.jpg&lt;br /&gt;
 background-color=#263138&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
 theme-name=Adapta-Nokto-Eta-Maia&lt;br /&gt;
 icon-theme-name=Papirus-Dark-Maia&lt;br /&gt;
 font-name='Cantarell 11'&lt;br /&gt;
 xft-antialias=true&lt;br /&gt;
 xft-hintstyle=hintfull&lt;br /&gt;
 enable-hidpi=auto&lt;br /&gt;
&lt;br /&gt;
Set the Manjaro logo on the panel by right-clicking on the menu and clicking configure.  Select &amp;quot;Use a custom icon and label&amp;quot;.  Select the Manjaro icon.&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Deepin ==&lt;br /&gt;
[[File: deepin.jpg|thumb|left|375px]]&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic deepin environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S deepin&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the deepin applications suite ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S deepin-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for deepin======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-deepin-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for deepin ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S deepin-manjaro&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enlightenment ==&lt;br /&gt;
{{note|There is not currently a Manjaro settings package for Enlightenment|}}&lt;br /&gt;
[[File: E20-Green_Onix_760.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic E environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S enlightenment&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use Entrance, the recommended display manager for E ======&lt;br /&gt;
Entrance is available from the AUR in the package '''entrance-git'''.  Information on how to install packages from AUR can be found '''[https://wiki.manjaro.org/index.php/Arch_User_Repository here]'''.&lt;br /&gt;
 &lt;br /&gt;
 $ sudo pacman -S --asdeps meson&lt;br /&gt;
 $ pamac build entrance-git &lt;br /&gt;
 $ sudo systemctl enable entrance.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install Manjaro themes for E ====== &lt;br /&gt;
 sudo pacman -S enlightenment-manjaro-themes&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LXDE ==&lt;br /&gt;
&lt;br /&gt;
{{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.}}&lt;br /&gt;
[[File: lxde17.1.11.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic lxde environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S lxde network-manager-applet&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for lxde ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for lxde ======&lt;br /&gt;
 &lt;br /&gt;
 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&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with&lt;br /&gt;
 [greeter]&lt;br /&gt;
 background = /usr/share/backgrounds/lxde-breath.png&lt;br /&gt;
 font-name = Cantarell 12&lt;br /&gt;
 xft-antialias = true&lt;br /&gt;
 icon-theme-name = Arc-Maia&lt;br /&gt;
 screensaver-timeout = 60&lt;br /&gt;
 theme-name = Adapta-Eta-Maia&lt;br /&gt;
 cursor-theme-name = xcursor-breeze&lt;br /&gt;
 show-clock = false&lt;br /&gt;
 default-user-image = #avatar-default&lt;br /&gt;
 xft-hintstyle = hintfull&lt;br /&gt;
 position = 50%,center 50%,center&lt;br /&gt;
 clock-format = &lt;br /&gt;
 panel-position = bottom&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LXQt ==&lt;br /&gt;
&lt;br /&gt;
[[File: Lxqt-de-18.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic LXQt environment ======&lt;br /&gt;
 sudo pacman -S lxqt xscreensaver&lt;br /&gt;
&lt;br /&gt;
====== Install and use LightDM, the recommended display manager for LXQt ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings light-locker&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit /etc/lightdm/lightdm.conf, under [Seat:*] replace the greeter-session setting with greeter-session=lightdm-slick-greeter&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for LXQt ======&lt;br /&gt;
 sudo pacman -S manjaro-lxqt-extra-settings manjaro-openbox-adapta-maia papirus-maia-icon-theme&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MATE ==&lt;br /&gt;
&lt;br /&gt;
[[File: mate.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic mate environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S mate network-manager-applet&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install mate applications and configuration tools ======&lt;br /&gt;
 sudo pacman -S mate-extra dconf-editor&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for mate ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for mate ======&lt;br /&gt;
 sudo pacman -S manjaro-mate-settings arc-maia-icon-theme papirus-maia-icon-theme manjaro-settings-manager manjaro-settings-manager-notifier&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/manjaro-mate/manjaro-mate.jpg&lt;br /&gt;
 theme-name=Adapta-Nokto-Maia&lt;br /&gt;
 icon-theme-name=Arc-Maia&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Window Managers =&lt;br /&gt;
&lt;br /&gt;
{{note|By nature, building your own desktop environment from a Window Manager will take substantially more time and effort than simply downloading a pre-defined desktop environment.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|The images provided below are purely for illustrative purposes only. You will have you put in the necessary time and effort to configure them.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Stacking Window Managers ==&lt;br /&gt;
&lt;br /&gt;
'''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.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Openbox ===&lt;br /&gt;
&lt;br /&gt;
[[File: manjarobox.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://openbox.org/ Openbox]''' is by far the most popular Window Manager available. Due to its popularity there is excellent documentation available, as well as a good choice of additional themes that may be downloaded. '''To install Openbox, enter the command:'''&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S openbox&lt;br /&gt;
&lt;br /&gt;
To install a logout script, configuration application, menu-editor, and extra themes for Openbox, enter the following command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S oblogout obconf lxappearance-obconf-gtk3 obmenu openbox-themes-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration, theming, and tools for Openbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S oblogout-manjaro manjaro-openbox-config manjaro-openbox-scripts manjaro-openbox-fonts matcha-gtk-theme&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== FluxBox ===&lt;br /&gt;
&lt;br /&gt;
[[File: fluxbox2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://fluxbox.org/ FluxBox]''' is another popular Window Manager. It is particularly notable for providing some features not seen in Openbox, such as ''tabbing'', which allows for windows to be grouped together. '''To install FluxBox, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fluxbox&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the newsfetcher and workspace pager for Fluxbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fbnews fluxter&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration, theming, and tools for Fluxbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fbmenu-manjaro oblogout-manjaro artwork-fluxbox fluxboxtheme-manjaro&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== IceWM ===&lt;br /&gt;
&lt;br /&gt;
[[File: icewm2.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[https://www.ice-wm.org/ IceWM]''' is a Window Manager notable for perhaps being closer to a full desktop environment than Openbox or FluxBox. This includes providing a panel complete with menu, in addition to a workspace switcher. '''To install IceWM, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S icewm&lt;br /&gt;
&lt;br /&gt;
To install a suite of tools and themes specifically for IceWM, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S icewm-utils icewm-themes&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tiling Window Managers ==&lt;br /&gt;
&lt;br /&gt;
'''Tiling window managers''' - as the name would suggest - tile application windows; each will have their own place on the screen, just like conventional tiles do not overlap. However, unlike conventional tiling, these window managers are usually very flexible, and allow for a multitude of different tiling patterns to suit personal taste and preference. Where stacking window managers focus on using the mouse for navigation, tiling window managers focus on the utilisation of the keyboard instead. As such, they can be much faster to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awesome ===&lt;br /&gt;
&lt;br /&gt;
[[File: awesome.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://awesome.naquadah.org/ Awesome]''' is a popular tiling Window Manager, notable for using the '''Lua''' language for configuration. '''To install Awesome, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S awesome&lt;br /&gt;
&lt;br /&gt;
To install some extra widgets for Awesome, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S vicious&lt;br /&gt;
&lt;br /&gt;
Alternatively you can install the [[Awesome Community Edition]].&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== i3 ===&lt;br /&gt;
&lt;br /&gt;
[[File: i3wm.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://i3wm.org/ i3]''' is arguably the most popular tiling window manager available, and notable for using a single, completely self-contained configuration file. '''To install i3, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S i3-wm&lt;br /&gt;
&lt;br /&gt;
To install a status bar and screen-locker for i3, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S i3lock i3status&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Spyrou</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Printing&amp;diff=23027</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Printing&amp;diff=23027"/>
		<updated>2021-08-08T12:35:51Z</updated>

		<summary type="html">&lt;p&gt;Spyrou: hplip has been replaced by hp-toolbox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Printing is undertaken through the use of [http://en.wikipedia.org/wiki/CUPS CUPS] (previously an acronym for '''C'''ommon '''U'''nix '''P'''rinting '''S'''ystem). This is a popular open source printing system used in most Linux distributions due to its ease of use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing the Printer Software = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install manjaro-printer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, us the command:&lt;br /&gt;
 sudo gpasswd -a yourusername sys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enabling Printing Capabilities = &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:&lt;br /&gt;
 sudo systemctl enable --now cups.service&lt;br /&gt;
 sudo systemctl enable --now cups.socket&lt;br /&gt;
 sudo systemctl enable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
At this point you should be ready to configure a printer&lt;br /&gt;
&lt;br /&gt;
=Managing Printers= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with HP Device Manager== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
[[File:Hplip.png|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If have a printer made by HP, the easiest way to manage it is with the HP Device Manager({{ic|hp-toolbox}}).  It is wizard based and handles automatic detection and setup of your printer locally or across a network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
You can run it by selecting '''HP Device Manager''' from the menu or with the command {{ic|hp-toolbox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with CUPS== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to add a printer is to use CUPS directly. Assuming CUPS has been enabled (and started), upon connecting a printer, it should be automatically detected and configured for you to use. The process itself should take only about a minute. However, if the automatic detection and configuration doesn't seem to work, then your printer can be manually set up with relative ease. There are two methods to do so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* '''Webpage Interface''': CUPS provides an webpage interface that will open in your default web browser to configure your printer. This interface also provides access to further information about CUPS, as well as on-line help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* '''Desktop Interface''': A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Webpage Interface=== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
[[File:CUPSweb.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
To access the webpage interface, select '''Manage Printing''' from your desktop menu. The interface will automatically open in your default web browser. Alternatively, you can also open your choice of web browser, and enter the following into the address bar:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
http://localhost:631/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
{{tip|You can also just click the address provided above to access the CUPS web interface!}}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 1: The Automatic Method=== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:CUPS1.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
'''1. Add your printer'''. Ensuring that your printer is properly connected and switched on, select '''Print Settings''' from your desktop menu. Once the ''Print Settings'' window has opened, click '''+ add''' to add a new printer. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:CUPS2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
'''2. Select your printer name'''. Once the ''New Printer'' window has opened, under the '''Select Device''' heading, find the name of your printer and click to highlight it. If your printer is listed more than once, check the description on the right to ensure your selection is not for another function, such as scanning or faxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
'''3. Select your printer connection'''. Under the '''Connection''' heading, click to highlight your printer's connection method. As illustrated, this will usually always be 'USB'.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
[[File:CUPS3.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
'''4. Install your printer driver'''. Once your printer name and connection have been highlighted, click the '''Forward''' button and CUPS will automatically search for the available drivers for it. In most instances, once the appropriate driver has been found it will be automatically installed, and the set-up process will have completed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Otherwise, if the process did not succeed, it will be necessary to click the forward button again in order chose the appropriate driver yourself. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 2: The Manual Method=== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:CUPS4.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
'''1. Select your printer make'''. If the Automatic method did not automatically find and install an appropriate driver for your printer, then clicking the forward button again will present the ''Chose Driver'' window. The first step is to select the make of your printer. As illustrated, as an HP printer is to be installed, the recommended choice of ''HP'' has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once your make of printer has been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
[[File:CUPS5.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
'''2. Select your printer model'''. Under the left-heading '''models''', select the specific model of your printer. As illustrated, as the printer model to be installed in this instance is a Model 2210, the recommended choice of ''PSC 2210'' has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
'''3. Select your printer driver'''. At last! Under the right-heading '''Drivers''', select the appropriate driver for your printer. As illustrated, the recommended printer driver has been clicked to highlight it. '''It is advised that you also select whatever driver is recommended for you'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
Once your printer model and driver have been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
[[File:CUPS6.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
'''4. Choose your printer name, description (optional), and location (optional)'''. Unless you want to change something, it will not be necessary to make any amendments here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you are happy with the information provided - or have made the desired changes - click the '''Apply''' button to complete the process.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
[[File:CUPS7.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
'''5. Configure your printer'''. Having clicked the Apply button in the previous step, your printer's properties will be displayed. By selecting the categories on the right-hand side, you can view information and amend your printer's settings if you wish. '''The standard settings will be fine for most people, so unless you have something specific in mind, there will be nothing you need to do'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
'''6. Test your printer'''. Although optional, this step is highly recommended! Click the '''Print Test Page''' button to ensure that your printer is set up and working properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
{{tip|Your printer properties can be accessed - and changed - at any time by selecting the '''Print Settings''' option from your menu, and then double-clicking your printer's icon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
That's it! Now click the '''OK''' button to close the window and start using your printer.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Modifying an Installed Printer=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To configure an installed printer at any time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
'''1.''' select the '''Print Settings''' option from your desktop menu, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
'''2.''' double-click the printer's icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
The configuration window will appear. Select any of the categories on the left-hand side of the window to view the appropriate information and make any desired changes. Once complete, click the '''Apply''' and then '''OK''' buttons to confirm and save your changes, or click the '''Cancel''' button to close the window without making any changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Removing an Installed Printer=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If for any reason you wish to remove a printer (e.g. to reinstall it), select the '''Print Settings''' option from your menu, right-click your printer's icon, and then select '''delete'''. You will need to confirm your decision to delete the printer, as well as enter your password to complete the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disabling Printing Capabilities = &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:&lt;br /&gt;
 sudo systemctl disable --now cups.service&lt;br /&gt;
 sudo systemctl disable --now cups.socket&lt;br /&gt;
 sudo systemctl disable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page]]&lt;/div&gt;</summary>
		<author><name>Spyrou</name></author>
	</entry>
</feed>