8,560
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) Tags: Mobile web edit Mobile edit |
||
Line 86: | Line 86: | ||
<br clear="all" /> | <br clear="all" /> | ||
== KDE Plasma | == KDE Plasma 6 == | ||
[[File: KDEPlasmaDE.png|thumb|left|375px]] | [[File: KDEPlasmaDE.png|thumb|left|375px]] | ||
'''[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 | '''[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. | ||
{{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.}} | |||
====== Install a basic KDE Plasma environment ====== | ====== Install a basic KDE Plasma environment ====== | ||
Line 97: | Line 99: | ||
====== Optional: Install KDE applications ====== | ====== Optional: Install KDE applications ====== | ||
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 | ||
====== Optional: Install and use [https://wiki.manjaro.org/index.php?title=Install_Display_Managers#SDDM SDDM], the recommended display manager for KDE ====== | ====== Optional: Install and use [https://wiki.manjaro.org/index.php?title=Install_Display_Managers#SDDM SDDM], the recommended display manager for KDE ====== | ||
Line 110: | Line 112: | ||
====== 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 | sudo pacman -S manjaro-kde-settings sddm-breath-theme manjaro-settings-manager | ||
Open plasma settings, go to Startup & Shutdown->Login Screen and select "Breath" | Open plasma settings, go to Startup & Shutdown->Login Screen and select "Breath" | ||
Line 116: | Line 118: | ||
Alternatively, the newer themes may be installed with: | Alternatively, the newer themes may be installed with: | ||
sudo pacman -S | sudo pacman -S plasmat-themes-breath | ||
====== Create a new user for the new desktop environment ====== | ====== Create a new user for the new desktop environment ====== | ||
sudo useradd -mG lp,network,power | sudo useradd -mG lp,network,power,wheel <username> | ||
sudo passwd <username> | sudo passwd <username> | ||