My flatpack installed applications are not recognized by krunner. I need to start them via CLI.
So, when I do this, I am greeted with the following (in Brazilian Portuguese, out of some reason, whereas all my language settings are set to a different language; I put LANG=EN_US to get this output here)
Note that the directories
'/var/lib/flatpak/exports/share'
'/home/janlimpens/.local/share/flatpak/exports/share'
are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.
(process:2): Gtk-WARNING **: 11:01:06.819: Locale not supported by C library.
Using the fallback 'C' locale.
Gtk-Message: 11:01:06.821: Failed to load module "xapp-gtk3-module"
Gtk-Message: 11:01:06.825: Failed to load module "appmenu-gtk-module"
However
echo $XDG_DATA_DIRS
/var/lib/flatpak/exports/share/
What can I do?
Where should I set there variables for them to be understood. Currently I set them only in my fish.config, so they only ought to be picked up in the shell. However, even this does not seem to work.