ForynGilnith, 1 year ago (edited 11 months ago) If that’s the case, it’s a bit of an ugly hack but you could make a wrapper script placed in /usr/local/bin/inkscape like this: <span style="color:#323232;">#!/bin/bash </span><span style="color:#323232;"> </span><span style="color:#323232;">flatpack run org.inkscape.Inkscape ${*} </span> (the ${*} will pass along all the arguments that the wrapper script was called with)
If that’s the case, it’s a bit of an ugly hack but you could make a wrapper script placed in /usr/local/bin/inkscape like this:
/usr/local/bin/inkscape
<span style="color:#323232;">#!/bin/bash </span><span style="color:#323232;"> </span><span style="color:#323232;">flatpack run org.inkscape.Inkscape ${*} </span>
(the ${*} will pass along all the arguments that the wrapper script was called with)
${*}