11-01-2021, 08:51 PM
when I used the flatpak version I had a similar problem with invoking GIMP from xnview (which is in wine).
I've solved it this way, maybe it works for your constellation, too:
I've created a bash script in my ~/bin folder ( because it's a folder in my PATH) like so:
Name the file what you like, make it executable.
And give this file's path and name to Scribus.
Untested ... as I don't have the apps as flatpaks.
So might work or not.
I've solved it this way, maybe it works for your constellation, too:
I've created a bash script in my ~/bin folder ( because it's a folder in my PATH) like so:
Code:
#!/bin/bash
/usr/bin/flatpak run org.gimp.GIMP "$1"
And give this file's path and name to Scribus.
Untested ... as I don't have the apps as flatpaks.
So might work or not.