I want a list of all installed application which have a GUI. To be clear, At least all the applications that are listed in Show Applications.
I tried several commands like apt list --installed
, dpkg -l
, find '*.desktop'
to get the list of all installed application which all ended up missing some applications (like Android Studio, b1freearchiver, pyCharm, etc.)
Wouldn't there be a way to find the folder or file that is used by the Show Applications menu to get all the applications listed in it.
I'm running Ubuntu 18.04 desktop.