[PR #1043] [MERGED] Migrate the tray to the gtk4 implementation #2512

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1043
Author: @tglman
Created: 6/11/2025
Status: Merged
Merged: 9/15/2025
Merged by: @JakeStanger

Base: refactor/gtk-4Head: refactor/gtk-4-tray


📝 Commits (1)

  • f5d58ca refactor: port system_tray to gtk4

📊 Changes

5 files changed (+547 additions, -630 deletions)

View changed files

📝 Cargo.lock (+83 -536)
📝 Cargo.toml (+1 -2)
📝 src/modules/tray/icon.rs (+41 -37)
📝 src/modules/tray/interface.rs (+383 -34)
📝 src/modules/tray/mod.rs (+39 -21)

📄 Description

Hi,

This include only the commit for the tray, together with https://github.com/JakeStanger/ironbar/pull/1029 should allow all the module to be successfully compiled to gtk4.

The thing to complete in this pr are:

  • Connect events on the button.
  • Send back events on the menu click to the app.
  • Connect secondary details to menu, like shourtcuts
  • Ui adjustaments

🔄 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/1043 **Author:** [@tglman](https://github.com/tglman) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `refactor/gtk-4` ← **Head:** `refactor/gtk-4-tray` --- ### 📝 Commits (1) - [`f5d58ca`](https://github.com/JakeStanger/ironbar/commit/f5d58ca452dad7343ba697fb346d5b5a7e959932) refactor: port `system_tray` to gtk4 ### 📊 Changes **5 files changed** (+547 additions, -630 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+83 -536) 📝 `Cargo.toml` (+1 -2) 📝 `src/modules/tray/icon.rs` (+41 -37) 📝 `src/modules/tray/interface.rs` (+383 -34) 📝 `src/modules/tray/mod.rs` (+39 -21) </details> ### 📄 Description Hi, This include only the commit for the tray, together with https://github.com/JakeStanger/ironbar/pull/1029 should allow all the module to be successfully compiled to gtk4. The thing to complete in this pr are: - [x] Connect events on the button. - [x] Send back events on the menu click to the app. - [x] Connect secondary details to menu, like shourtcuts - [x] Ui adjustaments --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:57:02 +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#2512
No description provided.