Home | Trees | Indices | Help |
|
---|
|
object --+ | inifiles.X2GoIniFile --+ | X2GoClientXConfig
Configuration file based XServer startup settings for X2GoClient instances.
This class is needed for Windows systems and (maybe soon) for Unix desktops using Wayland.
Instance Methods | |||
|
|||
bool
|
|
||
list
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
Constructs an X2GoClientXConfig instance. This is normally done by an
X2GoClient
instance. You can retrieve this X2GoClientXConfig instance with the
On construction the X2GoClientXConfig instance is filled with values from the configuration files: /etc/x2goclient/xconfig ~/.x2goclient/xconfig The files are read in the specified order and config options of both
files are merged. Options set in the user configuration file
(
|
Store the Xserver configuration to the storage backend (i.e. on disk). For writing the first of the
|
Retrieve the XServer configuration (from the xconfig file) for the given XServer application.
|
Renders a list of XServers that are known to Python X2Go.
|
Among the known XServers renders a list of XServers that are actually installed on the system.
|
Tries to render a list of running XServer processes from the system's process list.
|
Detect if there is an XServer (that is known to Python X2Go) installed
on the system. Equals
|
Detect if an XServer launch is really needed (or if we use an already
running XServer instance). Equals
|
Returns a tuple of (<xserver_name>, <xserver_config>). return: (<xserver_name>, <xserver_config>) rtype:
|
Returns the list of preferred XServer names (most preferred first).
|
Get an unused TCP/IP port for the to-be-launched X server and write it to the user's X configuration file.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Sep 25 12:41:35 2017 | http://epydoc.sourceforge.net |