What's the current compatible Ubuntu version for developing Dioxus desktop app? #1079
Replies: 1 comment 3 replies
-
Looks like you might just need to update 'gio' |
Beta Was this translation helpful? Give feedback.
3 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.
-
First, thanks for creating Dioxus - it is just what I need for my first Rust application experiment!
After getting my initial desktop app to run under (containerized) Ubuntu with Dioxus 0.3.2, I ran into the event propagation problem reported here: #1068
When I attempt to use the Dioxus master branch from GitHub as recommended in that discussion, now I see library version problems. E.g.:
What version of Ubuntu (or other Linux distro) should I use to reduce the risk of such problems in the (near) future?
Beta Was this translation helpful? Give feedback.
All reactions