Le 26/02/2020 à 10:24, kernel panic! a écrit :
> Thanks all
> Hello Guy's,
>
> I solved this on this way:
>
> Didier: "Don't know if it would work to add XDG_RUNTIME_DIR to this
> file. That's just some black magic I would try."
>
> "It works 4 me!";-)
By curiosity, I searched documentation on this. The definitions
first - and guess who is in the author's list...
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Note that the application should fall back to another directory if
the runtime dir isn't defined.
Then about $(HOME)/.config/user-dirs.dirs :
https://freedesktop.org/wiki/Software/xdg-user-dirs/
Didier