List of Global Functions
Description - Get the description of the currently selected desktop for the summary
Desktop - Get the currently set default desktop, nil if none set
ForceReinit - Forces new initialization...
GetAllDesktopsMap - Returns map of pre-defined default system tasks
Init - Initialize default desktop from control file if specified there
PatternsToDeselect - Get patterns which should be NOT selected for currently selected desktop
PatternsToSelect - Get patterns which should be selected for currently selected desktop
PrefferedWindowManager - Get preffered window/desktop manager for the selected desktop
SelectedDesktops - Return list installed desktops or desktop selected for installation.
SetDesktop - Set the default desktop
List of Global Variables
Get the description of the currently selected desktop for the summary
Return value
string - the description of the desktop
Get the currently set default desktop, nil if none set
Return value
string - desktop or nil
Returns map of pre-defined default system tasks
Return value
map <string, map> - all_system_tasks
$[ "desktop ID" : $[ "desktop" : "desktop to start", // DEFAULT_WM "order" : integer, "label" : _("Desktop Name Visible in Dialog (localized - initial localization)"), "label_id" : _("Desktop Name Visible in Dialog (original)"), "description" : _("Description text of the desktop (localized - initial localization)"), "description_id" : _("Description text of the desktop (originale)"), "patterns" : ["list", "of", "related", "patterns"], "icon" : "some-icon", // filename from the 64x64 directory of the current theme (without .png suffix) ], ]
Get patterns which should be NOT selected for currently selected desktop
Return value
list<string> - a list of patterns
Get patterns which should be selected for currently selected desktop
Return value
list<string> - a list of patterns
Get preffered window/desktop manager for the selected desktop
Return value
string - preffered window/desktop manager, empty if no one
Return list installed desktops or desktop selected for installation.
Return value
list <string>
See also:
GetAllDesktopsMap