From a4d76a2a7a95dd8b85904fbcbdebe24da901fecc Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Tue, 18 Aug 2020 10:58:17 +0800 Subject: [PATCH] DSView.desktop: add TryExec=DSView TryExec: 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). https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html Signed-off-by: Huang Rui --- DSView/DSView.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/DSView/DSView.desktop b/DSView/DSView.desktop index 5464c8b5..063e3a0f 100755 --- a/DSView/DSView.desktop +++ b/DSView/DSView.desktop @@ -3,6 +3,7 @@ Type=Application Encoding=UTF-8 Name=DSView Comment=GUI Program for DreamSourceLab USB-based Instruments +TryExec=DSView Exec=DSView Icon=/usr/local/share/DSView/logo.png Terminal=false