You can also adjust the "Blank screen delay" to prevent the screen from blanking in the first place by setting it to "Never".
Here's a more detailed breakdown:
Open Settings: Access the system settings, either through the application launcher or by clicking the gear icon in the top-right corner.
Navigate to Privacy: In the settings menu, locate and click on "Privacy". Select Screen Lock: Under Privacy, find and click on "Screen Lock". Disable Automatic Screen Lock: Locate the "Automatic Screen Lock" toggle switch and switch it to the off position.
Adjust Blank Screen Delay (Optional): If you want to prevent the screen from blanking out at all, find the "Blank Screen Delay" setting and change it to "Never".
Close Settings: Close the settings window to save your changes.
PRESTO! NO MORE PAIN IN THE ASS SCREENLOCK, WHICH ALWAYS HAPPENS WHEN YOU GO FOR A CRAP AND COME BACK TO SEE YOUR RECORDING INTERRUPTED !!
Alternative in Terminal for Debian based Linux;
To deactivate the screen lock in Ubuntu or Debian based distros, using the terminal, you can use the command
gsettings set org.gnome.desktop.screensaver lock-enabled false
. This command will disable the lock screen functionality for the GNOME desktop environment.Explanation:
- This command is used to modify settings within the GSettings configuration system, which is used by GNOME.
- This specifies the path within the GSettings system where the screen saver settings are located.
- This sets the
lock-enabled
property tofalse
, effectively disabling the screen lock feature. - To re-enable the screen lock, you can use the following command:
gsettings set org.gnome.desktop.screensaver lock-enabled true
- This command will re-enable the screen lock functionality.
- Important Considerations:
- This command applies to the GNOME desktop environment.
- The changes are applied immediately, but it is recommended to restart your computer or log out and back in for the changes to fully take effect.
Easy one liner Shortcode;
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.screensaver lock-enabled true
Or use Geotag from Flathub
AMENUS FOREVUS
YOURS TRULY;
@CICADA33
No comments:
Post a Comment