Does not work on Linux Flatpak #5

Open
opened 2026-04-05 19:44:18 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Wolf-lbh on 4/1/2026

The flatpak version of Gimp is now on 3.2.2 and it uses the 3.2 folder instead of 3.0. To fix this issue after following all the install on Linux steps I also had to:
1 - Go to ".config/GIMP" and copy the contents of the "3.0" folder into "3.2" selecting to merge dupe folders and replace dupe files.
2 - Go to ".local/share/applications" and edit the "org.gimp.GIMP.desktop" file by right clicking it and selecting "Properties" and changing where it says "gimp-3.0" to "gimp-3.2" so the entire correct command looks like:
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-3.2 --file-forwarding org.gimp.GIMP @@u %U @@

*Originally created by @Wolf-lbh on 4/1/2026* The flatpak version of Gimp is now on 3.2.2 and it uses the 3.2 folder instead of 3.0. To fix this issue after following all the install on Linux steps I also had to: 1 - Go to ".config/GIMP" and copy the contents of the "3.0" folder into "3.2" selecting to merge dupe folders and replace dupe files. 2 - Go to ".local/share/applications" and edit the "org.gimp.GIMP.desktop" file by right clicking it and selecting "Properties" and changing where it says "gimp-3.0" to "gimp-3.2" so the entire correct command looks like: `/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-3.2 --file-forwarding org.gimp.GIMP @@u %U @@`
MrUnknownDE added the bugdocumentationbug labels 2026-04-05 19:44:18 +02:00
Sign in to join this conversation.