1x2goresume-session(8) X2Go Server Tool x2goresume-session(8)
2
3
4
6 x2goresume-session - Resume X2Go Session
7
9 x2goresume-session <session_id> \
10 <geometry> \
11 <link_quality> \
12 <nx_pack_meth> \
13 <kblayout> \
14 <kbtype> \
15 <setkbd> \
16 <clipboardmode>
17
18
20 x2goresume-session resumes the suspended session with session ID
21 <session_id>.
22
23 This command is normally issued by an X2Go client application with X2Go
24 user privileges.
25
27 <session_id>
28 The session ID (or session name) of the suspend session that is
29 to be resumed.
30
31 <geometry>
32 Session window size on screen (allowed values: <width>x<height>
33 or fullscreen).
34
35 <link_quality>
36 Any value out of: modem, isdn, adsl, wan or lan.
37
38 <nx_pack_method>
39 NX compression method (see below for possible values).
40
41 <cache_type+dpi>
42 Cache type and color depth for X2Go session window. The most
43 common value is: unix-kde-depth_24 where ,,24'' is the color
44 depth in bit.
45
46 <kblayout>
47 Keyboard layout (e.g. us, de, etc.).
48
49 <kbtype>
50 Keyboard type/model (e.g. pc105/us).
51
52 <setkbd>
53 Force setting keyboard layout and type within the X2Go session
54 on startup. Values: 0 or 1.
55
56 <clipboardmode>
57 The session's clipboard mode. Possible values: both, server,
58 client, none. Allows one to configure clipboard security per
59 session via the connecting X2Go client. If the clipboard
60 parameter is set server-side in /etc/x2go/x2goagent.options,
61 then that value will override client-side settings.
62
64 x2goresume-session reports to stderr if resuming of session
65 <session_id> failed. This very probably means that the session's X
66 agent has died, so the session <session_id> will be marked as finished
67 in the X2Go session database.
68
69 If everything works out well, a list of session attributes is returned
70 after successful session resumption. Session attributes will be
71 presented on a line-by-line basis:
72
73 field 01: <graphics_port>
74 field 02: <sound_port>
75 field 03: <sshfs_port>
76 field 04: <tekictrl_port> (if Telekinesis is available/enabled)
77 field 04: <tekidata_port> (if Telekinesis is available/enabled)
78
79
80 As exitcode x2goresume-session always returns 0.
81
83 x2gostartagent(8), x2goruncommand(8), x2gosuspend-session(8),
84 x2goterminate-session(8)
85
87 This manual has been written by Mike Gabriel <mike.gabriel@das-
88 netzwerkteam.de> for the X2Go project (https://www.x2go.org).
89
90
91
92Version 4.1.0.3 Nov 2018 x2goresume-session(8)