[neon/neon/settings/Neon/release] 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 04:41:22 BST 2025


Git commit 9548046fbf28cf82d680b7641c485a882049d080 by Carlos De Maine.
Committed on 19/07/2025 at 03:41.
Pushed by carlosdem into branch 'Neon/release'.

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

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

https://invent.kde.org/neon/neon/settings/-/commit/9548046fbf28cf82d680b7641c485a882049d080

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