Information
A session lock is a temporary action taken when a user stops work and moves away from the immediate physical vicinity of the information system but does not want to log out because of the temporary nature of the absence.
The session lock is implemented at the point where session activity can be determined.
Regardless of where the session lock is determined and implemented, once invoked, a session lock of Ubuntu 22.04 LTS must remain in place until the user reauthenticates. No other activity aside from reauthentication must unlock the system.
Solution
Configure Ubuntu 22.04 LTS to lock the current graphical user interface session after 15 minutes of inactivity.
Create or edit a file named /etc/dconf/db/local.d/00-screensaver with the following contents:
[org/gnome/desktop/screensaver]
lock-enabled=true
lock-delay=0
[org/gnome/desktop/session]
idle-delay=600