v0.1.0.2
Run CI under Xvfb so the desktop E2E test can open a real window DemoScenarioTest's desktop case launches a real Compose Desktop app and drives it through a real ComposeWindow/AWT input events. GitHub's ubuntu-latest runners have no X server, so that subprocess failed to open a window and the bridge socket never came up. Xvfb provides a virtual X server so the test can run unchanged in CI.