https://bugs.kde.org/show_bug.cgi?id=403596
--- Comment #5 from Ryan <r...@acemail.org> --- (In reply to Ryan from comment #4) > (In reply to David Edmundson from comment #3) > > Oh, that's good news. > > > > Next: > > > > Run > > > > qdbus org.kde.StatusNotifierWatcher /StatusNotifierWatcher > > org.kde.StatusNotifierWatcher.RegisteredStatusNotifierItems > > > > > > That'll give you a list in the form > > > > :1.32/StatusNotifierItem > > > > > > Run > > > > qdbus :1.32 /StatusNotifierItem org.kde.StatusNotifierItem.Title > > qdbus :1.32 /StatusNotifierItem > > org.kde.StatusNotifierItem.AttentionIconName > > qdbus :1.32 /StatusNotifierItem org.kde.StatusNotifierItem.IconName > > qdbus :1.32 /StatusNotifierItem org.kde.StatusNotifierItem.IconTheme > > qdbus :1.32 /StatusNotifierIte > > org.kde.StatusNotifierItem.IconThemePath > > qdbus :1.32 /StatusNotifierIte org.kde.StatusNotifierItem.Status > > > > (where :1.32 and potentially "/StatusNotifierItem" are from that list above. > > ace@grape:~$ qdbus :1.86 /org/ayatana/NotificationItem/Slack1 > org.kde.StatusNotifierItem.Title > slack > ace@grape:~$ qdbus :1.86 /org/ayatana/NotificationItem/Slack1 > org.kde.StatusNotifierItem.AttentionIconName > > ace@grape:~$ qdbus :1.86 /org/ayatana/NotificationItem/Slack1 > org.kde.StatusNotifierItem.IconName > chrome_app_indicator2_8b0f938d131432377066b29db2acc344 > ace@grape:~$ qdbus :1.86 /org/ayatana/NotificationItem/Slack1 > org.kde.StatusNotifierItem.IconTheme > Error: org.freedesktop.DBus.Error.UnknownMethod > No such method 'IconTheme' > ace@grape:~$ qdbus :1.86 /org/ayatana/NotificationItem/Slack1 > org.kde.StatusNotifierItem.IconThemePath > /run/user/1000/snap.slack/.org.chromium.Chromium.kAlzqv/icons > ace@grape:~$ qdbus :1.86 /org/ayatana/NotificationItem/Slack1 > org.kde.StatusNotifierItem.Status Above is the result for my KDE Neon using the snap. Below is the output my Kubuntu 18.04 machine using the PPA: ace@cherry:~$ qdbus :1.1775 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem.Title slack ace@cherry:~$ qdbus :1.1775 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem.AttentionIconName ace@cherry:~$ qdbus :1.1775 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem.IconName chrome_app_indicator2_e349fb9bb0990f3749c2bd64bd1521d3 ace@cherry:~$ qdbus :1.1775 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem.IconTheme Error: org.freedesktop.DBus.Error.UnknownMethod No such method 'IconTheme' ace@cherry:~$ qdbus :1.1775 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem.IconThemePath /tmp/.org.chromium.Chromium.LQtajH/icons ace@cherry:~$ qdbus :1.1775 /org/ayatana/NotificationItem/Slack1 org.kde.StatusNotifierItem.Status Active -- You are receiving this mail because: You are watching all bug changes.