@ForynGilnith@lemmy.world avatar

ForynGilnith

@ForynGilnith@lemmy.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?

I have a Python-package that calls Inkscape as part of a conversion process. I have it installed, but through Flatpak. This means that calling inkscape does not work in the terminal, but rather flatpak run org.inkscape.Inkscape. I need the package to be able to call it as inkscape....

ForynGilnith, (edited )
@ForynGilnith@lemmy.world avatar

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)

ForynGilnith,
@ForynGilnith@lemmy.world avatar

I 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.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #