Sunday, May 5, 2024
45
rated 0 times [  45] [ 0]  / answers: 1 / hits: 211059  / 1 Year ago, thu, january 19, 2023, 10:38:28

I looking for a method to turn-off the screensaver and powermanager but from the command line.



I'm aware this can be done via the GUI screen - but can this be done via the command line or via some configuration editor?



Here is the gui way (via the "screen" or "brightness and lock" application):



enter image description here


More From » power-management

 Answers
4

For 11.10



Disable the GNOME Settings Deamon's power plugin from the command line:



gsettings set org.gnome.settings-daemon.plugins.power active false


Alternatively, using dconf-editor from the dconf-tools package:



enter image description here



For the screensaver:



gsettings set org.gnome.desktop.screensaver idle-activation-enabled false


Or again via dconf-editor:



enter image description here


[#42938] Thursday, January 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
howesale

Total Points: 224
Total Questions: 117
Total Answers: 116

Location: Nauru
Member since Thu, May 18, 2023
1 Year ago
;