enkore / j4-dmenu-desktop

A fast desktop menu
GNU General Public License v3.0
682 stars 69 forks source link

Addtional .desktop file folders #138

Closed ItsProfessional closed 1 year ago

ItsProfessional commented 1 year ago

It would be nice to have an option to include .desktop files from other directories (specified as a argument to j4-dmenu-desktop). For example, flatpak stores the .desktop files of programs in /var/lib/flatpak/exports/share/applications, which is not a directory that j4-dmenu-desktop looks in for .desktop files. As a result, programs installed using flatpak do not show up in the menu.

An option to include additional directories would fix this issue.

ItsProfessional commented 1 year ago

Nevermind, I took a peek at the source and it just uses the XDG_DATA_DIRS variable