8,560
edits
(Created page with "Masaüstü Ortamlarını Yükleme") |
(Updating to match new version of source page) |
||
Line 131: | Line 131: | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
== KDE Plasma | == 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 | '''[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 152: | Line 156: | ||
<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 171: | Line 175: | ||
====== 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 | ||
</div> | </div> | ||
Line 183: | Line 187: | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
sudo pacman -S | sudo pacman -S plasmat-themes-breath | ||
</div> | </div> | ||
Line 189: | Line 193: | ||
====== 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> | ||
</div> | </div> |