You are here

GIMP: Error in code?

3 posts / 0 new
Last post
Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
GIMP: Error in code?

Is this an error or intentional?:

IfFileExists "$EXEDIR\App\GTK\bin\*.*" "" UniqueGTKDIR
;=== Shared GTK Directory
StrCpy "$GTKDIRECTORY" "$EXEDIR\Apps\GTK\bin"
Goto EndINI

Missing 's' in IfFileExists

John T. Haller
John T. Haller's picture
Online
Last seen: 23 min 32 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Bug

Yeah, that's a bug. Should be Apps.

But it looks like shared GTK may be out. As with Gaim, GIMP is having issues when referencing GTK via PATH on machines with messed up GTK situations.

Sometimes, the impossible can become possible, if you're awesome!

John T. Haller
John T. Haller's picture
Online
Last seen: 23 min 32 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed

This is fixed in version 1.1.4.1 of the launcher and has been posted to SourceForge. A note describing it has been added to the Portable GIMP page.

Thanks for the catch!

Sometimes, the impossible can become possible, if you're awesome!

Topic locked