Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack causes traybar icon errors #7459

Open
carlpett opened this issue Feb 18, 2023 · 0 comments
Open

Slack causes traybar icon errors #7459

carlpett opened this issue Feb 18, 2023 · 0 comments
Labels
bug Not working as intended

Comments

@carlpett
Copy link

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:

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?

@carlpett carlpett added the bug Not working as intended label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

1 participant