Skip to content

server: Try isolate wineserver directory.

Konstantin Demin requested to merge rockdrilla/wine:wineserver-directory into master

try following locations for wineserver directory:

  • ${XDG_RUNTIME_DIR}/wine
  • /run/user/${uid}/wine
  • ${TMPDIR}/wine - only if ${TMPDIR} is owned by user
  • ${TMPDIR}/.wine-${uid}
  • /tmp/.wine-${uid}

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39013

Signed-off-by: Konstantin Demin rockdrilla@gmail.com

Edited by Konstantin Demin

Merge request reports

Loading