1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Add categories and mime types to XDG desktop entry.
Category specify location in the menu hierarcy and the the mime type
propose to file browsers and others which files to pass to the program.
Author: Petter Reinholdtsen <pere@debian.org>
Forwarded: no
Reviewed-By: Petter Reinholdtsen <pere@debian.org>
Last-Update: 2024-05-10
---
Index: dxf2gcode-salsa/dxf2gcode.desktop
===================================================================
--- dxf2gcode-salsa.orig/dxf2gcode.desktop 2024-05-10 07:47:03.819250802 +0200
+++ dxf2gcode-salsa/dxf2gcode.desktop 2024-05-10 07:50:41.241183266 +0200
@@ -4,7 +4,8 @@
Exec=dxf2gcode %f
Icon=dxf2gcode
Keywords=cam;cnc;dxf;g-code
+Categories=Science;Utility;Graphics;2DGraphics;Robotics;Engineering;X-CNC;
+MimeType=image/vnd.dxf;
Terminal=false
StartupNotify=false
Type=Application
-
|