Manjaro Difference between revisions of "Install Desktop Environments/he"

Difference between revisions of "Install Desktop Environments/he"

From Manjaro
(Updating to match new version of source page)
(Updating to match new version of source page)
 
Line 113: Line 113:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
== KDE Plasma 5 ==
== KDE Plasma 6 ==
[[File: KDEPlasmaDE.png|thumb|left|375px]]
[[File: KDEPlasmaDE.png|thumb|left|375px]]
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
'''[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.
'''[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. 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.
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
{{warning|The various components for Plasma which is available using the internet, should be used with care. Theming on Plasma is not just a bunch of icons and colors - it is based on QML, the Qt model language which is specific for the used version of Qt.}}
</div>
</div>


Line 134: Line 138:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
To install a full set of K* applications use '''kde-applications'''.  This will be ~300 packages(including dependencies)
To install a full set of K* applications use '''kde-applications-meta'''.  This will be ~300 packages(including dependencies)
   
   
  sudo pacman -S kde-applications
  sudo pacman -S kde-applications-meta
</div>
</div>


Line 153: Line 157:
====== Optional: Install the Manjaro configuration and theming for plasma ======
====== Optional: Install the Manjaro configuration and theming for plasma ======
   
   
  sudo pacman -S manjaro-kde-settings sddm-breath-theme manjaro-settings-manager-knotifier manjaro-settings-manager-kcm
  sudo pacman -S manjaro-kde-settings sddm-breath-theme manjaro-settings-manager
</div>
</div>


Line 165: Line 169:


  <div lang="en" dir="ltr" class="mw-content-ltr">
  <div lang="en" dir="ltr" class="mw-content-ltr">
sudo pacman -S plasma5-themes-breath
sudo pacman -S plasmat-themes-breath
</div>
</div>


Line 171: Line 175:
====== 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,wheel <username>
  sudo passwd <username>
  sudo passwd <username>
</div>
</div>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.