[neon/neon/settings/Neon/stable] usr/share/initramfs-tools/scripts/casper-bottom: if a user manages to lock the screen don't require a password to unlock

Carlos De Maine null at kde.org
Sat Jul 19 06:51:50 BST 2025


Git commit 96b9758d3d01dc535ffa99482cdb4b7d9f972828 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'.

if a user manages to lock the screen don't require a password to unlock

(cherry picked from commit 9548046fbf28cf82d680b7641c485a882049d080)

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

https://invent.kde.org/neon/neon/settings/-/commit/96b9758d3d01dc535ffa99482cdb4b7d9f972828

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 77a78a7..81cb7a7 100755
--- a/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
+++ b/usr/share/initramfs-tools/scripts/casper-bottom/40kde_neon_setup
@@ -31,6 +31,7 @@ if [ -d ${SETTINGSDIR} ]; then
 [Daemon]
 Timeout=0
 Autolock=false
+RequirePassword=false
 EOF
     # No search indexing. Useless and eating away at already meh performance
     cat << EOF > ${SETTINGSDIR}baloofilerc


More information about the Neon-commits mailing list