From a504ab164747216160f8dad7b04ced986a541509 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 19 Jan 2020 18:16:57 +0100 Subject: [PATCH] Mention the Godot data paths specific to the Flatpak version --- tutorials/io/data_paths.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorials/io/data_paths.rst b/tutorials/io/data_paths.rst index ff198cf82..09ca54866 100644 --- a/tutorials/io/data_paths.rst +++ b/tutorials/io/data_paths.rst @@ -74,6 +74,11 @@ Godot complies with the `XDG Base Directory Specification on all platforms. Environment variables can be overridden as per the specification to change the editor (and project) data paths. +.. note:: If you use + `Godot packaged as a Flatpak `__, + the editor data paths will be located in subfolders in + ``~/.var/app/org.godotengine.Godot/``. + Self-contained mode ~~~~~~~~~~~~~~~~~~~