Lines Matching full:autolaunch
26 <arg choice='opt'>--autolaunch=<replaceable>MACHINEID</replaceable></arg>
106 the --autolaunch option to start up a new session bus or find the
111 <para>Whenever an autolaunch occurs, the application that had to
118 <para>There are two common reasons for autolaunch. One is ssh to a remote
126 <para>The second common reason for autolaunch is an su to another user, and
134 <para>You can always avoid autolaunch by manually setting
135 DBUS_SESSION_BUS_ADDRESS. Autolaunch happens because the default
136 address if none is set is "autolaunch:", so if any other address is
137 set there will be no autolaunch. You can however include autolaunch in
139 DBUS_SESSION_BUS_ADDRESS="something:,autolaunch:" - in that case if
140 the first address doesn't work, processes will autolaunch. (The bus
144 <para>The --autolaunch option is considered an internal implementation
202 <term><option>--autolaunch=MACHINEID</option></term>
207 --exit-with-session option is implied if --autolaunch is given.