-
Notifications
You must be signed in to change notification settings - Fork 27
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
Crash on resuming from suspend #22
Comments
I compiled from source so I could get the debug info, as I realize release mode probably doesn't have a particularly useful stack trace. Here's the stack trace from wired built in debug mode
|
Thanks for the detailed issue! After investigating a bit, it looks like this is an issue in winit (the windowing library we're using). Someone has already opened an issue + a pull request: rust-windowing/winit#1947 All we can do is wait at this point, unfortunately. |
As suggested in the linkes issue in just add this to [patch.crates-io]
winit = { git = "https://github.com/jfrimmel/winit", branch = "x11-interrupt" } |
Totally forgot to mention that I had tried this, but I can confirm that this works as a solution for the xinit issue. Hopefully, it gets merged upstream at some point. |
Roger that, I will keep an eye on the |
Hi there! I've been using wired for a few months now, and sometime within the last few weeks I noticed that if I woke my laptop up from being suspended, I would not get anymore notifications (or in the case of Telegram, I'd get their default notifications). I'm not sure if this will include a whole lot of useful details, but this is the output I get from running
wired
, thensystemctl suspend
, and then waking up the machine 30 seconds later.This is on Arch Linux, if you need details as to what WM I'm running or any package versions or anything let me know and I'll give more details.
The text was updated successfully, but these errors were encountered: