From fc100fc23a7b6cac1d15a9c0ef45785e5b5f3ecf Mon Sep 17 00:00:00 2001 From: ORG-wiki Date: Thu, 7 Mar 2024 22:56:02 +0100 Subject: [PATCH] Wiki page kde changed with summary [[xinit] plasma 6 (update) now uses wayland instead of xorg by default - no need for xinit anymore] by Daniel --- pages/en/desktop/environments/kde.txt | 32 --------------------------- 1 file changed, 32 deletions(-) diff --git a/pages/en/desktop/environments/kde.txt b/pages/en/desktop/environments/kde.txt index 11a14a0..7fef0b5 100644 --- a/pages/en/desktop/environments/kde.txt +++ b/pages/en/desktop/environments/kde.txt @@ -12,39 +12,7 @@ That's actually it. Check out all the [[https://archlinux.org/groups/x86_64/kde-applications/|KDE software]] and suggested packages below and install whatever you like. -===== xinit ===== -The //disadvantage// of this method is that you have to log in via terminal. - -So install ''plasma'' and ''xorg'' as described above and skip ''enable sddm'' and do the following instead: - - -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 - ====== Suggested software ====== Just add the packages to the above ''pacman'' command.