1x2goruncommand(8) X2Go Server Tool x2goruncommand(8)
2
3
4
6 x2goruncommand - Launch Command inside an X2Go Session
7
9 x2goruncommand <display> <agent_pid> <session_id> <command>
10 <sound_system> <session_type>
11
12
14 x2goruncommand launches a(n X-based) command inside of a given X2Go
15 session.
16
17 x2goruncommand is run with X2Go user privileges and normally executed
18 by an X2Go client application.
19
21 <display>
22 The X display number/port of the session this command is for.
23
24 <agent_pid>
25 The process ID (pid) of the x2goagent instance that the given
26 session runs in.
27
28 <session_id>
29 The <session_id> is the unique identifier of the X2Go session
30 that this command is intended for.
31
32 <command>
33 Execute command <command>. Full paths will be ignored, the
34 command has to be in the server's $PATH.
35
36 Possible generic values for <command> are: WWWBROWSER, OFFICE,
37 MAILCLIENT and TERMINAL.
38
39 <sound_system>
40 Either of the possible sound systems supported by X2Go: pulse,
41 esd, arts (obsolete) or none.
42
43 <session_type>
44 Allowed values for <session_type> are: D (desktop) and R
45 (rootless).
46
48 By x2goruncommand nothing is reported on stdout or stderr.
49
50 As exitcode x2goruncommand always returns 0.
51
53 x2gostartagent(8), x2goresume-session(8), x2gosuspend-session(8),
54 x2goterminate-sessions(8)
55
57 This manual has been written by Mike Gabriel <mike.gabriel@das-
58 netzwerkteam.de> for the X2Go project (https://www.x2go.org).
59
60
61
62Version 4.1.0.3 Nov 2018 x2goruncommand(8)