mirror of
https://github.com/JakeStanger/system-tray.git
synced 2026-07-11 05:15:55 +01:00
[PR #25] [MERGED] hotfix: do not return error when getting IconName and IconPixmap but log a warning to the output #25
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#25
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/25
Author: @ogios
Created: 7/21/2025
Status: ✅ Merged
Merged: 9/14/2025
Merged by: @JakeStanger
Base:
master← Head:master📝 Commits (1)
fc8de2chotfix: do not return error when getting IconName and IconPixmap but log a warning to the output📊 Changes
1 file changed (+38 additions, -18 deletions)
View changed files
📝
src/client.rs(+38 -18)📄 Description
This fix #24 temporarily.
Failedis a generic error in dbus protocol (link), and before this i used to getInvalidArgswhen a property does not exist, i'm confused of the error handling here, so i warn it in output and continues to get both property.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.