How to remove password lock when waking screen in Ubuntu budgie 24.10

Hi, I’m a new Ubuntu budgie user,
I’ve just installed the latest version 24.10 and updated it, but I can’t turn it off when exiting my laptop from sleep mode.

Yes, I have the password disabled when logging in.

What I’ve checked so far and nothing works:

  1. How to remove password lock when waking screen

  2. gsettings set org.gnome.desktop.screensaver lock-enabled false
    gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false

  3. sudo nano /etc/lightdm/lightdm.conf

bash
[SeatDefaults]
autologin-user=your-username
autologin-user-timeout=0
user-session=budgie-desktop
greeter-session=lightdm-gtk-greeter

and

[SeatDefaults]
allow-guest=false
greeter-hide-users=true
greeter-show-manual-login=true
autologin-user=your-username
autologin-user-timeout=0

  1. sudo nano /etc/pam.d/common-auth
    auth [success=1 default=ignore] pam_unix.so nullok

  2. “Power Management (or Power) section:
    Require password on wakeup is disabled” - there is no such thing !

I guess that’s it, nothing works…

Can someone help me how to disable this password when waking up my laptop from sleep?

Think this should work - i.e. disable lock screen entirely.

gsettings set org.gnome.desktop.lockdown disable-lock-screen true

Yes, or in graphics mode: Budgie Control Centre > Screen Display > Displays > Automatic screen lock (or via “Screen Display” in the main menu).

But it’s true that it’s easy to get lost between the various settings.