app_list
Scan installed GUI applications on a Linux desktop to identify available software for launching tasks or verifying new installations.
Instructions
Return installed GUI apps.
Scans .desktop entries in /usr/share/applications/. Call this
before choosing which app to use for a task, or after installing new
software during the session.
Returns a list of dicts, each with:
name: human-readable application name.
exec: the executable to pass to
app_launch().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |