ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
697 stars 78 forks source link

Add Xephyr -parent kwarg (since it needs special handling) #65

Closed abraha2d closed 3 years ago

abraha2d commented 3 years ago

Xephyr's "-parent" argument needs to come before the "-screen" argument for it to take effect, so specifying it via extra_args doesn't work. This PR adds it as an option to XephyrDisplay.

ponty commented 3 years ago

Thanks.

abraha2d commented 3 years ago

Hi, are there any plans for a new release soon? It would be helpful to not have to install this from Git to be able to use this functionality.