Fixed the issue with the update to gimp 3.2 where the .desktop file r… #19

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

Originally created by @Universelord on 3/16/2026

…equires the command to have gimp3.2 instad of gimp3.0

so what i did is just replace the command in line 141 of the .desktop file
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-3.0 --file-forwarding org.gimp.GIMP @@u %U @@

with

Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-3.2 --file-forwarding org.gimp.GIMP @@u %U @@

*Originally created by @Universelord on 3/16/2026* …equires the command to have gimp3.2 instad of gimp3.0 so what i did is just replace the command in line 141 of the .desktop file ` Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-3.0 --file-forwarding org.gimp.GIMP @@u %U @@ ` with `Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-3.2 --file-forwarding org.gimp.GIMP @@u %U @@ `
Sign in to join this conversation.