[GH-ISSUE #24] Error parsing icon update event #10

Closed
opened 2026-05-22 22:04:48 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @tglman on GitHub (Jul 21, 2025).
Original GitHub issue: https://github.com/JakeStanger/system-tray/issues/24

Hi,

I noticed in the log of ironbar i get the following error:

system_tray::client: 376: Error parsing update properties from :1.218/StatusNotifierItem: ZBusFdo(Failed("error occurred in Get"))

This happen when an icon get refreshed, the specific case is the Matrix Element client that show in the icon the number of not read messages, when that number change I do see this error in the log.

What it should do I guess is to read the event that should include some information about the new icom.

Originally created by @tglman on GitHub (Jul 21, 2025). Original GitHub issue: https://github.com/JakeStanger/system-tray/issues/24 Hi, I noticed in the log of ironbar i get the following error: ``` system_tray::client: 376: Error parsing update properties from :1.218/StatusNotifierItem: ZBusFdo(Failed("error occurred in Get")) ``` This happen when an icon get refreshed, the specific case is the Matrix Element client that show in the icon the number of not read messages, when that number change I do see this error in the log. What it should do I guess is to read the event that should include some information about the new icom.
Author
Owner

@ogios commented on GitHub (Jul 21, 2025):

turns out for element desktop, IconName property does not exist, only IconPixmap.
this is weird, i remember before this i get InvalidArgs error type when the IconPixmap does not exist, and this time Failed error type?

<!-- gh-comment-id:3095070647 --> @ogios commented on GitHub (Jul 21, 2025): turns out for element desktop, IconName property does not exist, only IconPixmap. this is weird, i remember before this i get InvalidArgs error type when the IconPixmap does not exist, and this time Failed error type?
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#10
No description provided.