Figure 9. Example service description file # Sample service description file [D-BUS Service] Names=org.freedesktop.ConfigurationDatabase;org.gnome.GConf; Exec=/usr/libexec/gconfd-2 There are two errors in the above sample service file. First, a typo, Names should be Name. Second, can not specify multiple names.
Created attachment 81842 [details] [review] [PATCH] DBus Spec: Fix sample service file (merged)
Comment on attachment 81842 [details] [review] [PATCH] DBus Spec: Fix sample service file (merged) Review of attachment 81842 [details] [review]: ----------------------------------------------------------------- Yes. We ought to change this to be in example.com's namespace too, really - too many people use names in freedesktop.org that they don't actually control, because they've cargo-culted "D-Bus names start with org.freedesktop".
Yeah, someone did confused. http://lists.freedesktop.org/archives/dbus/2008-January/009113.html I'll upload a new patch to fix samples to com.example or /com/example from org.freedesktop or /org/freedesktop.
Created attachment 84501 [details] [review] [PATCH] DBus Spec: fix examples namespace to com.example
Comment on attachment 84501 [details] [review] [PATCH] DBus Spec: fix examples namespace to com.example Review of attachment 84501 [details] [review]: ----------------------------------------------------------------- Ideal.
Fixed in git for 1.7.6, thanks
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.