OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autolaunch
(Results
1 - 11
of
11
) sorted by null
/external/dbus/tools/
dbus-launch.1
10
.B dbus-launch [\-\-version] [\-\-sh-syntax] [\-\-csh-syntax] [\-\-auto-syntax] [\-\-exit-with-session] [\-\-
autolaunch
=MACHINEID] [\-\-config-file=FILENAME] [PROGRAM] [ARGS...]
84
the --
autolaunch
option to start up a new session bus or find the
89
Whenever an
autolaunch
occurs, the application that had to
96
There are two common reasons for
autolaunch
. One is ssh to a remote
104
The second common reason for
autolaunch
is an su to another user, and
112
You can always avoid
autolaunch
by manually setting
113
DBUS_SESSION_BUS_ADDRESS.
Autolaunch
happens because the default
114
address if none is set is "
autolaunch
:", so if any other address is
115
set there will be no
autolaunch
. You can however include
autolaunch
i
[
all
...]
dbus-launch.c
759
int
autolaunch
= FALSE;
local
798
else if (strstr (arg, "--
autolaunch
=") == arg)
802
if (
autolaunch
)
804
fprintf (stderr, "--
autolaunch
given twice\n");
808
autolaunch
= TRUE;
816
strcmp (prev_arg, "--
autolaunch
") == 0)
818
if (
autolaunch
)
820
fprintf (stderr, "--
autolaunch
given twice\n");
824
autolaunch
= TRUE;
829
else if (strcmp (arg, "--
autolaunch
") == 0
[
all
...]
/external/dbus/cmake/tools/
dbus-launch.xml
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
i
[
all
...]
/external/dbus/
README.wince
65
Autolaunch
is broken so far.
NEWS.pre-1-0
42
-
Autolaunch
abilities added to dbus-launch with the --
autolaunch
flag
ChangeLog.pre-1-2
388
the
autolaunch
and non-
autolaunch
behaviour more similar. With the
391
enables to launch programs directly with
autolaunch
(not very usefull
[
all
...]
ChangeLog.pre-1-0
238
--exit-with-session was used without --
autolaunch
=<machine-id>
509
* tools/dbus-launch.c: make --
autolaunch
take a machine id
510
argument. If --
autolaunch
is used with a program to run, complain
689
* tools/dbus-launch.1: Add the --
autolaunch
option to
691
started with --
autolaunch
. With that option, it also creates
696
a function that runs "dbus-launch --
autolaunch
" to retrieve
699
* dbus/dbus-transport.c: Add the handler for the "
autolaunch
:"
704
* dbus/dbus-internals.h: Make "
autolaunch
:" be the default
[
all
...]
/external/dbus/dbus/
dbus-internals.h
39
#define DBUS_SESSION_BUS_DEFAULT_ADDRESS "
autolaunch
:"
dbus-transport.c
316
if (strcmp (method, "
autolaunch
") == 0)
[
all
...]
dbus-bus.c
174
* Ignore errors - if we failed, fall back to
autolaunch
. */
[
all
...]
dbus-sysdeps-unix.c
[
all
...]
Completed in 541 milliseconds