cgoldberg / xvfbwrapper

Manage headless displays with Xvfb (X virtual framebuffer)
Other
295 stars 52 forks source link

xvfbwrapper.py:93 cygwin/win32 compatibility #18

Closed mklump closed 7 years ago

mklump commented 8 years ago

I recommend adding addition handling in xvfbwrapper.py on line 93 to include running on a win32/cygwin setup by also including looking for the executable 'xvfb-run', not just 'Xvfb' where 'Xvfb' hard string is the default for compatibility to the win32 OS and cygwin\bin binary bits version of Xvfb is installed.

cgoldberg commented 8 years ago

thanks... I'll take a look. pull requests are always welcomed