1
0
Fork 0

apply fix to KDE for using systemd-boot

This commit is contained in:
Pratham Patel 2022-11-20 18:01:39 +05:30
parent dfe65ea2c0
commit 5f6eaab3de
1 changed files with 5 additions and 0 deletions

View File

@ -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
################################################################################