After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 599139 - unreliable gnome-session (un)inhibition
unreliable gnome-session (un)inhibition
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: image viewer
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-21 03:39 UTC by Jean-François Fortin Tam
Modified: 2010-02-04 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-10-21 03:39:35 UTC
Initially filed as https://bugs.launchpad.net/ubuntu/+source/totem/+bug/448438
And as gnome bug #598173

What I'm experiencing when using fullscreen/slideshow in EoG:

(eog:2262): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Method "InhibitActivation" with signature "s" on interface "org.gnome.ScreenSaver" doesn't exist

** (eog:2262): WARNING **: Problem inhibiting the screensaver: Method "Inhibit" with signature "ss" on interface "org.gnome.ScreenSaver" doesn't exist

----------
I'm not sure of the extent of the consequences of this bug; one thing I know is that it will forget to uninhibit idling, so your screen will never lock/blank and the computer will never suspend, unless you logout and login from the session.
Comment 1 Felix Riemann 2009-11-26 13:22:32 UTC
Reading the lp report, this has turned out to be a bug in hamster-applet.
Does it work again?
Comment 2 Jean-François Fortin Tam 2009-11-27 14:46:50 UTC
I think that when hamster is not present, it works correctly (at least, no warnings printed to the terminal)... not sure if it's the same as totem though, as Bastien still did change something in bug #598173 (don't know if eog needs that too)?
Comment 3 Felix Riemann 2010-02-04 18:27:39 UTC
I incorporated the latest TotemScreensaver code into our local copy.
So, we should have got Bastien's fix as well now.