Arch安装KDE5

plasma desktop

Install the plasma-meta meta-package or the plasma group. Alternatively, for a more minimal Plasma installation, install the plasma-desktop package.

sddm

The Simple Desktop Display Manager (SDDM) is the preferred display manager for KDE Plasma desktop.

  • Install sddm
pacman -S sddm
  • Configuration

    SDDM defaults to using systemd-logind for session management.
sddm --example-config > /etc/sddm.conf
  • Loading sddm
systemctl start sddm
systemctl enable sddm
上一篇:sencha touch Ext.app.Application


下一篇:C语言采用socket实现http post方式上传json数据