elementary / applications-menu

Applications Menu for elementary OS and the Pantheon desktop environment
https://elementary.io
GNU General Public License v3.0
103 stars 35 forks source link

Applications don't show up unless they have Terminal defined in their .desktop file #443

Closed fs3o5 closed 3 years ago

fs3o5 commented 3 years ago

At the moment every desktop entry is hidden that does not include Terminal=false. This leads to apps being hidden that should be shown. An example for this behavior is the Terminal app. This PR shows all apps that don't explicitly define Terminal=true.

This possibly also closes #437.