bbhtt
bbhtt
What is this for?
The link isn't telling me much. What was sorted incorrectly before?
That is not happening due to sorting but the environment constraint.
Before adding features like this, it'd be useful to know why this is wanted in the first place. You are pointing to the XDG basedir spec, but the use of...
If size is the concern it is much more likely that you should move the entire folder to a drive with enough space. I generally don't like allowing per app...
Profiles should be a feature of the app, I don't see why Flatpak has to change its appdir to support profiles for the app. Apps won't be able to use...
In general I'd say Flatpak's own maps take priority and calling conflicting options to them is a bug on the caller side. The `/run/host/font-dirs.xml` path is not special other than...
Well, what can I say, that path was made for Flatpak itself to put some generated config fragments. See https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1493 and https://github.com/flatpak/flatpak/commit/485d51e0a7c1952f9e4e9f18e091f60e8a419701 The app here is trying to "take over"...
Though as I said I'm fine with this because the former specifically adds an empty config and a manual `--bind-mount` would achive what that does (hide the error).
> Sure, but that’s for run, not build. The previous patch reused the path that was specifically created to be used for Flatpak. I don't think it was an issue...