diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-05 17:51:55 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-05 17:58:51 +0100 |
commit | 9c0ef7028893e4db18fe901ed749784c99a8839f (patch) | |
tree | 0c364d84410e020572af47fa8e34e1edd60043a9 /doc | |
parent | 59acbc4854ac7edb463a8b0c6e9b5844e16e1e47 (diff) |
Recomend dbus-run-session over dbus-launch for starting text-mode sessions
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39196
Reviewed-by: Colin Walters <walters@verbum.org>
[reformatted from roff to Docbook -smcv]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-launch.1.xml.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/dbus-launch.1.xml.in b/doc/dbus-launch.1.xml.in index fde439da..727495b7 100644 --- a/doc/dbus-launch.1.xml.in +++ b/doc/dbus-launch.1.xml.in @@ -102,8 +102,10 @@ run by your X session, such as or <filename>~/.Xclients</filename>.</para> -<para>To start a D-Bus session within a text-mode session, you can run -dbus-launch in the background. For instance, in a sh-compatible shell:</para> +<para>To start a D-Bus session within a text\(hymode session, + do not use <emphasis remap='B'>dbus-launch</emphasis>. + Instead, see <citerefentry><refentrytitle>dbus-run-session</refentrytitle><manvolnum>1</manvolnum></citerefentry>. +</para> <literallayout remap='.nf'> ## test for an existing bus daemon, just to be safe |