[PR #1477] [CLOSED] [WIP] Fix PulseAudio client crash (sync) #5612

Closed
opened 2026-05-23 00:57:42 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1477
Author: @JakeStanger
Created: 5/2/2026
Status: Closed

Base: masterHead: fix/volume-crash2


📝 Commits (1)

📊 Changes

5 files changed (+210 additions, -152 deletions)

View changed files

📝 src/clients/volume/mod.rs (+102 -47)
📝 src/clients/volume/sink.rs (+38 -29)
📝 src/clients/volume/sink_input.rs (+23 -25)
📝 src/clients/volume/source.rs (+24 -26)
📝 src/clients/volume/source_output.rs (+23 -25)

📄 Description

See #1469

This is the same but using the sync mainloop

(possibly) resolves #875


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1477 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 5/2/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/volume-crash2` --- ### 📝 Commits (1) - [`83e5620`](https://github.com/JakeStanger/ironbar/commit/83e562051a6273c48f245efac7f987b033460576) wip pulse crash fix ### 📊 Changes **5 files changed** (+210 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `src/clients/volume/mod.rs` (+102 -47) 📝 `src/clients/volume/sink.rs` (+38 -29) 📝 `src/clients/volume/sink_input.rs` (+23 -25) 📝 `src/clients/volume/source.rs` (+24 -26) 📝 `src/clients/volume/source_output.rs` (+23 -25) </details> ### 📄 Description See #1469 This is the same but using the sync mainloop (possibly) resolves #875 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:57:42 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#5612
No description provided.