__init__(self,
config_files=['/builddir/.x2goclient/sessions', '/etc/x2goclient/sessions'],
session_profile_defaults=None,
logger=None,
loglevel=56,
**kwargs)
(Constructor)
| source code
|
Retrieve X2Go session profiles from a file, typically
~/.x2goclient/sessions.
- Parameters:
config_files (list) - a list of config file locations, the first file name in this list
the user has write access to will be the user configuration file
session_profile_defaults (dict) - a default session profile
logger (X2GoLogger instance) - you can pass an X2GoLogger object to the x2go.backends.profiles.file.X2GoSessionProfiles
constructor
loglevel (int) - if no X2GoLogger object has been supplied a new one
will be constructed with the given loglevel
- Overrides:
inifiles.X2GoIniFile.__init__
|