1
0
Fork 0

pratham-setup: better handle KDE support for systemd-boot

This commit is contained in:
Pratham Patel 2022-11-20 21:52:24 +05:30
parent 6e5d835a68
commit 67e0953c57
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,11 @@ 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
systemctl --user is-active --quiet service plasma-plasmashell.service
if [[ $? -ne 0 ]]; then
kwriteconfig5 --file startkderc --group General --key systemdBoot true
systemctl --user enable plasma-plasmashell.service
fi
################################################################################
# SSH KEYS