GNOME Bugzilla – Bug 748846
There's no way to disable "Window is ready" notification
Last modified: 2015-07-01 17:04:43 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.
Vasily mentioned on G+ that the problem was that he couldn't override this behaviour through an extension.
Right, WindowAttentionHandler doesn't save an ID of 'window-demands-attention' handler to disconnect it later.
Created attachment 306544 [details] [review] windowAttentionHandler: Allow extensions to disconnect the signal That way extensions can easily disable / remove the "is ready" notification.
Attachment 306544 [details] pushed as feaf610 - windowAttentionHandler: Allow extensions to disconnect the signal