GNOME Bugzilla – Bug 559848
Notifications using --listen should allow clicking to remove the icon
Last modified: 2012-04-29 10:37:02 UTC
At present if you put up a notification without --listen, and the user clicks on it, it goes away. If you use --listen, however, there is no way of telling it to go away on click.
Created attachment 122220 [details] [review] Add "onclick:close" capability to --listen This adds a command "onclick:close" to --listen to allow users to close --listen'ed notifications.
I'm closing this, since the notification system in gnome 3 change, and I verify, even using the --listen, the notification closes when you click on it. The only difference now between use --listen or not, is when you're not using --listen, zenity exits, using --listen zenity doesn't. And that's the normal behavior.
--listen should allow, but not default to exit on click. When enabled it allows a simple form of user interaction, but if your app is showing a variable status you may not want to have zenity suddenly exit. See also Bug 675064.