Default variables and values for Python X2Go.
|
__NAME__ = ' x2godefaults-pylib '
|
|
X2GOCLIENT_OS = ' Linux '
|
|
X_DISPLAY = None
|
|
LOCAL_HOME = ' /sbuild-nonexistent '
|
|
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
|
|
SUPPORTED_TELEKINESIS = True
|
|
BACKENDS = { ' X2GoClientPrinting ' : { ' FILE ' : ' x2go.backends.prin ...
|
|
X2GO_SETTINGS_FILENAME = ' settings '
|
|
X2GO_SETTINGS_CONFIGFILES = [ ' /sbuild-nonexistent/.x2goclient/ ...
|
|
X2GO_PRINTING_FILENAME = ' printing '
|
|
X2GO_PRINTING_CONFIGFILES = [ ' /sbuild-nonexistent/.x2goclient/ ...
|
|
X2GO_SESSIONPROFILES_FILENAME = ' sessions '
|
|
X2GO_SESSIONPROFILES_CONFIGFILES = [ ' /sbuild-nonexistent/.x2go ...
|
|
X2GO_XCONFIG_FILENAME = ' xconfig '
|
|
X2GO_XCONFIG_CONFIGFILES = [ ' /sbuild-nonexistent/.x2goclient/x ...
|
|
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.RSAKey object>
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-% '
|