Logon: Don't need KDE

This commit is contained in:
Daniel unbrot Pätzold
2026-05-03 20:18:54 +02:00
parent 8e0faed130
commit 7d109111c1
+1 -5
View File
@@ -33,11 +33,7 @@ fi
#TODO C: Check if Desktop is KDE/Plasma and support other Displays #TODO C: Check if Desktop is KDE/Plasma and support other Displays
# Make kdesu use sudo # Make kdesu use sudo
kwriteconfig5 --file kdesurc --group super-user-command --key super-user-command sudo kwriteconfig5 --file kdesurc --group super-user-command --key super-user-command sudo >/dev/null 2>&1
if [ $? -ne 0 ]; then
elog_add "This script should be run in KDE- Desktop. The setup of kwriteconfig5 has failed. Please check, if you are using KDE."
echo "Press any key to continue" && read -n 1 -s -r && exit 1
fi
# Mount the private Directory # Mount the private Directory
elog_add_command "${SYSCONFIGPATH}/system_setup/mount_ecrypt_home.sh" elog_add_command "${SYSCONFIGPATH}/system_setup/mount_ecrypt_home.sh"