jackpot@lemmy.ml to Asklemmy@lemmy.ml · edit-22 years agoin your opinion, what is the biggest downside of Flatpaks?message-squaremessage-square40fedilinkarrow-up136arrow-down15
arrow-up131arrow-down1message-squarein your opinion, what is the biggest downside of Flatpaks?jackpot@lemmy.ml to Asklemmy@lemmy.ml · edit-22 years agomessage-square40fedilink
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up14·2 years 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·2 years 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