mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #673] [Volume] Volume module breaks default sink #4445
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#4445
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 @donovanglover on GitHub (Jul 21, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/673
Describe the bug
Was trying out the volume module and looks like pipewire sinks get messed up when connecting new devices.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should maintain the same audio switching as when ironbar isn't being used
System information:
github.com/JakeStanger/ironbar@58190ab079Additional context
Causes
pcieport 0000:00:08.1: PME: Spurious native interrupt!errors when connecting headphones@JakeStanger commented on GitHub (Nov 4, 2024):
To confirm, the expected behaviour would be that it switches to the newly plugged in device right?
@donovanglover commented on GitHub (Nov 4, 2024):
Ideally ironbar doesn't switch anything at all since I'm using
switch-on-connectalready@JakeStanger commented on GitHub (Nov 5, 2024):
I've not been able to replicate this using pipewire-pulse at all. In my own testing:
In neither scenario did I get any errors or other logs from the audio server or ironbar.
I'm suspicious that it could be
switch-on-connector another program/option causing problems. Ironbar does not ever try to change the default device unless you select an option from the popup dropdown, so I think it's less likely to be the cause, at least with a generic/default setup.If you're able to confirm, and if not provide more information and more detailed repro steps I'll keep investigating.
@JakeStanger commented on GitHub (May 19, 2025):
I'm going to close this as I've never seen it occur and not heard back. Happy to re-open if any further information can be supplied.