As well as being a Panda I am also an artist, I make my artwork mostly in GIMP and save my pictures to a certain directory on my computer. However I have a slight inconvenience because I save my images in jpeg
format, however the default program to open jpeg
s is the Image Viewer
, and if I change it to GIMP
for convenience with my artwork, it means that all the other jpeg
s on my computer open in GIMP
, and I don't want them to so this is where the problem begins...
So I am wondering if there is any way to make it so that all jpeg
s opened in that certain directory on my computer open in GIMP
, but all other jpeg
s elsewhere open in the Image Viewer
?
xdg-open
? – A.B. Dec 28 '15 at 12:43xdg-open
in a terminal you'd have to change the mimetype of your images. – A.B. Dec 28 '15 at 13:24.jpeg
as an intermediate format! It incurs generation loss. Why don't you just save the images as.xcf
, which is always automatically opened with GIMP? – leftaroundabout Dec 28 '15 at 15:46