mirror of
https://github.com/JakeStanger/system-tray.git
synced 2026-07-11 05:15:55 +01:00
[GH-ISSUE #24] Error parsing icon update event #10
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#10
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?
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:
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.
@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?