Is it possible to put configuration files of Flatpak’s on the home folder (~/.config, ~/.local same as regular programs) rather than in ~/.var
I am a user, who wants to transition some programs from Arch packages to Flatpak, and I do not want to create 100s of symlinks
I understand that the current behavior is done to make isolating access permissions easier, but it comes at the cost of usability
xdg-config is supposed to bind mount host’s xdg-config into ~/.var/app/$FLATPAK_ID/config but looks like it only works when a subdirectory is specified like xdg-config/foobar:create, presumably for security reasons.
So basically instead of a global override, you have to do this on a per-app basis, by checking what the config directory of each app is and add that as an override in Flatseal liks xdg-config/foo.