Issue #5331: use the $XDG_CONFIG_HOME config folder unconditionally.

This is the pendant commit to the one I'm going to commit on the beta
branch for RC1. There in fact was a way to always use the
$XDG_CONFIG_HOME folder, unconditionally (and prevent the weird
inconsistencies of having config folder in .var for some flatpak
installations and in XDG folder for others).

See: https://github.com/flathub/org.gimp.GIMP/pull/287
This commit is contained in:
Jehan 2024-08-09 13:12:04 +02:00
parent 21ac02eabb
commit 84471f397a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"--socket=wayland",
"--device=dri",
"--filesystem=host",
"--filesystem=xdg-config/GIMP",
"--filesystem=xdg-config/GIMP:create",
"--filesystem=xdg-config/gtk-3.0",
"--filesystem=/tmp",
"--filesystem=xdg-run/gvfs",