Wiki page kde changed with summary [[xinit] plasma 6 (update) now uses wayland instead of xorg by default - no need for xinit anymore] by Dan

This commit is contained in:
ORG_User 2024-05-01 00:31:22 +02:00
parent 1c13706a9a
commit 87c219e763
1 changed files with 0 additions and 33 deletions

View File

@ -12,39 +12,6 @@ Das war's eigentlich schon.
Schaue dir die gesamte [[https://archlinux.org/groups/x86_64/kde-applications/|KDE-Software]] liste und die vorgeschlagenen Pakete unten an und installiere, was dir gefällt.
===== xinit =====
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:
<code>
pacman -S xorg-xinit
</code>
<code>
cp /etc/X11/xinit/xinitrc ~/.xinitrc
</code>
<code>
nano ~/.xinitrc
</code>
Comment out:
<code>
# twm &
# xclock -geometry 50x50-1+1 &
# xterm -geometry 80x50+494+51 &
# xterm -geometry 80x20+494-0 &
# exec xterm -geometry 80x66+0+0 -name login
</code>
<code>
echo "export DESKTOP_SESSION=plasma
exec startplasma-x11" >> ~/.xinitrc
</code>
<code>
echo "if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi" >> ~/.bash_profile
</code>
====== Empfohlene Software ======