52. Desktop

Handling of .desktop entries

52.1. Summary of Module Globals

List of Global Functions

List of Global Variables

  • AgentPath - Optional agent path to the desktop files

  • Groups - YaST configuration groups

  • Modules - YaST configuration modules

52.2. Global Functions

52.2.1. GroupList

Return value

  • list <term>

52.2.2. ModuleList

Function parameters

  • string group

Return value

  • list <term>

52.2.3. Read

Read module and group data from desktop files

Function parameters

  • list<string> Values

Return value

  • void

52.2.4. RunViaDesktop

Runs a program by writing a special desktop file. Works with KDE and GNOME. Useful for kinternet, see bug 37864#c17

Function parameters

  • string exec

  • list<string> args

Return value

  • void

52.2.5. Translate

Function parameters

  • string key

Return value

  • string

52.3. Global Variables

52.3.1. AgentPath

Optional agent path to the desktop files

52.3.2. Groups

YaST configuration groups

52.3.3. Modules

YaST configuration modules

52.4. Module Requirements

52.4.1. Module Imports

  • Map

52.4.2. Module Includes