diff options
Diffstat (limited to 'desktop-entry/desktop-entry-spec.xml')
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 756419e..0dbb940 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -469,9 +469,11 @@ <row> <entry id="key-tryexec"><varname>TryExec</varname></entry> <entry> - File name of a binary on disk used to determine if the - program is actually installed. If not, entry may not - show in menus, etc. + Path to an executable file on disk used to determine if the program + is actually installed. If the path is not an absolute path, the file + is 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). </entry> <entry>string</entry> <entry>NO</entry> |