From 1be2f61da9af480408b90466a07717a237352c1c Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 25 Apr 2018 12:59:31 +0100 Subject: [PATCH] Add another TODO item --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d7a9ab43c..788b6ed0b 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,14 @@ TODO They'll need some new special-case option analogous to Flatpak's `--filesystem=xdg-music:ro`. +* To avoid [weird behaviour][] when part of a game respects + `XDG_CONFIG_HOME` and part of it hard-codes `~/.config`, maybe we + should make `$fake_home/config` a synonym (bind-mount) for + `$fake_home/.config`, and the same for `$fake_home/.local/share` with + `$fake_home/data` and `$fake_home/.cache` with `$fake_home/cache`? + + [weird behaviour]: https://www.ctrl.blog/entry/flatpak-steamcloud-xdg + Design ------ -- GitLab