Running Slint via WSL2 #4340
Replies: 2 comments 6 replies
-
I actually was able to get it working. Updated my gpu drivers in windows, update ubuntu. updated windows and rebooted. Now I get this: The app window and contents do not align though. I don't see this issue in gedit or other linux apps. I'm getting close though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Oh, that looks strange. I have seen similar on wayland before: Are you sure you are running in X11? Check whether you have a WAYLAND_DISPLAY defined in the terminal you run the Slint UI in and try to unset that if it is set. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Rust and Slint as well so this may be the issue here, not knowing where to configure or find the info I am looking for.
I work on a Windows desktop but I typically develop in WSL2 Ubuntu. I am able to launch other GUI applications like gedit and xcalc without issue.
All I have done is
Everything seems to look fine as far as the build and the source looks good in neovim but when i run i get this error:
I have looked around the docs and other issues but I am missing something obvious I'm sure. Since I can run other linux GUI apps like gedit and x11-apps I am sure there is just something I need to configure correctly to run the Slint rust template. I am trying to figure out how to.. I guess configure the backend so it works.
Let me know if this is possible or what I can try to configure or what docs can point me to the right direction.
Beta Was this translation helpful? Give feedback.
All reactions