-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: add wayland and libxkbcommon to LD_LIBRARY_PATH #70
base: master
Are you sure you want to change the base?
Conversation
Interesting, this helps! Seems like a better sign. I had attempted some more LD lib path stuff previously but didn't get anywhere: Not much in terms of documentation or help with nix & iced unfortunately |
Looks like I'm missing a gpu lib or something. Here's the code from the panic I encountered after fixing Wayland.
Will look into a Nix fix for this. |
Might be something here: https://gitlab.com/tad-lispy/rust-bevy-playground/-/commit/35965a2d1e1d7db925950d91c49c4ad52cc1dca8 Will look later. |
Just merged something in that might have fixed it for you? Could you check on the master branch again. |
New new error:
looking... FWIW, running on a Lenovo ThinkPad P16 Gen 1 |
Running Ubuntu 22.04 and encountered:
This resolves it but I now encounter:
Putting into draft PR and will attempt more iterations in the future.