You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Similar to Dropbox daemon errors under Sway #4185, I get this logged every time Slack changes tray icon (all read/unread channel/unread DM):
[ERROR] [swaybar/tray/item.c:127] :1.33768/org/ayatana/NotificationItem/Slack1 IconPixmap: No such property “IconPixmap”
Following the troubleshooting steps in that issue busctl gives this:
busctl --user get-property :1.33768 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem IconThemePath
s "/tmp/.org.chromium.Chromium.1WvC9C"
Introspection yields this:
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
.Scroll method is - -
.SecondaryActivate method ii - -
.XAyatanaSecondaryActivate method u - -
.AttentionAccessibleDesc property s "" emits-change
.AttentionIconName property s "" emits-change
.Category property s "ApplicationStatus" emits-change
.IconAccessibleDesc property s "icon" emits-change
.IconName property s "Slack1_4" emits-change
.IconThemePath property s "/tmp/.org.chromium.Chromium.1WvC9C" emits-change
.Id property s "Slack1" emits-change
.Menu property o "/org/ayatana/NotificationItem/Slack1/M… emits-change
.Status property s "Active" emits-change
.Title property s "slack" emits-change
.XAyatanaLabel property s "" emits-change
.XAyatanaLabelGuide property s "" emits-change
.XAyatanaOrderingIndex property u 0 emits-change
.NewAttentionIcon signal - - -
.NewIcon signal - - -
.NewIconThemePath signal s - -
.NewStatus signal s - -
.NewTitle signal - - -
.XAyatanaNewLabel signal ss - -
In the IconThemePath directory there's actually an image Slack1_4.png, though. And it does appear to be drawn in the traybar. Is this simply logged before a successful fallback?
The text was updated successfully, but these errors were encountered:
Please fill out the following:
Sway Version:
sway version 1.7
(Fedora 36)Description:
Similar to Dropbox daemon errors under Sway #4185, I get this logged every time Slack changes tray icon (all read/unread channel/unread DM):
[ERROR] [swaybar/tray/item.c:127] :1.33768/org/ayatana/NotificationItem/Slack1 IconPixmap: No such property “IconPixmap”
Following the troubleshooting steps in that issue
busctl
gives this:busctl --user get-property :1.33768 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem IconThemePath s "/tmp/.org.chromium.Chromium.1WvC9C"
Introspection yields this:
In the
IconThemePath
directory there's actually an imageSlack1_4.png
, though. And it does appear to be drawn in the traybar. Is this simply logged before a successful fallback?The text was updated successfully, but these errors were encountered: