mirror of
https://github.com/JakeStanger/system-tray.git
synced 2026-07-11 05:15:55 +01:00
[PR #3] [MERGED] Better menu support #13
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/system-tray#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/better-menu📝 Commits (6)
2b7950cfeat: tooltip supporte9910fffeat: menu properties update support69fd5cbfix: hang when dbus does not respond3e3873etest: fix wrong module name4195a19feat:dbusmenu-gtk3support4dfa16eci: 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-gtk3to avoid using the broken menu.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.