Hi! First, thanks for Glimpse — it's great.
I'm running glimpseui from a Node tool inside WSL2 (Ubuntu on Windows 11) and wanted to check the intended setup.
What I see: With no native binary built, Glimpse auto-selects the Chromium CDP backend, but no window appears on WSL. It looks like the usual WSL cause — chromium --app fails with Missing X server or $DISPLAY when there's no display configured.
Questions:
- Is there a recommended/blessed way to run Glimpse under WSL2? What's the intended setup?
- Would a short WSL note in the README be welcome? Happy to open a small PR if so.
- Any interest in a WSL-aware hint when the backend can't find a display (detectable via
WSL_DISTRO_NAME / microsoft in /proc/version), pointing users to the right setup or GLIMPSE_CHROME_PATH? Optional — just flagging it.
Thanks!
Hi! First, thanks for Glimpse — it's great.
I'm running
glimpseuifrom a Node tool inside WSL2 (Ubuntu on Windows 11) and wanted to check the intended setup.What I see: With no native binary built, Glimpse auto-selects the Chromium CDP backend, but no window appears on WSL. It looks like the usual WSL cause —
chromium --appfails withMissing X server or $DISPLAYwhen there's no display configured.Questions:
WSL_DISTRO_NAME/microsoftin/proc/version), pointing users to the right setup orGLIMPSE_CHROME_PATH? Optional — just flagging it.Thanks!