[Bug 250057] x11/gnome3 does not appear to work properly in 2020Q4 or latest
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 12 13:38:43 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250057
--- Comment #15 from Anders Bolt-Evensen <andersbo87 at icloud.com> ---
(In reply to mvharding from comment #11)
About the system suspending due to inactivity, I decided to do a little
investigation. Running 'gsettings list-recursively | grep -i "suspend\|sleep"';
I got the following output:
gsettings list-recursively | grep -i "suspend\|sleep"
org.gnome.settings-daemon.plugins.media-keys suspend ['']
org.gnome.settings-daemon.plugins.media-keys hibernate-static ['XF86Suspend',
'XF86Hibernate']
org.gnome.settings-daemon.plugins.media-keys suspend-static ['XF86Sleep']
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type 'suspend'
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'suspend'
org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 1200
org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 1200
org.gnome.settings-daemon.plugins.power power-button-action 'suspend'
(process:45401): GLib-GIO-WARNING **: 15:29:12.495: Failed to parse translated
string 'Regular' for key 'game-type' in schema 'org.gnome.tali': 0:expected
value
(process:45401): GLib-GIO-WARNING **: 15:29:12.495: Using untranslated default
instead.
org.freedesktop.Tracker.Miner.Files initial-sleep 15
ca.desrt.dconf-editor.Settings saved-pathbar-path
'/org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type'
Notice that the default sleep-inactive-ac-timeout is 1200 seconds or 20
minutes.
As you said, there is no way to change anything via the GUI, but on a
user-based setting, as a work-around, you can try changing the
sleep-inactive-ac-timeout, like this:
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout
$seconds.
I changed it to 86400 seconds (24 hours). It may not be the perfect solution to
the issue you mentioned, but on my end, it seems to work as a work-around.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list