mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 10:15:20 +01:00
[GH-ISSUE #1248] Multiple issues with popup and bar visibility #378
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#378
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 @postsolar on GitHub (Nov 22, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1248
Describe the bug
First of all see https://github.com/JakeStanger/ironbar/issues/1028
This worked on the GTK3 version, but with the current master and the same setup (see below for config) an attempt to show the popup fails with an error message and hides the bar.
To reproduce
Steps to reproduce the behavior:
ironbar bar bar1 show-popup bindmode-hintsExpected behavior
Popup shows up and the bar stays visible.
System information:
Configuration
Config
Styles
Additional context
Other issues
ironbar bar bar1 toggle-popup bindmode-hintsprintsokbut doesn't actually toggle it.ironbar bar bar1 show, subsequentshow-popupdo not hide the bar.ironbar bar bar1 showhides the bar, consequentshows keep it visible.Screenshots
@JakeStanger commented on GitHub (Nov 23, 2025):
Thanks for reporting. I did spot this and started looking into it, but didn't get anywhere and forgot. I'll make sure this is sorted prior to next release.
@JakeStanger commented on GitHub (Nov 24, 2025):
This was a bugger to track down.
github.com/JakeStanger/ironbar@14a02b9023/src/bar.rs (L43-L48)Fix incoming.
@postsolar commented on GitHub (Nov 25, 2025):
Hmmm not sure it's completely fixed? I could open it with a mouse click, but not with an IPC command. E.g. for https://github.com/JakeStanger/ironbar/issues/1028#issuecomment-2994298427 I still get
@JakeStanger commented on GitHub (Nov 25, 2025):
You're right, sorry. I looked at the "other issues" and missed the main one.
@JakeStanger commented on GitHub (Nov 25, 2025):
New fix incoming - I'll wait for you to confirm before closing.