-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnsupportedWindowHandle (Wayland is not supported) #2
Comments
Okay, I'm trying to fix this in https://github.com/YPares/vega-view/tree/YPares-patch-1 , but I'm getting a blank window when running
|
Ok, got it to build by hacking around with
but I still have a blank window... |
Thanks for pointing this out @YPares. I had the same issue and so I followed up on what you were doing. It turns out there was an example of how to use WebviewBuilder::new_gtk here https://github.com/tauri-apps/wry/blob/dev/bench/tests/src/hello_world.rs#L60 |
I'm running into the error described in tauri-apps/wry#1314 when using vega-view on Ubuntu with Wayland.
Fortunately this also describes a way to fix it in
vega-view
rust codeThe text was updated successfully, but these errors were encountered: