BACKGROUND:
Debian's wine build applies temporary-directory.patch which modifies
libwine to change the location of wineserver's temp dir.

WHAT CHANGED:
With wine commit fe13f7a3b0d0ad709676aa046cb4c9da260900cf
create_server_dir() quit depending on wine_get_server_dir() from
libwine.  This was a part of making the wine server no longer depend
on libwine.

TO FIX:
Debian's temporary-directory.patch will need to be updated to also
make changes to create_server_dir() in server/request.c so that the
directory matches that for init_server_dir() in libs/wine/config.c

Reply via email to