We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
and pass it onward in __ainit__ to os base (linux.py) and use this display string as the display_env if set
__ainit__
def __init__(self, pid: int, scale_factor: float, displayStr: Optional[str] = None) -> None: self.pid = pid self.scale_factor = scale_factor self._loop = asyncio.get_event_loop() display_env = displayStr or os.getenv("DISPLAY") self.display = display.Display(display_env) self.tab_pid = self.get_window()
For multiple XVFB//X11 displays, or pseudo-headless
The text was updated successfully, but these errors were encountered:
Vinyzu
No branches or pull requests
and pass it onward in
__ainit__
to os base (linux.py) and use this display string as the display_env if setFor multiple XVFB//X11 displays, or pseudo-headless
The text was updated successfully, but these errors were encountered: