Ok, I found a very easy way to reproduce this «bug» error message.
Run a first (without ~/.wine) wine having in .config/user-dirs.dirs something
like:
XDG_DESKTOP_DIR="$HOME/Desktop"
Then delete (rm -rf) this $HOME/Desktop and update .config/user-dirs.dirs to :
XDG_DESKTOP_DIR="$HOME/"
and then run wine again.
Conclusion: wine is keeping the first value in ~/.wine and does not update it on
the next run for probably some (good?) reason.

Reply via email to