Respect XDG user documents directory
Closed this issue · 2 comments
SpotlightKid commented
Please don't do that:
That will clutter the user's home directory with yet another directory, if the desktop language isn't english or the user changed the location of the DOCUMENTS
folder.
Use xdg-user-dir DOCUMENTS
everywhere instead.
falkTX commented
well yeah that is the point if you look just above that code line. the xdg stuff is still TODO.
the whole app initialization thing is very crude and ugly, just enough to get things started for now.