Search found 3 matches

by RayCulp
Thu Jun 05, 2025 2:22 pm
Forum: MP - General Support
Topic: How to configure "Open with..." for flatpak app?
Replies: 3
Views: 862

Re: How to configure "Open with..." for flatpak app?

This question is old, but it hasn’t been answered yet, so here is a workaround that works for me.

Create a bash script with the following command:


#!/bin/bash
flatpak run org.gimp.GIMP "$1"

In XnView, configure a new "Open with" program that points to this script. The path to the script is ...
by RayCulp
Thu Jun 05, 2025 2:18 pm
Forum: MP - General Support
Topic: Open With... GIMP Flatpak Version
Replies: 1
Views: 1344

Re: Open With... GIMP Flatpak Version

This question is old, but it hasn’t been answered yet, so here is a workaround that works for me.

Create a bash script with the following command:


#!/bin/bash
flatpak run org.gimp.GIMP "$1"

In XnView, configure a new "Open with" program that points to this script. The path to the script is ...
by RayCulp
Thu Jun 05, 2025 2:07 pm
Forum: MP - General Support
Topic: How to run flatpak GIMP 2.10
Replies: 5
Views: 1409

Re: How to run flatpak GIMP 2.10

This question is old, but it hasn’t been answered yet, so here is a workaround that works for me.

Create a bash script with the following command:


#!/bin/bash
flatpak run org.gimp.GIMP "$1"

In XnView, configure a new "Open with" program that points to this script. The path to the script is ...