-
Notifications
You must be signed in to change notification settings - Fork 12
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
Listener restart error #57
Comments
With panel do you mean the entire status bar? Does the |
Yes, I mean the entire status bar, the process remains in a semi-started state.
|
Hum, you are using a desktop PC? I only have a laptop so I'm not sure if I can replicate this behavior. |
Yes
Most likely it will happen again when you close the laptop lid |
I already tried. I'm using |
The strangest thing here is not even that it crashes with an error. when you turn off the monitors, hyprland stops some processes, for example, waybar also crashes when the monitor is turned off. the strangest thing is that it doesn't work to restart ashell after that, only restarting the PC helps |
@fiersik This does not happen to me with waybar. |
This started happening after switching to aquamarine, and waybar has already fixed it. |
It's not a fix but tomorrow I will create a PR where I place a proper log init config (using this syntax https://docs.rs/flexi_logger/latest/flexi_logger/struct.LogSpecification.html) so it's possible to specify different log level for each crate/module and the I will create a new release (0.1.5). I think that the |
The new release is great news, I will immediately assemble it under ALT and send it for testing. But there is no hurry yet. |
I can't say that there is even a little more useful information in the log of the new version. |
I have an idea how to fix this, but I'm not sure about it. ,- , I will definitely make a Pull Request if everything works out. |
Is this problem still relevant with the latest main branch? I have updated the iced and the hyprland-rs libraries and removed my glue layer between Wayland and iced, so maybe this problem is no longer relevant. |
The problem is still relevant, when turning off the monitor we get this:
After that, the entire panel stops displaying, but judging by the log, the backend is working and monitoring all events. |
perhaps this is due to hyprwm/Hyprland#7822 |
When turning off the monitors, an error appears after turning them back on
After that, the panel stops being displayed
The text was updated successfully, but these errors were encountered: