09-10-2018, 09:12 AM
(09-08-2018, 07:25 AM)rich2005 Wrote: Amazing how setups differ.
I get this as well
GIMP 2.10.6 Python Console
Python 2.7.12 (default, Feb 17 2018, 16:52:07)
[GCC 6.2.0]
➤> print gimp.directory
/home/rich/.var/app/org.gimp.GIMP/config/GIMP/2.10
➤>
(which is empty)
but it does not stop Gimp using ~/.config/GIMP/2.10/
Strange. My flatpak uses ~/.var/app/org.gimp.GIMP/config/GIMP/2.10 (which is coherent with the print gimp.directory in the Python console). But I have no ~/.config/GIMP. I wonder if the flatpak version isn't coded to use ~/.config/GIMP/2.10/ if it finds one. But this doesn't explain how you got one in the first place. Leftover from some experimental version?