GNOME Bugzilla – Bug 726794
Use a single-binary setup for DBus activation
Last modified: 2014-05-14 10:49:49 UTC
The multi-binary setup is just too inconvenient for anybody who is building the sources and not installing it system-wide. You have to start the service and the send the activation -- it becomes tiring after a while. Lets use the --gapplication-service command line flag (introduced in GLib 2.39.3) and restore sanity.
Created attachment 272546 [details] [review] Use a single-binary setup for DBus activation Attaching patch sent via email.
Review of attachment 272546 [details] [review]: Thanks for the patch Álvaro! ::: src/main.js @@ +28,3 @@ application.hold(); + if (ARGV.length == 1) + ARGV.unshift(''); I think a slightly better thing would be to do what gnome-weather does: [System.programInvocationName].concat(ARGV)
Created attachment 276518 [details] [review] Use a single-binary setup for DBus activation I took the liberty to fix up your patch.
Review of attachment 276518 [details] [review]: Committed.