forked from Ivasoft/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 <vowstar@gmail.com>
11 lines
240 B
Desktop File
Executable File
11 lines
240 B
Desktop File
Executable File
[Desktop Entry]
|
|
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
|
|
Categories=Development;Electronics;Qt;
|