summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-17 20:54:14 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2017-02-21 13:24:04 +0000
commit968e2cce9393979e90a3f743612d1b074dbc99c7 (patch)
tree836211fb515a7cfcc973151919d6b9ca4343f5ad /doc
parent3d5bc65333f3ab6437ddeeed1f4e30856aa32e6b (diff)
downloaddbus-968e2cce9393979e90a3f743612d1b074dbc99c7.tar.gz
dbus-968e2cce9393979e90a3f743612d1b074dbc99c7.tar.bz2
dbus-968e2cce9393979e90a3f743612d1b074dbc99c7.zip
spec: Don't say implementation-specific locations must be lowest priority
We're treating transient services as higher-priority than those in the XDG_DATA_HOME or XDG_DATA_DIRS, which is consistent with systemd. The specific list used by the standard session dbus-daemon will be added to dbus-daemon(1) in the next commit. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99825 Reviewed-by: Philip Withnall <withnall@endlessm.com> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 50c78583..7110be79 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -5532,18 +5532,14 @@
</para>
</sect4>
<sect4>
- <title></title>
+ <title>Finding session services</title>
<para>
On Unix systems, the session bus should search for .service files
in <literal>$XDG_DATA_DIRS/dbus-1/services</literal> as defined
by the
<ulink url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory Specification</ulink>.
- Implementations may also search additional locations, which
- should be searched with lower priority than anything in
- XDG_DATA_HOME, XDG_DATA_DIRS or their respective defaults;
- for example, the reference implementation also
- looks in <literal>${datadir}/dbus-1/services</literal> as
- set at compile time.
+ Implementations may also search additional locations,
+ with a higher or lower priority than the XDG directories.
</para>
<para>
As described in the XDG Base Directory Specification, software