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 753084 - application: don't steal activation timestamp
application: don't steal activation timestamp
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-30 23:51 UTC by Cosimo Cecchi
Modified: 2015-08-06 07:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
application: don't steal activation timestamp (1.15 KB, patch)
2015-07-30 23:51 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2015-07-30 23:51:44 UTC
See patch and commit message for rationale.
Comment 1 Cosimo Cecchi 2015-07-30 23:51:47 UTC
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.
Comment 2 Cosimo Cecchi 2015-08-06 07:43:30 UTC
Reviewed by Shaun in person.

Attachment 308500 [details] pushed as 0ae7bbd - application: don't steal activation timestamp