[neon/neon/settings/Neon/release] usr/share/initramfs-tools/scripts/casper-bottom: make plasma-bigscreen-wayland the default in sddm
Carlos De Maine
null at kde.org
Sat Jul 19 04:11:58 BST 2025
Git commit f8ee65bf35350ba5f04fa6fd8745839a5d4412b6 by Carlos De Maine.
Committed on 19/07/2025 at 03:11.
Pushed by carlosdem into branch 'Neon/release'.
make plasma-bigscreen-wayland the default in sddm
M +2 -2 usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
https://invent.kde.org/neon/neon/settings/-/commit/f8ee65bf35350ba5f04fa6fd8745839a5d4412b6
diff --git a/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup b/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
index 9a98c0a..77a78a7 100755
--- a/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
+++ b/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
@@ -73,14 +73,14 @@ User=$USERNAME
Session=/usr/share/wayland-sessions/plasma-mobile.desktop
Relogin=true
EOF
-elif [ -f /root/usr/bin/sddm ] && [ -f /root/usr/bin/plasma-bigscreen-x11 ]; then
+elif [ -f /root/usr/bin/sddm ] && [ -f /root/usr/bin/plasma-bigscreen-wayland ]; then
cat << EOF > /root/etc/sddm.conf
[Users]
MinimumUid=999
[Autologin]
User=$USERNAME
-Session=plasma-bigscreen-x11.desktop
+Session=plasma-bigscreen-wayland.desktop
Relogin=true
EOF
elif [ -f /root/usr/bin/sddm ]; then
More information about the Neon-commits
mailing list