Xpra-org / xpra-html5

HTML5 client for Xpra
Mozilla Public License 2.0
209 stars 55 forks source link

[Feature Request] Seamless mode in html5 clinet #291

Closed ikeji closed 7 months ago

ikeji commented 7 months ago

When I use xpra native client and open 2 windows, it opens 2 native windows. When I use xpra html5 client and open 2 windows, it opens one native browser window and 2 remote windows in one native browser window. Can we use two native browser window for each remote window?

Current behavior on native client.

Steps:

$ xpra start :10 --start=xterm
$ xpra attach :10
# In the xterm inside xpra
$ xeyes

Result:

Current behavior on html5 client.

Steps:

$ xpra start :10 --start=xterm --bind-tcp=172.0.0.1:10000
$ xdg-open http://localhost:10000
# In the xterm inside browser window
$ xeyes

Result:

Proposed behavior:

Why?

totaam commented 7 months ago

This is not possible, browsers won't let you create real windows at the rate needed by xpra.