(12-03-2020, 11:15 AM)rich2005 Wrote: ...I can make a simple Windows bat file to set the path to a new user profile, say F:\GIMP_PRO (use any sensible name you want)...Thanks! This works--for lauchs from the .bat file. Only, I had to edit that file file to
Code:
echo
set GIMP2_DIRECTORY=E:/GimpResources
start /D "C:\Program Files\GIMP 2\bin\" gimp-2.10.exe
Good tips for the config file too...
(12-03-2020, 01:38 PM)Ofnuts Wrote:Thanks! Typo corrected--and everything working.(12-02-2020, 08:42 PM)carmen Wrote: New data: no environment variable, no errors logged--plugin reports 'Manager of {type} created OK', after identifying the correct folders, but... no manager in Gimp. See the attachment for configuration file, plugin and Gimp logs...
Help would be appreciated. Thanks!
Menu location should be <{Type}>, not {<Type>} (braces inside the brackets)
Note: hard-coded paths like E:/GimpResources/{type}... and config in {user}/plug_ins seem necessary to put the add-ons in non-default folder--even the one containing the plugin...