DesktopFile.tryExecString

Value used to determine if the program is actually installed. If the path is not an absolute path, the file should be looked up in the PATH environment variable. If the file is not present or if it is not executable, the entry may be ignored (not be used in menus, for example).

class DesktopFile
@nogc @safe const nothrow
string
tryExecString
()

Return Value

Type: string

The value associated with "TryExec" key.

Meta