string launcher, out string icon, out string text, ArrayList<string>? actions = null, Map<string,string>? actions_map = null, ArrayList<string>? mimes = null)
string launcher, out string icon, out string text, ArrayList<string>? actions = null, Map<string,string>? actions_map = null, ArrayList<string>? mimes = null)
Parses a launcher to get the text, icon and actions.
| launcher | the launcher file (.desktop file) to parse |
| icon | the icon key from the launcher |
| text | the text key from the launcher |
| actions | a list of all actions by name |
| actions_map | a map of actions from name to exec;;icon |
| mimes | a list of all supported mime types |