I don't understand how you're supposed to know or remember all the flatpak names of all applications, to run them from terminal!?

What are you supposed to do? Why?

#flatpak #linux

@forteller I use bash aliases to help with that.

Example:

alias appname='flatpak run org.gnome.appname''

Then you just type "appname" and load your app from the terminal like normal