[neon/neon/settings/Neon/stable] 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 06:51:50 BST 2025
Git commit 07fc50e7bb91aaa353ad9cd4a6eb96768a459e35 by Carlos De Maine, on behalf of Carlos De Maine.
Committed on 19/07/2025 at 05:51.
Pushed by carlosdem into branch 'Neon/stable'.
make plasma-bigscreen-wayland the default in sddm
(cherry picked from commit f8ee65bf35350ba5f04fa6fd8745839a5d4412b6)
M +2 -2 usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
https://invent.kde.org/neon/neon/settings/-/commit/07fc50e7bb91aaa353ad9cd4a6eb96768a459e35
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