06-06-2017, 08:03 PM
IMO you may take advantage of the great flexibility of Ofnuts' Manager.
I tell you what I did.
I have two users, my primary one (Diego) and a second one (GimpTest) where I like to set up a different configuration.
I created a folder in Diego called ".gimp-2.8-full" where I stored all my Gimp Resources.
I gave access permission to GimpTest.
Then I modified the .ini file of Ofnuts' Manager in the way you may see just below.
By this way GimpTest can access the resources he wants pointing to the unique folder I have for those.
I tell you what I did.
I have two users, my primary one (Diego) and a second one (GimpTest) where I like to set up a different configuration.
I created a folder in Diego called ".gimp-2.8-full" where I stored all my Gimp Resources.
I gave access permission to GimpTest.
Then I modified the .ini file of Ofnuts' Manager in the way you may see just below.
By this way GimpTest can access the resources he wants pointing to the unique folder I have for those.
Code:
#-------------------------------------------------------------------------
[all]
# enable:brushes dynamics fonts gradients palettes patterns scripts
enable:brushes fonts gradients palettes patterns scripts
addons_active:{GimpUser}/{type}
addons_stored:C:/Users/Diego/.gimp-2.8-full/{type}_storage
menu_location:{<type>}
menu_entry:{type} sets...
menu_description:Manage {type} sets...
dialog_title:{type} sets manager
[brushes]
menu_location:<Image>/Help
extensions:.gbr .vbr .gih .abr .GBR .VBR .GIH
#[dynamics]
#extensions:.gdyn .GDYN
[fonts]
menu_location:<Image>/Help
extensions:.ttf .otf .TTF .OTF
[gradients]
menu_location:<Image>/Help
extensions:.ggr .GGR
[palettes]
menu_location:<Image>/Help
extensions:.pal .PAL .gpl .GPL
[patterns]
menu_location:<Image>/Help
extensions:.jpg .png .pat .JPG .PNG .PAT
[scripts]
menu_location:<Image>/Help
extensions:.scm .SCM
#-------------------------------------------------------------------------