03-01-21, 14:12
alternative mise sur Github par développeur:
What I did to make it work:
Create a directory junction link to the user profile folder.
mklink /j c:\darktableTmpProfileLink "c:\Users\Jan Müller"
I want to keep my library in my user profile, where it is backed up.
Then specify the new path to the user profile + cache directory apparently must be set as well
"C:\Program Files\darktable\bin\darktable.exe" --configdir c:\darktableTmpProfileLink --cachedir c:\tmp\darktableCache
What I did to make it work:
Create a directory junction link to the user profile folder.
mklink /j c:\darktableTmpProfileLink "c:\Users\Jan Müller"
I want to keep my library in my user profile, where it is backed up.
Then specify the new path to the user profile + cache directory apparently must be set as well
"C:\Program Files\darktable\bin\darktable.exe" --configdir c:\darktableTmpProfileLink --cachedir c:\tmp\darktableCache