[neon/neon/settings/Neon/unstable] usr/share/initramfs-tools/scripts/casper-bottom: session only needs filename not the path as well

Carlos De Maine null at kde.org
Fri May 29 02:00:42 BST 2026


Git commit 6594ba5e737df2872e8d08652435556ff6313f16 by Carlos De Maine.
Committed on 29/05/2026 at 01:00.
Pushed by carlosdem into branch 'Neon/unstable'.

session only needs filename not the path as well

M  +1    -1    usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup

https://invent.kde.org/neon/neon/settings/-/commit/6594ba5e737df2872e8d08652435556ff6313f16

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 8b25c44..759618d 100755
--- a/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
+++ b/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
@@ -72,7 +72,7 @@ MinimumUid=999
 
 [Autologin]
 User=$USERNAME
-Session=/usr/share/wayland-sessions/plasma-mobile.desktop
+Session=plasma-mobile.desktop
 Relogin=true
 EOF
 elif [ -f /root/usr/bin/plasmalogin ] && [ -f /root/usr/bin/plasma-bigscreen-wayland ]; then


More information about the Neon-commits mailing list