Home | Trees | Indices | Help |
|
---|
|
Default variables and values for Python X2Go.
Classes | |
OSNotSupportedException |
Variables | |
__NAME__ = 'x2godefaults-pylib'
|
|
X2GOCLIENT_OS = platform.system()
|
|
X_DISPLAY = None
|
|
LOCAL_HOME = os.path.normpath(os.path.expanduser('~'))
|
|
X2GO_SESSIONS_ROOTDIR = '.x2go'
|
|
X2GO_CLIENT_ROOTDIR = '.x2goclient'
|
|
ROOT_DIR = '/'
|
|
ETC_DIR = os.path.join(ROOT_DIR, 'etc', 'x2goclient')
|
|
CURRENT_LOCAL_USER = getpass.getuser()
|
|
X2GO_SSH_ROOTDIR = '.ssh'
|
|
SUPPORTED_SOUND = True
|
|
SUPPORTED_PRINTING = True
|
|
SUPPORTED_FOLDERSHARING = True
|
|
SUPPORTED_MIMEBOX = True
|
|
BACKENDS_CONTROLSESSION = {'STDOUT': 'X2GoControlSessionSTDOUT',}
|
|
BACKENDS_TERMINALSESSION = {'STDOUT': 'X2GoTerminalSessionSTDO
|
|
BACKENDS_SERVERSESSIONINFO = {'STDOUT': 'X2GoServerSessionInfo
|
|
BACKENDS_SERVERSESSIONLIST = {'STDOUT': 'X2GoServerSessionList
|
|
BACKENDS_PROXY = {'NX3': 'X2GoProxyNX3',}
|
|
BACKEND_CONTROLSESSION_DEFAULT = 'X2GoControlSessionSTDOUT'
|
|
BACKEND_TERMINALSESSION_DEFAULT = 'X2GoTerminalSessionSTDOUT'
|
|
BACKEND_SERVERSESSIONINFO_DEFAULT = 'X2GoServerSessionInfoSTDOUT'
|
|
BACKEND_SERVERSESSIONLIST_DEFAULT = 'X2GoServerSessionListSTDOUT'
|
|
BACKEND_PROXY_DEFAULT = 'X2GoProxyNX3'
|
|
BACKENDS_SESSIONPROFILES = {'FILE': 'X2GoSessionProfilesFILE', Python X2Go backends for storing session profiles. |
|
BACKENDS_CLIENTSETTINGS = {'FILE': 'X2GoClientSettingsFILE', ' Python X2Go backends for storing client settings. |
|
BACKENDS_CLIENTPRINTING = {'FILE': 'X2GoClientPrintingFILE', ' Python X2Go backends for storing print settings. |
|
BACKEND_SESSIONPROFILES_DEFAULT = 'X2GoSessionProfilesFILE'
|
|
BACKEND_CLIENTSETTINGS_DEFAULT = 'X2GoClientSettingsFILE'
|
|
BACKEND_CLIENTPRINTING_DEFAULT = 'X2GoClientPrintingFILE'
|
|
X2GO_SETTINGS_FILENAME = 'settings'
|
|
X2GO_SETTINGS_CONFIGFILES = [os.path.normpath(os.path.join(LOC
|
|
X2GO_PRINTING_FILENAME = 'printing'
|
|
X2GO_PRINTING_CONFIGFILES = [os.path.normpath(os.path.join(LOC
|
|
X2GO_SESSIONPROFILES_FILENAME = 'sessions'
|
|
X2GO_SESSIONPROFILES_CONFIGFILES = [os.path.normpath(os.path.j
|
|
X2GO_XCONFIG_FILENAME = 'xconfig'
|
|
X2GO_XCONFIG_CONFIGFILES = [os.path.normpath(os.path.join(LOCA
|
|
X2GO_CLIENTSETTINGS_DEFAULTS = {'LDAP': {'useldap': False, 'po
|
|
X2GO_CLIENTPRINTING_DEFAULTS = {'General': {'showdialog': Fals
|
|
X2GO_CLIENTXCONFIG_DEFAULTS = {}
|
|
X2GO_GENERIC_APPLICATIONS = ['WWWBROWSER', 'MAILCLIENT', 'OFFI X2Go's generic applications. |
|
X2GO_SESSIONPROFILE_DEFAULTS = {'autologin': True, 'autoconnec X2GoSessionProfiles default values to fill a new session profile with. |
|
pack_methods_nx3_noqual = ['nopack', '8', '64', '256', '512', Available NX3 compression methods. |
|
pack_methods_nx3_formatted =
|
|
pack_methods_nx3 = [m for m in pack_methods_nx3_noqual if "%"
|
|
X2GO_DESKTOPSESSIONS = {'CINNAMON': 'cinnamon', 'KDE': 'startk A dictionary with meta-commands for X2Go's window manager sessions. |
|
RSAKEY_STRENGTH = 1024
|
|
RSAHostKey = paramiko.RSAKey.generate(RSAKEY_STRENGTH) An RSA host key for this client session. |
|
X2GO_PRINT_ACTIONS = {'PDFVIEW': 'X2GoPrintActionPDFVIEW', 'PD Relating print action names and classes. |
|
DEFAULT_PDFVIEW_CMD = 'xdg-open' Default PDF viewer command for Linux systems (PDFVIEW print action). |
|
DEFAULT_PDFSAVE_LOCATION = 'PDF' Default location for saving PDF files (PDFSAVE print action). |
|
DEFAULT_PRINTCMD_CMD = 'lpr' Default command for the PRINTCMD print action. |
|
X2GO_MIMEBOX_ACTIONS = {'OPEN': 'X2GoMIMEboxActionOPEN', 'OPEN Relating MIME box action names and classes. |
|
X2GO_MIMEBOX_EXTENSIONS_BLACKLIST = ['LOCK', 'SYS', 'SWP', 'EX Black-listed MIME box file extenstions. |
|
X2GO_SHARE_VIEWONLY = 0 Constant representing read-only access to shared desktops. |
|
X2GO_SHARE_FULLACCESS = 1 Constant representing read-write (full) access to shared desktops. |
|
PUBAPP_MAX_NO_SUBMENUS = 10 Less than ten applications will not get rendered into submenus. |
Variables Details |
BACKENDS_TERMINALSESSION
|
BACKENDS_SERVERSESSIONINFO
|
BACKENDS_SERVERSESSIONLIST
|
BACKENDS_SESSIONPROFILESPython X2Go backends for storing session profiles.
|
BACKENDS_CLIENTSETTINGSPython X2Go backends for storing client settings.
|
BACKENDS_CLIENTPRINTINGPython X2Go backends for storing print settings.
|
X2GO_SETTINGS_CONFIGFILES
|
X2GO_PRINTING_CONFIGFILES
|
X2GO_SESSIONPROFILES_CONFIGFILES
|
X2GO_XCONFIG_CONFIGFILES
|
X2GO_CLIENTSETTINGS_DEFAULTS
|
X2GO_CLIENTPRINTING_DEFAULTS
|
X2GO_GENERIC_APPLICATIONSX2Go's generic applications.
|
X2GO_SESSIONPROFILE_DEFAULTSX2GoSessionProfiles default values to fill a new session profile with.
|
pack_methods_nx3_noqualAvailable NX3 compression methods.
|
pack_methods_nx3_formatted
|
pack_methods_nx3
|
X2GO_DESKTOPSESSIONSA dictionary with meta-commands for X2Go's window manager sessions.
|
RSAHostKeyAn RSA host key for this client session. Python X2Go does not use the system's host key but generates its own host key for each running application instance.
|
X2GO_PRINT_ACTIONSRelating print action names and classes.
|
X2GO_MIMEBOX_ACTIONSRelating MIME box action names and classes.
|
X2GO_MIMEBOX_EXTENSIONS_BLACKLISTBlack-listed MIME box file extenstions.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 19 17:30:02 2013 | http://epydoc.sourceforge.net |