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: https://github.com/trapd00r/LS_COLORS/blob/master/LS_COLORS
eval $(dircolors -b LS_COLORS)
This makes no sense imo, and shouldn’t crash krunner.