1x2gogetapps(8) X2Go Server Tool x2gogetapps(8)
2
3
4
6 x2gogetapps - Generate list of Published Applications
7
9 x2gogetapps
10
11
13 x2gogetapps returns a machine-readable list of X2Go Published
14 Applications. This command is evoked from connected X2Go client
15 applications.
16
17 x2gogetapps is run with normal user privileges.
18
19
21 x2gogetapps returns one or multiple items in the below format:
22
23 <icon>
24 [ ... base64 encoded image information ...]
25 </icon>
26 <desktop>
27 [ ... selected fields form .desktop file ... ]
28 </desktop>
29 ...
30
31 As exitcode x2gogetapps always returns 0.
32
33
35 Users are advised to not misinterpret X2GoServer's Published
36 Application Mode as a security feature.
37
38 Even when using Published Application Mode, it is still possible for
39 users to locally configure an X2Go Client with any setting they want,
40 and use that to connect.
41
42 So if you're trying to keep users from running a certain application on
43 the host, using Published Application Mode to "lock" the configuration
44 is the *wrong* way. The users will still be able to run that
45 application by creating their own, local configuration file and using
46 that.
47
48 To keep users from running an application on the server, you have to
49 use *filesystem permissions*. In the simplest case, this means setting
50 chmod 750 or 550 on the particular application on the host, and making
51 sure the users in question are not the owner and also not a member of
52 the group specified for the application.
53
54
56 This manual has been written by Mike Gabriel <mike.gabriel@das-
57 netzwerkteam.de> for the X2Go project (https://www.x2go.org).
58
59
60
61Version 4.1.0.3 Nov 2018 x2gogetapps(8)