floem icon indicating copy to clipboard operation
floem copied to clipboard

Did not support X11 forwarding?

Open golanguage opened this issue 1 year ago • 5 comments

image Using Mobaxterm and vcxsrv to as X server. The window is black at all.

cargo run --package counter Finished dev [unoptimized + debuginfo] target(s) in 0.54s Running target/debug/counter [/home/lion/.cargo/git/checkouts/glazier-3a172f69e2427c5a/58cd5a4/src/backend/x11/application.rs:673] ev = MapNotify( MapNotifyEvent { response_type: 19, sequence: 200, event: 2097154, window: 2097154, override_redirect: false, }, ) [/home/lion/.cargo/git/checkouts/glazier-3a172f69e2427c5a/58cd5a4/src/backend/x11/application.rs:673] ev = ReparentNotify( ReparentNotifyEvent { response_type: 149, sequence: 202, event: 2097154, window: 2097154, parent: 197, x: 34, y: 415, override_redirect: true, }, )

golanguage avatar Apr 20 '23 08:04 golanguage

Seem Xilem is same, did not support X11 forwarding.

golanguage avatar Apr 20 '23 08:04 golanguage

It's probably because both use the same windowing backend glazier

dzhou121 avatar Apr 20 '23 08:04 dzhou121

It's probably because both use the same windowing backend glazier

Yes. I have try glazier, same black. So I submit a issue to glazier...

golanguage avatar Apr 21 '23 01:04 golanguage

https://github.com/linebender/glazier/issues/87 It should be Vulkan feature.

For remote and WSL users there should be a work around.

golanguage avatar Apr 22 '23 01:04 golanguage

For remote and WSL users there should be a work around.

WSL does not require X11 forwarding, as WSLg will present both Wayland and X11 applications without the need for forwarding. For remote, Wayland forwarding through waypipe should be entirely transparent to Vulkan.

kennylevinsen avatar Jun 03 '23 12:06 kennylevinsen