jackpot@lemmy.ml to Asklemmy@lemmy.ml · edit-21 year agoin your opinion, what is the biggest downside of Flatpaks?message-squaremessage-square56fedilinkarrow-up136arrow-down15
arrow-up131arrow-down1message-squarein your opinion, what is the biggest downside of Flatpaks?jackpot@lemmy.ml to Asklemmy@lemmy.ml · edit-21 year agomessage-square56fedilink
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up14·1 year agoRunning them from the command line isn’t easy, so it’s not really used for command line tools. This is the one and only upside to snaps.
minus-squareAnother Catgirl@lemmy.blahaj.zonelinkfedilinkarrow-up5·1 year agoI figured it out but it’s still finicky “flatpak enter” for qalculate, the default operation is to open the gui, but the CLI can be opened with flatpak run --command=qalc io.github.Qalculate.qalculate-qt-defaults -nocurrencies -f "script_name.qalc" -i -t
Running them from the command line isn’t easy, so it’s not really used for command line tools. This is the one and only upside to snaps.
I figured it out but it’s still finicky
flatpak run --command=qalc io.github.Qalculate.qalculate-qt-defaults -nocurrencies -f "script_name.qalc" -i -t