GIMP 2.10 Released

/usr/bin/gimp was a symbolic link to gimp-2.9 something.

I removed that link and replaced it with a one line bash script.
I got what I needed. Thank you. The internet is such a helpful place.

#!/bin/bash

flatpak run org.gimp.GIMP $1

1 Like