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 744114 - Disabled notifications still wake-up locked screen
Disabled notifications still wake-up locked screen
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-06 22:32 UTC by Sale
Modified: 2015-02-26 22:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenShield: Do not wake up screen after adding hidden source (996 bytes, patch)
2015-02-26 22:38 UTC, Florian Müllner
committed Details | Review

Description Sale 2015-02-06 22:32:51 UTC
Hi,

I'm not sure if this is a bug, a known issue or a "feature", but I noticed that on my Gnome 3.14 installation on Debian 8 (Jessie), new notifications keep waking up my locked screen (while it's in sleep mode). This behaviour is present when I disable lock screen notifications and even when I disable notifications altogether.

Is there a way to prevent this from happening?

I'll gladly share additional info, just let me know what data should I collect.

Thanks.
Comment 1 Florian Müllner 2015-02-26 22:38:02 UTC
Created attachment 298037 [details] [review]
screenShield: Do not wake up screen after adding hidden source

The screen should be woken up when a new notification is shown on
the lock screen, but not when a notification arrives while disabled.
Add a missing condition to fix.
Comment 2 Florian Müllner 2015-02-26 22:40:22 UTC
Attachment 298037 [details] pushed as c2104db - screenShield: Do not wake up screen after adding hidden source