mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #554] Focused module doesn't work but only on deadbeef when last is opened #2991
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#2991
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 @DanteDragan on GitHub (Apr 23, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/554
Describe the bug
Focused disappears right after focusing on new window after deadbeef. After closing deadbeef all is working properly.
To Reproduce
Steps to reproduce the behavior:
Open deadbeef with plugin Customizable toolbar for GTKUI(GTK3) and setting
GUI/Misc -> Player -> Titlebar text while playing:set to%artist% - %album% (%year%) - %title% - %playback_time% / %length%Expected behavior
Focused is working ok with deadbeef open
System information:
Configuration
Config
Styles
Additional context
I've waybar also installed.
Screenshots
https://disk.yandex.ru/i/eRkrIC09gkkPJg
Log
ironbar_log.log
@JakeStanger commented on GitHub (Apr 24, 2024):
I wonder if this is related to #488
@DanteDragan commented on GitHub (Apr 24, 2024):
You can see, that focus in the video, attached in #488, is going blank when track is changed. Maybe problem is related to music?
@JakeStanger commented on GitHub (Apr 24, 2024):
Got it. The issue is caused when an unfocused window changes title. Above PR resolves that, so will have that merged shortly.