Package: xfig
Version: 1:3.2.5.c-7
Severity: minor
Tags: patch

Hi,

the provided xfig.desktop is not completely valid (see also output of
`desktop-file-validate`).
The attached updated version of 42_xfig.desktop.patch fixes all the
issues:
- the 'Keywords' key is a list, so it must end with the list separator
  (';')

Thanks,
-- 
Pino
From: Roland Rosenfeld <rol...@debian.org>
Subject: Extend xfig.desktop with some additional information.

--- a/xfig.desktop
+++ b/xfig.desktop
@@ -1,7 +1,11 @@
-[Desktop Entry]
-Exec=/usr/X11R6/bin/xfig
-InitialPreference=2
-MimeType=image/x-xfig;
-Name=xfig
-Terminal=false
-Type=Application
+[Desktop Entry]
+Exec=/usr/bin/xfig %f
+InitialPreference=2
+MimeType=image/x-xfig;
+Name=xfig
+Comment=Facility for Interactive Generation of figures under X11
+Icon=xfig
+Terminal=false
+Type=Application
+Categories=Graphics;
+Keywords=vector;graphics;figure;drawing;

Reply via email to