Krunner not showing flatpak apps

Krunner is not showing flatpak apps, application launcher shows them correctly.

Figured it out, krunner was basically completely broken beacuse I had custom colors defined in .bash_aliases

Problematic line:
eval $(dircolors -b LS_COLORS)
LS_COLORS content: LS_COLORS/LS_COLORS at master · trapd00r/LS_COLORS · GitHub

This makes no sense imo, and shouldn’t crash krunner. :man_shrugging: