summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsciiWolf <mail@asciiwolf.com>2017-07-31 15:42:52 +0200
committerGitHub <noreply@github.com>2017-07-31 15:42:52 +0200
commitd4c0113e0938bf927d269e5e2cc210aeab0ede20 (patch)
tree600ef8b98bac87d7248353bfc7a3d40db4e2f258
parent3b3a403e8871bdb83f8cd9bdc904626de14a7cca (diff)
grc: some tweaks to the desktop file
- Change Name to a full application name - Add Comment section
-rw-r--r--grc/scripts/freedesktop/gnuradio-grc.desktop3
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/scripts/freedesktop/gnuradio-grc.desktop b/grc/scripts/freedesktop/gnuradio-grc.desktop
index 39beeca1b8..f065ce4568 100644
--- a/grc/scripts/freedesktop/gnuradio-grc.desktop
+++ b/grc/scripts/freedesktop/gnuradio-grc.desktop
@@ -1,7 +1,8 @@
[Desktop Entry]
Version=1.0
Type=Application
-Name=GRC
+Name=GNU Radio Companion
+Comment=Graphical tool for creating signal flow graphs and generating flow-graph source code
Exec=gnuradio-companion %F
Categories=Development;
MimeType=application/gnuradio-grc;