The “GIMP profile” is a directory/folder (actually a directory tree) where GIMP keeps information that pertains to you, the user:
Since it is a personal folder, GIMP keeps it with others files that also belong to you, usually:
C:\Users\{your_id}\AppData\Roaming\GIMP\2.10
(a.k.a. %APPDATA%/GIMP/2.10
)/home/{your_id}/.config/GIMP/2.10
(a.k.a. $XDG_CONFIG_HOME/GIMP/2.10
)/Users/{your_id}/Library/GIMP/2.10/
or possibly
/Users/{your_id}/Library/Application Support/GIMP/2.10/
(this could depend on the GIMP build you use).
(a.k.a. NSApplicationSupportDirectory/GIMP/2.10
)The 2.10
part is of course version-dependent (or you may still be using .gimp-2.8
).
If you run several versions in parallel, you will have a profile for each, i.e., distinct profiles for GIMP 2.8 and GIMP 2.10, while all the successive updates to GIMP 2.10 will use the same profile.
Here are two tricks to find it (they both assume that GIMP can run):
print gimp.directory
and strike [Enter]Your GIMP profile is the right place to install additional material (scripts, plugins, brushes, palettes, fonts, gradients…). It is a much better place than the system GIMP installation folder:
GIMP Startup failures can be caused by profile problems. In that case it is pointless to re-install GIMP, since the re-installed version will re-use the existing profile and therefore fail in the same way.
It is usually much more efficient to just rename the profile (to 2.10.disabled
, for instance) and restart GIMP.
GIMP will recreate a new profile directory on startup, which should fix any problems.
You can then copy your add-ons subdirectories to the new profile, checking periodically that GIMP will still start with that modified profile.
GIMP Tutorial - Your GIMP Profile and You by Ofnuts is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.