ForynGilnith@lemmy.worldtoAsklemmy@lemmy.ml•What do you use for a domain registrar?English
1·
1 year agoI use 101domain.com
They’re not always the cheapest option but they seem to support a lot of TLDs and their customer support is always fast and staffed by actual humans.
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:#!/bin/bash flatpack run org.inkscape.Inkscape ${*}
(the
${*}
will pass along all the arguments that the wrapper script was called with)