GNOME Bugzilla – Bug 728302
Make DBus-activatable
Last modified: 2014-11-21 16:57:06 UTC
Created attachment 274405 [details] [review] Convert to new-style commandline option handling These commits switch to new-style commandline option handling, install a service file, rename the desktop file to follow the bus name, and add the DBusActivatable key to the desktop file, following https://wiki.gnome.org/HowDoI/DBusApplicationLaunching
Created attachment 274406 [details] [review] Make DBus-activatable
Review of attachment 274405 [details] [review]: ::: src/gdict-app.c @@ +194,3 @@ +gchar ** +strv_concat (gchar **strv1, gchar **strv2) side note: `strv_concat()` would be useful in GLib. @@ +211,3 @@ + +static void + len2 = g_strv_length (strv2); I guess `print_strv()` is there for debugging, but it should probably either be ifdef'ed out, or removed.
Review of attachment 274406 [details] [review]: looks good. thanks for doing the work.
(In reply to comment #2) ; > > I guess `print_strv()` is there for debugging, but it should probably either be > ifdef'ed out, or removed. Urgh, obviously a leftover. I'll take it out
Attachment 274405 [details] pushed as 7bf2dc4 - Convert to new-style commandline option handling Attachment 274406 [details] pushed as bf83d76 - Make DBus-activatable