mirror of
https://github.com/JakeStanger/system-tray.git
synced 2026-07-11 05:15:55 +01:00
[PR #14] [MERGED] Upgrade to zbus5 #19
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#19
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/14
Author: @ogios
Created: 1/31/2025
Status: ✅ Merged
Merged: 2/8/2025
Merged by: @JakeStanger
Base:
master← Head:upstream📝 Commits (10+)
b3e498eapi update2e730f4Merge branch 'master' into upstreamd829402result wrapper for dbusmenuf966070update ownedvalueext6d8578fitem error unifyc257840all wrapped with okea510d6remove ref for some basic type265b7c1itemcc1b474fix clippy6f3050cget_update_event return Result📊 Changes
10 files changed (+489 additions, -1063 deletions)
View changed files
📝
Cargo.lock(+240 -831)📝
Cargo.toml(+7 -7)📝
src/client.rs(+34 -34)📝
src/dbus/dbus_menu_proxy.rs(+8 -8)📝
src/dbus/mod.rs(+16 -9)📝
src/dbus/notifier_item_proxy.rs(+24 -24)📝
src/dbus/notifier_watcher_proxy.rs(+10 -10)📝
src/dbus/status_notifier_watcher.rs(+57 -45)📝
src/item.rs(+61 -57)📝
src/menu.rs(+32 -38)📄 Description
the main thing is downcast_ref for zvariant now returns Result, so lots of
.ok()Resolves #13
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.