From 06cf5b16380c3aa27d82a3ccae157eb15a5ffecd Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Tue, 18 Aug 2020 10:54:33 +0800 Subject: [PATCH] DSView.desktop: fix Exec path Under some linux distro, program may not installed in /usr/local/bin/ Debian/Ubuntu/RHEL uses /usr/bin as package default install path Signed-off-by: Huang Rui --- DSView/DSView.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSView/DSView.desktop b/DSView/DSView.desktop index bf2a6b10..5464c8b5 100755 --- a/DSView/DSView.desktop +++ b/DSView/DSView.desktop @@ -3,7 +3,7 @@ Type=Application Encoding=UTF-8 Name=DSView Comment=GUI Program for DreamSourceLab USB-based Instruments -Exec=/usr/local/bin/DSView +Exec=DSView Icon=/usr/local/share/DSView/logo.png Terminal=false Categories=Development;Electronics;Qt;