Get Gimp to open every time using the "fast way" (using custom command)

This starts Gimp the "fast" way.

How can I get that to happen with every instance of Gimp opening some image?

gimp-2.10 %U -s

Right-click on any image, then choose

  • Open-with ...
  • Other Application ...

You get the pop-up, then click on "arrow" next to

  • "Use custom command"

Then enter the command you gave in the box:

gimp-2.10 %U -s

Make sure the check-mark is next to 'Remember this application for "... type" files'

Then click on "Open", and that will be applied to all files of that type. You need to repeat this for every type of image that you wish to be opened with that command.

5 Likes

Thanks, that was pretty easy fix.

1 Like