this post was submitted on 19 Jun 2023
19 points (100.0% liked)
Linux
125 readers
1 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Simply wrong, there are already lots of CLI applications on flatpak.
Having to prefix commands with "flatpak run org.whoever.whatever..." gets old quickly, and setting aliases to get around it isn't user friendly. It's certainly possible, it's just not practical (which may have been a better word to use than "feasable" in my first comment).
Let's paraphrase to "CLI applications are quite cumbersome to use under Flatpak as per the current implementation".
Unless you set up your own aliases, you'll have to write out commands like
flatpak run ...
, and if you don't know the package name yet you'll need to runflatpak list --app
first as wellI hope that in the future, Flatpak gets some improvements for exporting CLI utilities into the user's environment.