Description: Fix desktop files
 Fix the command to be executed, add Keywords tags and rewrite Categories.
 Also delete the useless entry "Path".
Author: Rock Storm <rockstorm@gmx.com>
Forwarded: not-needed
Last-Update: 2017-10-08

--- a/plater.desktop
+++ b/plater.desktop
@@ -3,8 +3,9 @@
 Name=Plater
 GenericName=Plate building tool
 Comment=Prepares plates for 3D printing
+Keywords=3d;3dprinting;plate;STL;positioning;python;
 Icon=plater
-Exec=/usr/bin/plater.py
+Exec=plater %f
 StartupNotify=true
 Terminal=false
 Categories=GNOME;GTK;Utility;Graphics;3DGraphics;
--- a/pronsole.desktop
+++ b/pronsole.desktop
@@ -1,10 +1,11 @@
 [Desktop Entry]
 Type=Application
 Name=Pronsole
-GenericName=Printer console
+GenericName=Printer Console
 Comment=Controls your 3D printer form console
+Keywords=3d;3dprinting;host;python;
 Icon=pronsole
-Exec=/usr/bin/pronsole.py
+Exec=pronsole
 StartupNotify=true
 Terminal=true
-Categories=Utility;Graphics;3DGraphics;ConsoleOnly;
+Categories=Utility;ConsoleOnly;
--- a/pronterface.desktop
+++ b/pronterface.desktop
@@ -3,9 +3,9 @@
 Name=Pronterface
 GenericName=Printer Interface
 Comment=Controls your 3D printer
+Keywords=3d;3dprinting;host;python;
 Icon=pronterface
-Exec=/usr/bin/pronterface.py %f
-Path=/usr/share/pronterface/
+Exec=pronterface %f
 StartupNotify=true
 Terminal=false
 Categories=GNOME;GTK;Utility;Graphics;3DGraphics;
