mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #49] Bar is always on top #2843
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#2843
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 @ghost on GitHub (Jan 4, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/49
When I open some game or app in fullscreen, the bar still appears.
@JakeStanger commented on GitHub (Jan 4, 2023):
This isn't an issue I've ever faced. Could you please share some details so I can investigate? Config, distro, compositor, etc...
@ghost commented on GitHub (Jan 4, 2023):
Config:
Distro: Arch Linux
Compositor: Labwc 0.5.3 (need to update to 0.6.0, I'm going to try again on that version)
@JakeStanger commented on GitHub (Jan 4, 2023):
Okay, please try again with the latest Labwc and let me know.
Since ironbar uses gtk-layer-shell, it basically requests a surface from the compositor, so that should be handling the fullscreen logic. That leads me to believe labwc is the likely culprit here, but I'll have to do some more testing to be sure. If you're able to see if the problem still occurs for you in sway/hyprland that'd be great.
@ghost commented on GitHub (Jan 4, 2023):
Yep, the issue was solved in the new version of Labwc, you was right. Thanks!