GNOME Bugzilla – Bug 753084
application: don't steal activation timestamp
Last modified: 2015-08-06 07:43:34 UTC
See patch and commit message for rationale.
Created attachment 308500 [details] [review] application: don't steal activation timestamp When using GtkApplication, nothing else should open the display before GtkApplication does. We should pass FALSE to gtk_get_option_group() to get that behavior. This fixes startup notification not working correctly for Yelp when the binary is already running.
Reviewed by Shaun in person. Attachment 308500 [details] pushed as 0ae7bbd - application: don't steal activation timestamp