Version: 1.4.2 (using KDE KDE 3.5.8) Installed from: Ubuntu Packages In gwenview, click on "External Tools" > "The Gimp". A popup with the message "Could not find the program 'The'" appears. The patch is quite simple. Apparently, the option "-n" is not known to gimp-remote (anymore?): --- gwenview-1.4.2/src/tools/gimp.desktop 2007-09-15 15:46:15.000000000 +0200 +++ gwenview-1.4.2.new/src/tools/gimp.desktop 2007-12-18 03:46:52.161103698 +0100 @@ -1,6 +1,6 @@ [Desktop Entry] ServiceTypes=image/* -Exec=gimp-remote -n %F +Exec=gimp-remote %F Icon=gimp Name=The GIMP Name[br]=Ar GIMP The bug (and patch) have been originally reported at: https://launchpad.net/bugs/163159
SVN commit 749899 by gateau: Remove the "-n" option. It does not exist anymore and prevents starting GIMP. Patch by Daniel Hahler. Thanks! BUG: 154261. M +1 -1 gimp.desktop WebSVN link: http://websvn.kde.org/?view=rev&revision=749899