GNOME Bugzilla – Bug 647986
put non-unique apps on D-Bus
Last modified: 2012-02-09 17:18:13 UTC
It might still be useful to have non-unique apps on D-Bus. Particularly since we're discussing the possibility of driving their menus through a D-Bus interface. The idea is that it would be nice to access them using their unique name.
Created attachment 186123 [details] [review] GApplication: put non-unique apps on D-Bus Some open questions: - should we emit the "Hello" signal for non-unique apps? I lean towards yes. - the test case currently fails since it tries to register multiple objects at the same path in the same process. This probably does not reflect realistic use (but maybe it does.....). - if we fix bug 647987 first then this patch may need a minor tweak.
CCing walters, as the app menu goto guy
Created attachment 207204 [details] [review] GApplication: put non-unique apps on D-Bus For a number of reasons it might be useful to register the object paths associated with a non-unique application so that the application can at least field requests to its unique D-Bus name.
Attachment 207204 [details] pushed as 40e9192 - GApplication: put non-unique apps on D-Bus