It is currently Sun Jun 21, 2026 8:54 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Samj Portable & Gimp-run by Onkel Hatti.
PostPosted: Tue Nov 17, 2020 10:46 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2640
Location: Poland
Gimp portable Samj can be run in either 64bit or 32bit version.
In old versions it ran like it was downloaded from gimp.org (it had both 32 and 64 bit plugins).
When looking for a solution, I used the Onkel Hatti code:

https://sourceforge.net/projects/gimp-p ... kel_Hatti/

Replace lines 21,22 for:

$userDir = IniRead(@ScriptDir & "/" & $name & ".ini", "program", "userdir", @ScriptDir & "/.gimp" & $version)
$pathDir = IniRead(@ScriptDir & "/" & $name & ".ini", "program", "path", "")


to:
$userDir = IniRead(@ScriptDir , "program", "userdir", @ScriptDir & "/Preferences")
$pathDir = IniRead(@ScriptDir , "program", "path", "")


Gimp-run-2.10.exe should be placed in dir Gimp-2.10.22_Portable-32-64bit-Win-V2 (next to GIMP_EN.exe, GIMP_IT.exe ...)
After these changes, 32bit plugs are already working.
You can also run Gimp with gimp-run-2.10_options.bat (with language or mode selection, e.g. --new-instance or --verbose).
The disadvantage is that G'MIC running with gimp-run-2.10.exe updates filters in the standard location (c:\Users\ ... Yur Name ... \AppData\Roaming\gmic)

Well - now I use them interchangeably (samji starter or Onkel Hati) ... and I haven't found that they conflict with each other.
Maybe Samj will develop a new version of the recipe that meets the conditions (support for 32/64 bit plugins from one Preferences directory and Gmic update to GMIC_Filters\gmic\ - because that was the use of "maringouin")???

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

The G'MIC problem can now be easily solved by adding the required updateXXX.gmic file in the options G'MIC.


Attachments:
Gimp-2.10_Portable.zip [477.66 KiB]
Downloaded 228 times

_________________
Image
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group