Bug 154261 - External Tools/The Gimp: Wrong call to gimp-remote
Summary: External Tools/The Gimp: Wrong call to gimp-remote
Status: RESOLVED FIXED
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-18 03:59 UTC by Daniel Hahler
Modified: 2012-10-19 13:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hahler 2007-12-18 03:59:05 UTC
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
Comment 1 Aurelien Gateau 2007-12-18 09:11:26 UTC
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