Am 05.11.2012 10:50, schrieb Fabian Greffrath:
No, but the display.im6.desktop file is missing a new line at the end,
so the "NoDisplay=true" string is attached to the "MimeType=[...]"
line. :/

This patch is ugly - but it helps:

--- /usr/sbin/gnome-menus-blacklist
+++ ~/gnome-menus-blacklist
@@ -62,6 +62,8 @@
         if l.startswith ("NoDisplay="):
             continue
         out.write(l)
+        if not l.endswith ("\n"):
+            out.write("\n")
     out.write ("NoDisplay=true\n")
     out.close()


 - Fabian


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to