Bug#692141: gnome-menus: Please black-list that "Imagemagick (display)" icon

Fabian Greffrath fabian at greffrath.com
Mon Nov 5 13:51:54 UTC 2012


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



More information about the pkg-gnome-maintainers mailing list