We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c725b commit 4e50793Copy full SHA for 4e50793
sbvirtualdisplay/abstractdisplay.py
@@ -22,7 +22,7 @@ def __init__(self, use_xauth=False):
22
USED_DISPLAY_NR_LIST.append(self.display)
23
finally:
24
mutex.release()
25
- if xauth and not xauth.is_installed():
+ if use_xauth and not xauth.is_installed():
26
raise xauth.NotFoundError()
27
self.use_xauth = use_xauth
28
self._old_xauth = None
0 commit comments