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 748846 - There's no way to disable "Window is ready" notification
There's no way to disable "Window is ready" notification
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-05-03 14:40 UTC by Vasily Khoruzhick
Modified: 2015-07-01 17:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
windowAttentionHandler: Allow extensions to disconnect the signal (1.11 KB, patch)
2015-07-01 17:03 UTC, drago01
committed Details | Review

Description Vasily Khoruzhick 2015-05-03 14:40:06 UTC
"Window is ready" notification could be very annoying for applications like skype which requests attention on any received message, so there should be a way to inhibit it somehow.
Comment 1 Bastien Nocera 2015-05-03 17:20:12 UTC
Vasily mentioned on G+ that the problem was that he couldn't override this behaviour through an extension.
Comment 2 Vasily Khoruzhick 2015-05-03 17:24:51 UTC
Right, WindowAttentionHandler doesn't save an ID of 'window-demands-attention' handler to disconnect it later.
Comment 3 drago01 2015-07-01 17:03:42 UTC
Created attachment 306544 [details] [review]
windowAttentionHandler: Allow extensions to disconnect the signal

That way extensions can easily disable / remove the "is ready"
notification.
Comment 4 drago01 2015-07-01 17:04:39 UTC
Attachment 306544 [details] pushed as feaf610 - windowAttentionHandler: Allow extensions to disconnect the signal