xvfbwrapper icon indicating copy to clipboard operation
xvfbwrapper copied to clipboard

Manage headless displays with Xvfb (X virtual framebuffer)

Results 14 xvfbwrapper issues
Sort by recently updated
recently updated
newest added

This is possibly related to #27. If DISPLAY is an empty string (rather than being unset), `xvfbwrapper` fails with the following exception: ```python Traceback (most recent call last): File "",...

https://github.com/cgoldberg/xvfbwrapper/blob/118576f5b074921e6b44906f4fb789de7fca021d/xvfbwrapper.py#L53 Ran into an issue using this library. When os.environ['DISPLAY'] is an empty string, then it will perform the split based on ':' which has no second element. Rather than...

Hi @cgoldberg! Thought I'd stop by and offer some updates to the build. This includes: - Continued python 2.7 support - python 2.7 compatible typing - adds mypy in the...

fixes #30 and fixes #36 I ran into a very rare intermittent failure in a test which starts a Qt application and connects to a virtual framebuffer constructed with xvfb....

Adding power support ppc64le with Continues Integration/testing so that code remains architecture independent. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions...

I am having an issue with parallel execution when using Xvfb. For the purposes of testing, I am attempting to run programs on several virtual displays at once, as well...

Hi, thanks for the great tool. I am wondering if you are willing to support extra arguments. To the wrapper upon initialization. My use case is to pass arguments that...

This adds support for Xvfb arguments which do not have values (e.g. `-noreset`).

Hi, Thanks for the awesome wrapper! I'm getting the below error running dryscrape with xvfbwrapper. Ubuntu 16.04.2 LTS (Ubuntu Mate) Python 2.7.12 xvfbwrapper-0.2.9 Error in sys.exitfunc: Traceback (most recent call...