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

Reply via email to