[GH-ISSUE #20] [Launcher] Item state does not change on startup #4238

Closed
opened 2026-05-23 00:52:08 +01:00 by JakeStanger · 2 comments
Owner

Originally created by @JakeStanger on GitHub (Sep 26, 2022).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/20

If the bar launches on startup (I think, might be something else?), Sway events stop being received by the module. Clicking items still works according to their current state, but focus/urgency/open states do not change.

Originally created by @JakeStanger on GitHub (Sep 26, 2022). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/20 If the bar launches on startup (I think, might be something else?), Sway events stop being received by the module. Clicking items still works according to their current state, but focus/urgency/open states do not change.
JakeStanger 2026-05-23 00:52:08 +01:00
  • closed this issue
  • added the
    T:Bug
    label
Author
Owner

@JakeStanger commented on GitHub (Sep 27, 2022):

It looks like state does get updated to a point, and then locks up. Perhaps programs opening at the same time is creating a deadlock with the RwLock or Mutex on state?

image
(all of these are open, and none are urgent)

<!-- gh-comment-id:1259761684 --> @JakeStanger commented on GitHub (Sep 27, 2022): It looks like state *does* get updated to a point, and then locks up. Perhaps programs opening at the same time is creating a deadlock with the `RwLock` or `Mutex` on state? ![image](https://user-images.githubusercontent.com/5057870/192582991-97873f9a-f4ef-455f-a6ea-0505bc406c7d.png) (all of these are open, and none are urgent)
Author
Owner

@JakeStanger commented on GitHub (Oct 16, 2022):

Fixed by #24 and b7b6488

<!-- gh-comment-id:1279969367 --> @JakeStanger commented on GitHub (Oct 16, 2022): Fixed by #24 and [b7b6488](https://github.com/JakeStanger/ironbar/commit/b7b64886e3c48ace3faffbb1e277275aeeac3adf)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#4238
No description provided.