[PR #383] [MERGED] fix: some modules crashing due to recent gtk refactor #6299

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/383
Author: @JakeStanger
Created: 12/24/2023
Status: Merged
Merged: 12/25/2023
Merged by: @JakeStanger

Base: masterHead: fix/await-sync


📝 Commits (1)

  • 80de5dd fix: some modules crashing due to recent gtk refactor

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/main.rs (+2 -2)

📄 Description

Fixes a crash introduced by commit bea442e where the await_sync function incorrectly tried to use the current tokio runtime, which it is often outside, instead of the singleton.

Fixes #382


🔄 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/383 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 12/24/2023 **Status:** ✅ Merged **Merged:** 12/25/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/await-sync` --- ### 📝 Commits (1) - [`80de5dd`](https://github.com/JakeStanger/ironbar/commit/80de5dd824011b0eabf573cf4546c8e59b251bf7) fix: some modules crashing due to recent gtk refactor ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+2 -2) </details> ### 📄 Description Fixes a crash introduced by commit bea442e where the `await_sync` function incorrectly tried to use the current tokio runtime, which it is often outside, instead of the singleton. Fixes #382 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:55:44 +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#6299
No description provided.