richrd / nxt-python

Automatically exported from code.google.com/p/nxt-python
GNU General Public License v3.0
1 stars 0 forks source link

Please add .desktop file for nxt-filer (KDE/Gnome support) #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the new feature more precisely.

Please include a .desktop file in the python-nxt-filer package to allow it to 
be started from the normal KDE/Gnome application menu.  Here is a patch to add 
one.  I am not quite sure if the categories I (the original reporter) picked 
are good ones.  They control where in the menu structure the entry show up.

Why do you think it's important?

It's a usability enhancement.

Any ideas on how to implement it?

--- nxt-python-2.2.2.orig/python-nxt-filer.desktop
+++ nxt-python-2.2.2/python-nxt-filer.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=NXT filer
+Comment=Lego Mindstorm NXT file viewer
+Exec=/usr/bin/nxt_filer
+Terminal=false
+Type=Application
+Categories=Application;FileTools;Electronics;

Please provide any additional information below.

Original Debian bug report:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697223

Original issue reported on code.google.com by sc...@kitterman.com on 9 Apr 2013 at 1:16

GoogleCodeExporter commented 9 years ago
Thanks, committed in r391.

Original comment by marcus@wanners.net on 9 Apr 2013 at 4:03