de:desktop:environments:kde

KDE

pacman -S plasma xorg
systemctl enable --now sddm

Das war's eigentlich schon.

Schaue dir die gesamte KDE-Software liste und die vorgeschlagenen Pakete unten an und installiere, was dir gefällt.

Der Nachteil dieser Methode ist, dass du dich über das Terminal anmelden musst.

Installiere also plasma und xorg wie oben beschrieben und überspringe die Aktivierung von sddm und mache stattdessen folgendes:

pacman -S xorg-xinit
cp /etc/X11/xinit/xinitrc ~/.xinitrc
nano ~/.xinitrc

Comment out:

# twm &
# xclock -geometry 50x50-1+1 &
# xterm -geometry 80x50+494+51 &
# xterm -geometry 80x20+494-0 &
# exec xterm -geometry 80x66+0+0 -name login
echo "export DESKTOP_SESSION=plasma
exec startplasma-x11" >> ~/.xinitrc
echo "if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
  exec startx
fi" >> ~/.bash_profile

Empfohlene Software

Füge die Pakete einfach dem oben genannten pacman-Befehl hinzu.

networkmanager-openvpn wireguard-tools keepassxc arch-audit konsole keditbookmarks gparted htop dolphin spectacle wget lm_sensors ark kleopatra kate kompare rsync
pulseaudio pulseaudio-alsa
vlc openshot gimp inkscape
thunderbird thunderbird-i18n-de wqy-zenhei ttf-liberation libreoffice-fresh cups cups-pdf xsane system-config-printer kdeconnect firefox okular gwenview

Wenn du cups installierst, müsst du auch den Dienst aktivieren:

systemctl enable --now cups.service
bash-completion cronie

Füge für bash-complition folgendes zu deiner .bashrc hinzu:

echo "if [ -f /etc/bash_completion ]; then          
. /etc/bash_completion
fi" >> ~/.bashrc

Aktiviere service für cronie:

systemctl enable --now cronie.service

Siehe auch crontab.

  • de/desktop/environments/kde.txt
  • Last modified: 2022/10/24 08:24
  • by 127.0.0.1