mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 11:15:20 +01:00
[GH-ISSUE #642] [Hyprland] Ironbar does not load on monitor connect. #5839
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#5839
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?
Originally created by @ApproachingApathy on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/642
Describe the bug
When I plug in a monitor the bar doesn't appear.
ironbar reloadreturns an error.To Reproduce
Steps to reproduce the behavior:
ironbar reload.Expected behavior
Bar should spawn on newly connected monitors and not error on ironbar reload.
System information:
extra/hyprland)yay -Qreports: v0.15.1.r74.gd0bdf31-1Configuration
Config
Styles
Additional context
Log:
Screenshots
@JakeStanger commented on GitHub (Jun 28, 2024):
Hey, can you confirm what version(s) of Hyprland you are experiencing this on please?
@ApproachingApathy commented on GitHub (Jul 2, 2024):
@JakeStanger commented on GitHub (Aug 17, 2024):
Fun, I've just tested this and I can see what's happening. I believe it's related to https://github.com/swaywm/sway/issues/8164 (and the related gtk issue). Effectively, I have to hope that GDK and Wayland report monitors in the same order, which appears to be true until you (dis)connect one.
I'm not sure what I can do about that yet but I'll have a think.
@JakeStanger commented on GitHub (Aug 18, 2024):
So a fix has now been implemented in GTK for the issue. Once there's a new GTK3 release, I'll revert the logic in Ironbar to its previous implementation that should resolve this.
@ApproachingApathy commented on GitHub (Jan 28, 2025):
gtk3 3.24.48 is now available on arch.
@JakeStanger commented on GitHub (May 19, 2025):
Resolved by
github.com/JakeStanger/ironbar@7b220cb2aeApologies for the delay.