minus-squareForynGilnith@lemmy.worldtoLinux@lemmy.ml•Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?linkfedilinkEnglisharrow-up40·edit-211 months agoIf 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) linkfedilink
ForynGilnith@lemmy.world to National Parks @lemmy.world · 1 year agoMammoth Cave National Parkplus-squarelemmy.worldimagemessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageMammoth Cave National Parkplus-squarelemmy.worldForynGilnith@lemmy.world to National Parks @lemmy.world · 1 year agomessage-square0fedilink
ForynGilnith@lemmy.world to National Parks @lemmy.world · 1 year agoPinnacles National Parkplus-squarelemmy.worldimagemessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagePinnacles National Parkplus-squarelemmy.worldForynGilnith@lemmy.world to National Parks @lemmy.world · 1 year agomessage-square0fedilink
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)