Skip to content

Commit

Permalink
images: Prevent screen lock on Ubuntu desktop images (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
simondeziel authored Sep 18, 2024
2 parents 2b02a0b + ae787e1 commit 2b843bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,9 @@ actions:
set -e
# Disable automatic screensaver lock
# Disable lock screen and automatic screensaver lock.
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.lockdown disable-lock-screen true
# Disable welcome tour.
gsettings set org.gnome.shell welcome-dialog-last-shown-version '4294967295'
Expand Down

0 comments on commit 2b843bb

Please sign in to comment.