You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize if this isn't the right place to put this issue, but I haven't had any issues running apps so far so It seems to be specific to this project? I'm willing to provide any version numbers/environment variables asked of me, but here are some basics:
This works on Windows. The error is Gtk specific, and you're on Linux so it's using GTK by default.
It's complaining about the default size. Maybe try changing the size settings with .with_min_size((200., 200.))
And if that fails, see if it works with the flag gtk disabled, and druid-shell/wayland or druid-shell/x11 enabled, to bypass gtk.
When trying to run one of the examples from the book, the window is created, but no widgets render:
In the console I get this error:
I apologize if this isn't the right place to put this issue, but I haven't had any issues running apps so far so It seems to be specific to this project? I'm willing to provide any version numbers/environment variables asked of me, but here are some basics:
Rust: 1.75.0
Druid: 0.8.3
Sway: 1.8.1
Nix: 2.18.1
Neofetch (logo removed):
Also, I don't know how relevant it is, but I'm using a
shell.nix
file to setup the environmentwhich looks like this:
The text was updated successfully, but these errors were encountered: