MCPcopy
hub / github.com/budtmo/docker-android / start_display_screen

Function start_display_screen

cli/src/app.py:83–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82
83def start_display_screen() -> None:
84 cmd = "/usr/bin/Xvfb"
85 args = f"{os.getenv(ENV.DISPLAY)} " \
86 f"-screen {os.getenv(ENV.SCREEN_NUMBER)} " \
87 f"{os.getenv(ENV.SCREEN_WIDTH)}x" \
88 f"{os.getenv(ENV.SCREEN_HEIGHT)}x" \
89 f"{os.getenv(ENV.SCREEN_DEPTH)}"
90 d_screen = Application("d_screen", cmd, args, False)
91 d_screen.start()
92
93
94def start_display_wm() -> None:

Callers 1

startFunction · 0.85

Calls 2

startMethod · 0.95
ApplicationClass · 0.90

Tested by

no test coverage detected