GNOME Bugzilla – Bug 763103
gtk-launch: add hack to close up dbus-daemon race
Last modified: 2016-03-04 17:45:01 UTC
If gtk-launch exits before the program it starts fully activates, then the dbus-daemon may avoid doing the activating method call. This commit works around the problem by pinging the activated application, and waiting for a reply. This is similar to the gvfs-open bug here: https://bugzilla.gnome.org/show_bug.cgi?id=746534
Created attachment 323098 [details] [review] gtk-launch: add hack to close up dbus-daemon race
Review of attachment 323098 [details] [review]: Looks fine to me. Thanks
Attachment 323098 [details] pushed as 50598ee - gtk-launch: add hack to close up dbus-daemon race