diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2005-09-12 14:14:06 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2005-09-12 14:14:06 +0000 |
commit | 5252b31e99b0284884429963148f52f486ac986a (patch) | |
tree | 65bdab1d203b1e1bd46b3f60dc61941898f57065 | |
parent | e54077715c7398fb3d291c4769c3509ccf6769e4 (diff) | |
download | common-data-5252b31e99b0284884429963148f52f486ac986a.tar common-data-5252b31e99b0284884429963148f52f486ac986a.tar.gz common-data-5252b31e99b0284884429963148f52f486ac986a.tar.bz2 common-data-5252b31e99b0284884429963148f52f486ac986a.tar.xz common-data-5252b31e99b0284884429963148f52f486ac986a.zip |
- Fix package name and command for gimp in simplified menu (Mdk bug #17627)
-rw-r--r-- | desktop-common-data.spec | 5 | ||||
-rw-r--r-- | menu/desktop-common-data | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/desktop-common-data.spec b/desktop-common-data.spec index 2b3b275..d36a85c 100644 --- a/desktop-common-data.spec +++ b/desktop-common-data.spec @@ -1,7 +1,7 @@ Summary: Desktop common files Name: desktop-common-data Version: 10.3.1 -Release: 6mdk +Release: 7mdk License: GPL URL: http://www.mandrivalinux.com/ Group: System/Configuration/Other @@ -171,6 +171,9 @@ rm -fr %buildroot %changelog +* Mon Sep 12 2005 Frederic Crozat <fcrozat@mandriva.com> 10.3.1-7mdk +- Fix package name and command for gimp in simplified menu (Mdk bug #17627) + * Thu Sep 08 2005 Laurent MONTEL <lmontel@mandriva.com> 10.3.1-6mdk - Add separator in simplified menu diff --git a/menu/desktop-common-data b/menu/desktop-common-data index cf26ea3..628e17f 100644 --- a/menu/desktop-common-data +++ b/menu/desktop-common-data @@ -155,7 +155,7 @@ ?package(gqview): needs="gnome" section="View, Modify and Create Graphics" title="View Images and Photos" icon="gqview.png" command="gqview" # Edit Images and Photos -?package(gimp2_0): command="/usr/bin/gimp-remote-2.0" icon="wilber-icon.png" section="View, Modify and Create Graphics" title="Edit Images and Photos" needs="x11" mimetypes="image/gif;image/jpeg;image/png;image/tiff;image/x-xbm;image/x-xpm;image/bmp;image/fits;image/pcx;image/pix;image/pnm;image/x-bmp;image/x-xcf" startup_notify="true" +?package(gimp): command="/usr/bin/gimp-remote-2.2" icon="wilber-icon.png" section="View, Modify and Create Graphics" title="Edit Images and Photos" needs="x11" mimetypes="image/gif;image/jpeg;image/png;image/tiff;image/x-xbm;image/x-xpm;image/bmp;image/fits;image/pcx;image/pix;image/pnm;image/x-bmp;image/x-xcf" startup_notify="true" # Scan and Use Optical Character Recognition (OCR) ?package(kdegraphics-kooka): needs="x11" kde_filename="kooka" section="View, Modify and Create Graphics" title="Scan and Use Optical Character Recognition (OCR)" icon="scanner.png" command="kooka" kde_command="kooka %i %m %U" multiple_files="true" accept_url="true" kde_opt="\\nEncoding=UTF-8\\nTerminalOptions=\\nPath=\\nTerminal=0\\nBinaryPattern=kooka\\nDocPath=kooka/index.html\\nGenericName=Scan & OCR Program\\nX-DCOP-ServiceType=Multi\\n" |