https://bugzilla.gnome.org/show_bug.cgi?id=752258

--- Comment #32 from Jasper St. Pierre <[email protected]> ---
(In reply to Michael Catanzaro from comment #30)
> To make this simpler, it would be ideal for applications to not need to call
> g_set_prgname, but for it to be set properly automatically. This requires
> GTK+ to know whether an application is D-Bus activatable. Is there already a
> solution for that? If not, we discussed one possibility: adding a new enum
> value to GApplicationFlags, say G_APPLICATION_IS_DBUS_ACTIVATABLE. GTK+
> would then use this to determine that the prgname should be set to the
> GtkApplication ID rather than argv[0]. I am not entirely sure this new flag
> would be a good idea, though, since it's not going to be much easier to use
> than simply setting the prgname manually.

As I said in the comment above you, we have two sources to match on: the
prgname and the application ID. We already match on both. So you shouldn't need
to change anything.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to