From 2bcba522a02affd1627d9decc23182626fadfe09 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Mon, 6 May 2013 19:23:14 -0500 Subject: [PATCH] contrib: Add pulseview.desktop file A .desktop file is used to integrate a desktop application with the desktop environment. For example, in KDE, this makes the application visible in the Launcher, under Applications. This is the .desktop file we use in Fedora, but it is usable by any distro. --- contrib/pulseview.desktop | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/pulseview.desktop diff --git a/contrib/pulseview.desktop b/contrib/pulseview.desktop new file mode 100644 index 00000000..cbab0838 --- /dev/null +++ b/contrib/pulseview.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=PulseView +GenericName=Signal acquisition GUI for sigrok +Categories=Electronics; +Comment=Control your Logic Analyzer, Oscilloscope, or MSO +Exec=pulseview +Icon=sigrok-logo-notext +Type=Application + -- 2.30.2