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 625374 - screensaver can't be interrupted once fade begins
screensaver can't be interrupted once fade begins
Status: RESOLVED NOTGNOME
Product: gnome-screensaver
Classification: Deprecated
Component: general
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
: 594082 627699 628941 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-07-27 08:22 UTC by Mohamed Amine Il Idrissi
Modified: 2010-10-20 03:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mohamed Amine Il Idrissi 2010-07-27 08:22:04 UTC
This bug was reported on LaunchPad: https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/595555

Once the Screensaver begins the process of fading out, it no longer will be interrupted by input.

Steps to reproduce:
1) Wait until the screensaver begins to fade.
2) Try moving the mouse or typing.

Excepted results:
The screensaver should be interrupted, and the screen should be prevented from locking.

Actual results:
The input is ignored.
Comment 1 Hannes Frederic Sowa 2010-08-13 09:00:35 UTC
Tim Taiwanese Liim posted two fixes which solve this problem in redhat's bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=612620
Comment 2 Ray Strode [halfline] 2010-08-13 14:01:32 UTC
Alright, so it sounds like this is an X issue and not a gnome-screensaver issue.  I'm going to close this report out.
Comment 3 William Jon McCann 2010-08-23 10:37:57 UTC
*** Bug 627699 has been marked as a duplicate of this bug. ***
Comment 4 William Jon McCann 2010-09-07 14:26:07 UTC
*** Bug 594082 has been marked as a duplicate of this bug. ***
Comment 5 William Jon McCann 2010-09-07 14:26:56 UTC
*** Bug 628941 has been marked as a duplicate of this bug. ***
Comment 6 tatsuno 2010-10-11 09:39:52 UTC
Ray, did you open an Xorg report for this bug? If so, what is the bug number? Otherwise I could create it.

Thank you.
Comment 7 Tim Taiwanese Liim 2010-10-12 02:52:19 UTC
Maybe we no longer need to open an Xorg bug for this; in [1] Adam
Jackson (owner of this Xsync issue) stated:
    Fixed in 1.9.0
So maybe everything will be fine when we move to Xorg 1.9.0 (my
F13 has 1.8.2).

On the other hand, Chris [2] disagrees with my proposed fix [3]
(my honor to be mentioned by Hannes in Comment #1), that the
Xsync definition is correct and should not be changed [2].  Chris
also stated in [2]
    Gnome-screensaver is separately broken; they shouldn't be
    setting a positive & negative transition trigger with the
    same threshold.  There's a patch on the upstream GNOME bug
    for that.
My view [4] is that the Xsync definition is inconsistent between
positive/negative transition, so we should make the definitions
consistent; this happens to fix this bug625374.  Either way, the
analysis in [5] is still valid.

So what approach did Adam take when he said "Fixed in 1.9.0?"  No
idea, but I tend to believe (or hope) he will make the right
choice.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=612620#c41
[2] https://bugzilla.redhat.com/show_bug.cgi?id=612620#c37
[3] https://bugzilla.redhat.com/show_bug.cgi?id=612620#c27
[4] https://bugzilla.redhat.com/show_bug.cgi?id=612620#c38
[5] https://bugzilla.redhat.com/show_bug.cgi?id=612620#c21
Comment 8 William Jon McCann 2010-10-12 02:58:18 UTC
There is way too much back and forth on that bug for me to follow.  And since this bug is closed.  If Chris? thinks that the code in gnome-screensaver is broken could you or he please file a separate bug and explain why.  Thanks for your help with this btw.
Comment 9 Tim Taiwanese Liim 2010-10-12 03:12:24 UTC
William,
You are very welcome!  I tried to help from the side, but you
guys did the heavy lifting, so my thanks to you for providing us
the good stuff.

> There is way too much back and forth on that bug for me to
> follow.
Agree with you, I am lost at times.  I don't know which patch it
was when Chris said "There's a patch on the upstream GNOME bug
for that."  

My take is, now that Adam said "Fixed in 1.9.0," let's wait till
we have Xorg 1.9.0.  If everything works, we are happy.  If not,
we know where to look.
Comment 10 Christopher Halse Rogers 2010-10-18 23:03:20 UTC
The gnome-screensaver code isn't broken, but the gnome-session code *is*.  That's https://bugzilla.gnome.org/show_bug.cgi?id=627903 .
Comment 11 Tim Taiwanese Liim 2010-10-20 03:50:28 UTC
Re: Comment #10
I have different opinion: neither gnome-screensaver nor gnome-session
is broken.  Please see
    https://bugzilla.redhat.com/show_bug.cgi?id=612620#c49
for argument.