Package: gimp-ufraw Version: 0.10-1 Severity: normal Tags: patch ufraw currently installs a .desktop file but gimp-ufraw does not.
I think that ufraw-gimp should install a ufraw-gimp.desktop file ins /usr/share/applications that is a copy of the gimp.desktop file but has the following changes. Change the mime types to be the same as the ufraw-desktop file. Add a NoDisplay=1 line so that it does not get show by the menu. Please see the attached patch. Thanks john -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages gimp-ufraw depends on: ii gimp 2.2.13-1 The GNU Image Manipulation Program ii libatk1.0-0 1.12.4-2 The ATK accessibility toolkit ii libc6 2.5-0exp3 GNU C Library: Shared libraries ii libcairo2 1.2.6-1 The Cairo 2D vector graphics libra ii libexiv2-0.10 0.10-1.4 EXIF/IPTC metadata manipulation li ii libfontconfig1 2.4.2-1.2 generic font configuration library ii libgcc1 1:4.1.1-21 GCC support library ii libgimp2.0 2.2.13-1 Libraries necessary to Run the GIM ii libglib2.0-0 2.12.4-2 The GLib library of C routines ii libgtk2.0-0 2.10.7-1 The GTK+ graphical user interface ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii liblcms1 1.15-1 Color management library ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio ii libpng12-0 1.2.15~beta5-1 PNG library - runtime ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 ii libtiff4 3.8.2-7 Tag Image File Format (TIFF) libra ii libx11-6 2:1.0.3-5 X11 client-side library ii libxcursor1 1.1.7-4 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio ii libxi6 2:1.1.0-2 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxrandr2 2:1.2.0-4 X11 RandR extension library ii libxrender1 1:0.9.1-3 X Rendering Extension client libra ii zlib1g 1:1.2.3-13 compression library - runtime gimp-ufraw recommends no packages. -- no debconf information
--- gimp-2.2.desktop 2006-08-25 06:04:14.000000000 +0100 +++ gimp-ufraw.desktop 2007-03-06 18:18:31.000000000 +0000 @@ -2,6 +2,7 @@ Version=1.0 Encoding=UTF-8 Type=Application +NoDisplay=1 Name=GIMP Image Editor GenericName=Image Editor GenericName[bg]=Редактор на изображения @@ -81,4 +82,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=GIMP StartupNotify=true -MimeType=image/bmp;image/g3fax;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-compressed-xcf;image/x-fits;image/x-gray;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-sun-raster;image/x-tga;image/x-xbitmap;image/x-xcf;image/x-xpixmap;image/x-xwindowdump; +MimeType=application/x-ufraw;image/x-dcraw