Default variables and values for Python X2Go.
|
|
__NAME__ = 'x2godefaults-pylib'
|
|
|
X2GOCLIENT_OS = 'Linux'
|
|
|
X_DISPLAY = None
|
|
|
LOCAL_HOME = '/home/buildd'
|
|
|
X2GO_SESSIONS_ROOTDIR = '.x2go'
|
|
|
X2GO_CLIENT_ROOTDIR = '.x2goclient'
|
|
|
ROOT_DIR = '/'
|
|
|
ETC_DIR = '/etc/x2goclient'
|
|
|
CURRENT_LOCAL_USER = 'buildd'
|
|
|
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 = ['/home/buildd/.x2goclient/setting...
|
|
|
X2GO_PRINTING_FILENAME = 'printing'
|
|
|
X2GO_PRINTING_CONFIGFILES = ['/home/buildd/.x2goclient/printin...
|
|
|
X2GO_SESSIONPROFILES_FILENAME = 'sessions'
|
|
|
X2GO_SESSIONPROFILES_CONFIGFILES = ['/home/buildd/.x2goclient/...
|
|
|
X2GO_XCONFIG_FILENAME = 'xconfig'
|
|
|
X2GO_XCONFIG_CONFIGFILES = ['/home/buildd/.x2goclient/xconfig'...
|
|
|
X2GO_CLIENTSETTINGS_DEFAULTS = {'Authorization': {'editprofile...
|
|
|
X2GO_CLIENTPRINTING_DEFAULTS = {'CUPS': {'defaultprinter': 'PD...
|
|
|
X2GO_CLIENTXCONFIG_DEFAULTS = {}
|
|
|
X2GO_GENERIC_APPLICATIONS = ['WWWBROWSER', 'MAILCLIENT', 'OFFI...
X2Go's generic applications.
|
|
|
X2GO_SESSIONPROFILE_DEFAULTS = {'applications': ['WWWBROWSER',...
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 = '\n \'nopack\', \'8\', \'64\',...
|
|
|
pack_methods_nx3 = ['16m', '16m-jpeg-0', '16m-jpeg-1', '16m-jp...
|
|
|
X2GO_DESKTOPSESSIONS = {'CINNAMON': 'cinnamon', 'GNOME': 'gnom...
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 = {'DIALOG': 'X2GoPrintActionDIALOG', 'PDFS...
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.
|
|
|
__package__ = 'x2go'
|
|
|
i = 9
|
|
|
m = '16m-rle-%'
|
|
|
meth = '16m-rle-%'
|