SimulaVR / Simula

Linux VR Desktop
MIT License
2.91k stars 87 forks source link

Webstorm doesn't open in Simula #181

Open georgewsinger opened 1 year ago

georgewsinger commented 1 year ago

See https://github.com/SimulaVR/Simula/issues/180 for our original flagging.

I haven't tried launching Webstorm in Simula before, but one possibility is that it's launching using an exotic Wayland protocol we don't yet support. Do you know if there's a flag to force an X11 launch? Perhaps launching with the flag DISPLAY=:1 (or whichever display Simula is using).

georgewsinger commented 1 year ago

Just to clarify: when you launch Webstorm, are you launching a single instance in Simula? Or do you have one on your primary desktop, and are attempting to launch a second instance into Simula?

If the latter, it's possible this is suffering the same issue that firefox/chrome has (basically: insisting tabs are opened on a single DISPLAY, so that they are unable to launch separately in Simula).