mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Komorebi Bar active workspace stops updating after a while #484
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xidsyed on GitHub (Oct 9, 2024).
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Komorebi bar stops responding, and needs to be restarted
Screenshots and Videos
https://github.com/user-attachments/assets/981ac8bf-9bef-4a0e-b02a-78f5e24bc990
Operating System
komorebic checkOutputAdditional context
@LGUG2Z commented on GitHub (Oct 9, 2024):
I haven't reproduced this yet but I know others have. Please run
komorebi-bar.exein the foreground and share the logs when the bar updates stop rendering - this will help rule out (or confirm?) thread crashes inkomorebi-bar.edit: I see the logs in the video - I think this rules out thread crashes in
komorebi-bar. I see that thekomorebicsocket messages are also still being received as expected (shortcuts are working).It would be useful to add some debug logs here to see if the subscription notifications are still being received:
30e09d9946/komorebi-bar/src/komorebi.rs (L440)Similarly it will be useful to check the
komorebilogs to see if subscription notifications are being emitted. You'll have to use the appropriate Rust env var to enable debug logging before launching komorebi for this:30e09d9946/komorebi/src/lib.rs (L307)@LGUG2Z commented on GitHub (Oct 9, 2024):
30e09d9946/komorebi-bar/src/main.rs (L373)Probably also want to check if this deserialization fails
@LGUG2Z commented on GitHub (Oct 10, 2024):
f968e89d5d@xidsyed commented on GitHub (Nov 15, 2024):
I'm using the 7f0b54c nightly build of komorebi and for me this issue has disappeared :)