mirror of https://github.com/GNOME/gimp.git
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:
parent
21ac02eabb
commit
84471f397a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue