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
New: DiskMon (Feb 02, 2023), Platform 24.0 (Jan 30, 2023)
450+ real apps (49GB), 1 billion downloads, Please donate.
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
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.
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!