Posts: 186
Threads: 26
Joined: Sep 2017
Reputation:
10
Operating system(s):
- Windows (Vista and later)
- Linux
Where is this? In preferences it claims the folder is in:
Home->.var->app->org.gimp.GIMP->config->Gimp->2.10
But I cannot open that place on my file browser. I can as far as Home->.var->app->org.gimp.GIMP->config->Gimp
But there is no 2.10 folder.
Gimp cannot see anything that I place in there. How in the world can I edit files like devicerc?
Posts: 6,338
Threads: 272
Joined: Oct 2016
Reputation:
562
Operating system(s):
Gimp version: 2.10
Start the python-fu console, and enter print gimp.directory. What is the answer?
Posts: 186
Threads: 26
Joined: Sep 2017
Reputation:
10
Operating system(s):
- Windows (Vista and later)
- Linux
Yes, I have been able to create paths for things like palettes, gradients, brushes, etc. The problem is that I cannot edit the configuration files (like devicerc), nor can I specify a path to different ones. If I create a 2.10 folder and place configuration files in there, they are ignored.
Posts: 186
Threads: 26
Joined: Sep 2017
Reputation:
10
Operating system(s):
- Windows (Vista and later)
- Linux
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/sam/.var/app/org.gimp.GIMP/config/GIMP/2.10
➤>
Posts: 7,131
Threads: 155
Joined: Oct 2016
Reputation:
1,003
Operating system(s):
Gimp version: 2.10
09-08-2018, 07:25 AM
(This post was last modified: 09-08-2018, 07:26 AM by rich2005.)
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/
Posts: 186
Threads: 26
Joined: Sep 2017
Reputation:
10
Operating system(s):
- Windows (Vista and later)
- Linux
Ok I feel stupid about this, but Rich is correct that "it does not stop Gimp using ~/.config/GIMP/2.10/"
That does indeed work, but I was obsessed with the /home/sam/.var/app/org.gimp.GIMP/config/GIMP/2.10 directory.
Posts: 186
Threads: 26
Joined: Sep 2017
Reputation:
10
Operating system(s):
- Windows (Vista and later)
- Linux
I've noticed that neither G'mic nor Bimp work in the 2.10.6 Flatpak. Those are sort of critical for me.