dolmades / dolmades-cli

Setup your win-only applications on linux
Apache License 2.0
12 stars 0 forks source link

Avoid symlinks for folders under `/wineprefix/user/$username` #30

Closed katakombi closed 5 years ago

katakombi commented 6 years ago

This leads to bad symlinks e.g. "My Documents" -> '/'

katakombi commented 6 years ago

Cannot be avoided! Instead:

katakombi commented 6 years ago

Postponing this to the next release. It needs many things to be refactored. For now add a note in the docs that it is necessary to use the same user name when importing/exporting or to manually fix it!

katakombi commented 5 years ago

seems like unsetting HOME leads to creation of folders which is what we want! implementing this...