From 84471f397a16730dfd150c0248e4b4b7c09cff63 Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 9 Aug 2024 13:12:04 +0200 Subject: [PATCH] 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 --- build/linux/flatpak/org.gimp.GIMP-nightly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/flatpak/org.gimp.GIMP-nightly.json b/build/linux/flatpak/org.gimp.GIMP-nightly.json index 9b4e119aab..f436f4a0c9 100644 --- a/build/linux/flatpak/org.gimp.GIMP-nightly.json +++ b/build/linux/flatpak/org.gimp.GIMP-nightly.json @@ -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",