https://bugs.documentfoundation.org/show_bug.cgi?id=124714

--- Comment #8 from Roland Baudin <[email protected]> ---
I finally found the cause of the issue... and the solution.

First, the problem only occurs in Linux and is indeed related to the fact that
my template XDG directory in the file ~/.config/user-dirs.dirs was set to:

XDG_TEMPLATES_DIR="$HOME/"

I didn't pay attention to the trailing slash in "$HOME/", because everything
was OK for years until LibreOffice 6.2.2.1. That trailing slash was here by
mistake, I suppose...

Something has changed from that version, because if I remove the trailing slash
like this:

XDG_TEMPLATES_DIR="$HOME"

then the problem I've reported disappears, and also bug #124644 doesn't occur.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to