1XPRA_LAUNCHER(1) General Commands Manual XPRA_LAUNCHER(1)
2
3
4
6 xpra_launcher - User interface to connect to a Xpra session
7
9 xpra_launcher [FILENAME]
10
12 xpra_launcher is a tool which enables you to connect to a remote
13 xpra(1) session using a graphical user interface. It is able to read a
14 pre-configured session file.
15
16 When called without FILENAME, xpra_launcher will spawn a GTK window
17 allowing you to set the connection parameters easily. If FILENAME is
18 specified, the parameters in the GUI will be set to the values speciā
19 fied in the session file. Additionally, if the session file contains
20 the special parameter "autoconnect", xpra_launcher will skip displaying
21 the parameters window and will establish the connection directly.
22
23
25 The format of the session file passed to xpra_launcher as a parameter
26 is a series of parameter = value lines. Most of the options available
27 through the xpra command line are also available in the session file.
28 For instance:
29
30 host Specify the remote host to connect to.
31
32 port Specify the remote port to connect to.
33
34 encoding
35 Specify the encoding type to use: h264, jpeg, png, ... See xpra
36 --help for the full list of available encodings.
37
38 quality
39 Set the image quality when using lossy encodings. Values are
40 1-100.
41
42 mode Connection mode: tcp or ssh.
43
44 autoconnect
45 Specify whether to establish connection immediately (True) or
46 simply pre-fill the parameters for the user to review (False,
47 the default).
48
49
51 xpra(1)
52
53
54
55 XPRA_LAUNCHER(1)