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 | |
known_xservers Renders a list of XServers that are known to Python X2Go. |
|
installed_xservers Among the known XServers renders a list of XServers that are actually installed on the system. |
|
running_xservers Tries to render a list of running XServer processes from the system's process list. |
|
xserver_launch_possible Detect if there is an XServer (that is known to Python X2Go) installed on the system. |
|
xserver_launch_needed Detect if an XServer launch is really needed (or if we use an already running XServer instance). |
|
preferred_xserver Returns a tuple of (<xserver_name>, <xserver_config>). |
|
preferred_xserver_names Returns the list of preferred XServer names (most preferred first). |
|
Inherited from 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.
|
Get an unused TCP/IP port for the to-be-launched X server and write it to the user's X configuration file.
|
Property Details |
known_xserversRenders a list of XServers that are known to Python X2Go.
|
installed_xserversAmong the known XServers renders a list of XServers that are actually installed on the system.
|
running_xserversTries to render a list of running XServer processes from the system's process list.
|
xserver_launch_possibleDetect if there is an XServer (that is known to Python X2Go) installed
on the system. Equals
|
xserver_launch_neededDetect if an XServer launch is really needed (or if we use an already
running XServer instance). Equals
|
preferred_xserverReturns a tuple of (<xserver_name>, <xserver_config>). return: (<xserver_name>, <xserver_config>) rtype:
|
preferred_xserver_namesReturns the list of preferred XServer names (most preferred first).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 14 17:42:01 2016 | http://epydoc.sourceforge.net |