contrib: Add pulseview.desktop file
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Tue, 7 May 2013 00:23:14 +0000 (19:23 -0500)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 19 May 2013 08:45:59 +0000 (09:45 +0100)
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 [new file with mode: 0644]

diff --git a/contrib/pulseview.desktop b/contrib/pulseview.desktop
new file mode 100644 (file)
index 0000000..cbab083
--- /dev/null
@@ -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
+