mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 06:15:21 +01:00
[PR #1198] [MERGED] Fix race condition on monitor connection preventing bar creation #6840
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#6840
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/1198
Author: @azertyfun
Created: 10/18/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @JakeStanger
Base:
master← Head:fix/hyprland-monitor-events📝 Commits (4)
6db1517fix(bar) destroy window when Bar is droppedd2d6912fix(outputs): ensure monitor is available in GDK before creating bard793ad8fix(outputs): compilation with --no-default-featuresd0c6a37fix(outputs): implement code review feedback📊 Changes
7 files changed (+290 additions, -58 deletions)
View changed files
📝
src/bar.rs(+7 -0)📝
src/clients/mod.rs(+8 -0)➕
src/clients/outputs.rs(+195 -0)📝
src/clients/wayland/mod.rs(+0 -3)📝
src/clients/wayland/wl_output.rs(+0 -2)📝
src/ipc/server/mod.rs(+3 -9)📝
src/main.rs(+77 -44)📄 Description
As discussed in #1196
I don't have a ton of experience in Rust, so if I've implemented some anti-patterns I'd be happy to fix them if you point them out.
Cheers!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.