[PR #3] [MERGED] Better menu support #13

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/system-tray/pull/3
Author: @JakeStanger
Created: 11/16/2024
Status: Merged
Merged: 11/16/2024
Merged by: @JakeStanger

Base: masterHead: feat/better-menu


📝 Commits (6)

  • 2b7950c feat: tooltip support
  • e9910ff feat: menu properties update support
  • 69fd5cb fix: hang when dbus does not respond
  • 3e3873e test: fix wrong module name
  • 4195a19 feat: dbusmenu-gtk3 support
  • 4dfa16e ci: add libdbus support, no feature job

📊 Changes

13 files changed (+1119 additions, -177 deletions)

View changed files

.github/scripts/ubuntu_setup.sh (+18 -0)
📝 .github/workflows/build.yml (+26 -1)
📝 .github/workflows/deploy.yml (+3 -0)
📝 .idea/runConfigurations/Clippy.xml (+2 -2)
📝 Cargo.lock (+715 -89)
📝 Cargo.toml (+8 -1)
📝 README.md (+27 -1)
📝 src/client.rs (+77 -29)
📝 src/dbus/dbus_menu_proxy.rs (+20 -26)
src/gtk_menu.rs (+46 -0)
📝 src/item.rs (+43 -17)
📝 src/lib.rs (+3 -0)
📝 src/menu.rs (+131 -11)

📄 Description

Adds missing support for dbusmenu properties updated signal. Also adds bindings to libdbus-gtk3 to avoid using the broken menu.


🔄 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/system-tray/pull/3 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 11/16/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/better-menu` --- ### 📝 Commits (6) - [`2b7950c`](https://github.com/JakeStanger/system-tray/commit/2b7950c54c77c2d93b0725821b0f23fdb4babdbb) feat: tooltip support - [`e9910ff`](https://github.com/JakeStanger/system-tray/commit/e9910ffca60cd1a0f6786924102b7d2a9bf02a8e) feat: menu properties update support - [`69fd5cb`](https://github.com/JakeStanger/system-tray/commit/69fd5cb2921bc3cca102f67e0013047d6e8e0eb5) fix: hang when dbus does not respond - [`3e3873e`](https://github.com/JakeStanger/system-tray/commit/3e3873e6f6cbaf911830e8d194a9f1273013f18c) test: fix wrong module name - [`4195a19`](https://github.com/JakeStanger/system-tray/commit/4195a1915e181c90ec705b3121461e72d42f8dff) feat: `dbusmenu-gtk3` support - [`4dfa16e`](https://github.com/JakeStanger/system-tray/commit/4dfa16ee48d3e5553cf8545ce0d7bfc9ef5e6760) ci: add libdbus support, no feature job ### 📊 Changes **13 files changed** (+1119 additions, -177 deletions) <details> <summary>View changed files</summary> ➕ `.github/scripts/ubuntu_setup.sh` (+18 -0) 📝 `.github/workflows/build.yml` (+26 -1) 📝 `.github/workflows/deploy.yml` (+3 -0) 📝 `.idea/runConfigurations/Clippy.xml` (+2 -2) 📝 `Cargo.lock` (+715 -89) 📝 `Cargo.toml` (+8 -1) 📝 `README.md` (+27 -1) 📝 `src/client.rs` (+77 -29) 📝 `src/dbus/dbus_menu_proxy.rs` (+20 -26) ➕ `src/gtk_menu.rs` (+46 -0) 📝 `src/item.rs` (+43 -17) 📝 `src/lib.rs` (+3 -0) 📝 `src/menu.rs` (+131 -11) </details> ### 📄 Description Adds missing support for dbusmenu properties updated signal. Also adds bindings to `libdbus-gtk3` to avoid using the broken menu. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:04:49 +01:00
Sign in to join this conversation.
No labels
pull-request
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/system-tray#13
No description provided.