App installed using apt package manager starts running when I type the app name in terminal like firefox. [Using Kubuntu 22.04]
which firefox
This command will show the path of firefox in my system.
In case of Flatpak apps, how to run the the flatpak app without
flatpak run org.mozilla.firefox
So, how can I find flatpak app's path like which firefox.
I need it so that I can set brave browser app in $CHROME_EXECUTABLE path for flutter development.