forked from obel1x/fedora-OEMDRV
Logon: Don't need KDE
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user