Skip to content

Commit

Permalink
Merge pull request #12 from ozans/master
Browse files Browse the repository at this point in the history
Do not listen on TCP, use unix domain sockets instead
  • Loading branch information
ponty committed Aug 10, 2015
2 parents 1a8ea7e + 2116347 commit 3028e40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyvirtualdisplay/xvfb.py
Expand Up @@ -41,6 +41,8 @@ def check_installed(cls):
def _cmd(self):
cmd = [
dict(black='-br', white='-wr')[self.bgcolor],
'-nolisten',
'tcp',
'-screen',
str(self.screen),
'x'.join(map(str, list(self.size) + [self.color_depth])),
Expand Down

0 comments on commit 3028e40

Please sign in to comment.