You are here

GIMP: launch error for GTKDirectory

3 posts / 0 new
Last post
Gullibaer
Offline
Last seen: 5 years 11 months ago
Joined: 2006-05-10 10:47
GIMP: launch error for GTKDirectory

The PortableGIMP.ini file has a spelling error for the GTK-bin
directory:

it should be changed from:

gtk\gin
to:
gtk\bin

But any way, you will get an error during startup that the system was not able to find gtk libraries. In the PortableGIMP.nsi the following lines need to be changed:

90 StrCpy "$GTKDIRECTORY" "$EXEDIR\$0"
92 StrCpy "$SETTINGSDIRECTORY" "$EXEDIR\$0"

The $EXEDIR should / must be removed.

John T. Haller
John T. Haller's picture
Online
Last seen: 38 min 30 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Known

Already a known issue. Search the forums. Will be fixed in the next release.

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

Gullibaer
Offline
Last seen: 5 years 11 months ago
Joined: 2006-05-10 10:47
not found about this in forum

ups sorry, but i did not find anything about the $EXEDIR, which need to be removed.

Topic locked