tags 579160 + patch
tags 553983 + patch
thanks
I have prepared a patch that modifies the ufraw desktop file to
contain the NoDisplay key. NoDisplay means "this application exists,
but don't display it in the menus". This can be useful to e.g.
associate this application with MIME types, so that it gets launched
from a file manager (or other apps), without having a menu entry for
it [...]
<http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys>
The patch also fixes the trivial desktop file invalidities as reported
in #553983.
--- ufraw-0.16.orig/ufraw.desktop
+++ ufraw-0.16/ufraw.desktop
@@ -34,7 +34,6 @@ Comment[sr]=ÐÐ»Ð°Ñ Ð·Ð° ÑиÑаÑе Ð
comment...@latin]=alat za Äitanje i obradu raw slika iz digitalnih kamera
Comment[zh_CN]=ä¸ä¸ªä»æ°ç ç¸æºä¸è¯»åå¹¶å¤çåå§å¾åçå·¥å
·
-Encoding=UTF-8
Version=1.0
Type=Application
@@ -45,6 +44,7 @@ TryExec=ufraw
Terminal=false
StartupNotify=true
-MimeType=application/x-ufraw;image/x-dcraw
+MimeType=application/x-ufraw;image/x-dcraw;
-Icon=ufraw.png
+Icon=ufraw
+NoDisplay=true