Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2020 13:38:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 250057] x11/gnome3 does not appear to work properly in 2020Q4 or latest
Message-ID:  <bug-250057-6497-y3zV33HoV8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250057-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250057-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250057

--- Comment #15 from Anders Bolt-Evensen <andersbo87@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\|slee=
p"';
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 'suspen=
d'
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 transla=
ted
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 defa=
ult
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-tim=
eout
$seconds.

I changed it to 86400 seconds (24 hours). It may not be the perfect solutio=
n to
the issue you mentioned, but on my end, it seems to work as a work-around.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250057-6497-y3zV33HoV8>