[PR #1479] [MERGED] fix(tray): icon updates sometimes breaking icon #7017

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1479
Author: @JakeStanger
Created: 5/8/2026
Status: Merged
Merged: 5/8/2026
Merged by: @JakeStanger

Base: masterHead: fix/tray-icon


📝 Commits (2)

  • 5157aa1 fix(tray): icon updates sometimes breaking icon
  • 2821372 chore(deps): update system-tray

📊 Changes

4 files changed (+9 additions, -9 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)
📝 src/modules/tray/interface.rs (+0 -3)
📝 src/modules/tray/mod.rs (+6 -3)

📄 Description

Fixes an issue where tray icon updates accidentally passed the icon to GTK, bypassing Ironbar's image rendering and breaking the widget tree.

Fixes https://github.com/JakeStanger/ironbar/issues/1404


🔄 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/1479 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 5/8/2026 **Status:** ✅ Merged **Merged:** 5/8/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/tray-icon` --- ### 📝 Commits (2) - [`5157aa1`](https://github.com/JakeStanger/ironbar/commit/5157aa1466440823045f7b93b6c238e5f5efbdc0) fix(tray): icon updates sometimes breaking icon - [`2821372`](https://github.com/JakeStanger/ironbar/commit/282137223ca4f02a72dc4e088c4f6adf6f25e4ab) chore(deps): update system-tray ### 📊 Changes **4 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) 📝 `src/modules/tray/interface.rs` (+0 -3) 📝 `src/modules/tray/mod.rs` (+6 -3) </details> ### 📄 Description Fixes an issue where tray icon updates accidentally passed the icon to GTK, bypassing Ironbar's image rendering and breaking the widget tree. Fixes https://github.com/JakeStanger/ironbar/issues/1404 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:57:46 +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#7017
No description provided.