Difference between revisions of "Install Desktop Environments"

Replaced/updated the info about kde applications which I accidentally removed in the last set of updates
imported>Dalto
m (note about status of razor-qt project)
imported>Dalto
(Replaced/updated the info about kde applications which I accidentally removed in the last set of updates)
Line 80: Line 80:
  sudo pacman -S sudo pacman -S plasma kio-extras
  sudo pacman -S sudo pacman -S plasma kio-extras


====== Optional: Install and use SDDM, the recommended display manager for KDE is [https://wiki.manjaro.org/index.php?title=Install_Display_Managers#SDDM SDDM] ======
====== Optional: Install KDE applications ======
To install a full set of K* applications use '''kde-applications'''.  This will be ~300 packages(including dependencies)
sudo pacman -S kde-applications
Alternatively, install a minimal set of KDE applications with '''kdebase'''
sudo pacman -S kdebase
 
====== Optional: Install and use [https://wiki.manjaro.org/index.php?title=Install_Display_Managers#SDDM SDDM], the recommended display manager for KDE ======
SDDM is installed as a dependency of plasma.  To enable it
SDDM is installed as a dependency of plasma.  To enable it
  sudo systemctl enable sddm.service --force
  sudo systemctl enable sddm.service --force
Anonymous user