From 58c15e32b110ba8af4318407b1511e1b0dab23b6 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Jun 17 2024 21:37:30 +0000 Subject: Make kwin react to org.freedesktop.locale1 changes for Anaconda https://pagure.io/fedora-kde/SIG/issue/504 --- diff --git a/libexec/livesys/sessions.d/livesys-kde b/libexec/livesys/sessions.d/livesys-kde index da420c5..9923816 100755 --- a/libexec/livesys/sessions.d/livesys-kde +++ b/libexec/livesys/sessions.d/livesys-kde @@ -31,6 +31,13 @@ chmod +x /usr/share/applications/liveinst.desktop mkdir /home/liveuser/Desktop cp -a /usr/share/applications/liveinst.desktop /home/liveuser/Desktop/ +# make kwin react to org.freedesktop.locale1 changes for Anaconda +# https://pagure.io/fedora-kde/SIG/issue/504 +cat > /home/liveuser/.config/kwinrc << KWINRC_EOF +[Wayland] +FollowLocale1=true +KWINRC_EOF + # For Plasma 6, set up plasma welcome for the live environment if [ ! -f /etc/xdg/autostart/org.kde.plasma-welcome.desktop ]; then cat > /home/liveuser/.config/plasma-welcomerc << KDEWELCOME_EOF