-->
import Quickshell
An action of a DesktopEntry.
The parsed Exec
command in the action.
The entry can be run with execute(), or by using this command in
Quickshell.execDetached() or Process.
If used in execDetached
or a Process
, DesktopEntry.workingDirectory should also be passed to
the invoked process.
NOTE
The provided command does not invoke a terminal even if runInTerminal is true.
The raw Exec
string from the action.
WARNING
This cannot be reliably run as a command. See command for one you can run.
Run the application. Currently ignores DesktopEntry.runInTerminal and field codes.
This is equivalent to calling Quickshell.execDetached() with command and DesktopEntry.workingDirectory.