10-05-2018, 07:31 AM
(This post was last modified: 10-05-2018, 07:48 AM by rich2005.
Edit Reason: typo
)
Code:
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-2.10 --file-forwarding org.gimp.GIMP @@u %U @@
is correct.
You can also make your own launcher or run from a terminal using
Code:
flatpak run org.gimp.GIMP
The Gimp profile should be in the hidden folder ~/.var/app/org.gimp.GIMP/config/GIMP/2.10/
In my installation for whatever reason, the config files are there but no resource folders. I suspect this is a historic issue for my installation. The flatpak Gimp same as any other should copy resources from the old ~/.gimp-2.8 directory to the new one. Always a good idea to disable that before starting Gimp 2.10 for the first time. Delete that .../2.10/ folder to force a new default profile.
~/.var/app/org.gimp.GIMP/config/GIMP/2.10/ is such an awful place for brushes/plugins/.etc. no reason why you can not make your own set of folders and set the path in Gimp Edit -> Preferences.
edit: Can you check and see if you have a regular Gimp 2.10 profile ~/.config/GIMP/2.10/ and if you have, what does it contain?