From 5f6eaab3de299976c6b5257cb6c907ac8be63032 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 18:01:39 +0530 Subject: [PATCH] apply fix to KDE for using systemd-boot --- scripts/pratham-setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index 396d09f..733da25 100644 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -23,6 +23,11 @@ if [[ $WHAT_IS_MY_TZ == "whoopsie" || $WHAT_IS_MY_HOSTNAME == "whoopsie" ]]; the systemctl reboot fi +# apply a fix for KDE preventing shutdown/reboots +# this is because I am using systemd-boot instead of GRUB/something else +# https://invent.kde.org/plasma/plasma-workspace/-/wikis/Plasma-and-the-systemd-boot +kwriteconfig5 --file startkderc --group General --key systemdBoot true + ################################################################################ # SSH KEYS ################################################################################