Yeah, I sort of wish you could just launch them from the terminal like any other app. flatpak -run com.whatever.whatever is a bit tedious and half the time I have to go into /var/lib/.../ to figure out what the app is officially called anyway.
That said, for stuff that isn’t in the official repos and (for Arch people) isn’t available as a binary on the AUR or seems kinda sketchy to install from the AUR, then flatpak is a great option. For “app” stuff, like Spotify I am a fan of flatpak.
Try adding ~/.local/share/flatpak/exports/ (for system flatpaks the path should be /usr/share/flatpak/exports/) to your PATH, then you can autocomplete and start the applications just with their appIDs. Also these launchers, might include some addional default run arguments you did not know about. And you can of course use aliases to make new launcher names that correspond to whatever you feel is right. (e.g. firefox, blender)
Yeah, I sort of wish you could just launch them from the terminal like any other app.
flatpak -run com.whatever.whatever
is a bit tedious and half the time I have to go into/var/lib/.../
to figure out what the app is officially called anyway.That said, for stuff that isn’t in the official repos and (for Arch people) isn’t available as a binary on the AUR or seems kinda sketchy to install from the AUR, then flatpak is a great option. For “app” stuff, like Spotify I am a fan of flatpak.
Try adding
~/.local/share/flatpak/exports/
(for system flatpaks the path should be/usr/share/flatpak/exports/
) to yourPATH
, then you can autocomplete and start the applications just with theirappIDs
. Also these launchers, might include some addional default run arguments you did not know about. And you can of course usealiases
to make new launcher names that correspond to whatever you feel is right. (e.g. firefox, blender)Hope this info helps.
Just use fish or setup autocompletions and suggestions on your terminal.