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
When I'm running Cinnamon on my Arch install, the systray icon also has the text "Twitch Indicator" alongside it. From what I've seen, only Cinnamon seems to do this, so at first I was thinking of considering it a Cinnamon issue, but then I realized it's also true that only Twitch Indicator does this to me in Cinnamon.
My best guess is that removing self.set_label("Twitch Indicator") at line 25 in indicator.py would fix it, but I have it installed via AUR and so I'm not even sure how to check that on my end or if that's even a good idea in general.
This occurs while running Cinnamon 6.2.7 on Arch Linux.
EDIT: Adding image of systray area of panel:
The text was updated successfully, but these errors were encountered:
I would gladly reach out to the Cinnamon project if I had more examples of the label being printed to the systray applet (which has no settings) but Discord, streamdeck_ui, OBS, and literally every other program I've used thus far don't show a label there. This puts me between a rock and a hard place.
When I'm running Cinnamon on my Arch install, the systray icon also has the text "Twitch Indicator" alongside it. From what I've seen, only Cinnamon seems to do this, so at first I was thinking of considering it a Cinnamon issue, but then I realized it's also true that only Twitch Indicator does this to me in Cinnamon.
My best guess is that removing
self.set_label("Twitch Indicator")
at line 25 inindicator.py
would fix it, but I have it installed via AUR and so I'm not even sure how to check that on my end or if that's even a good idea in general.This occurs while running Cinnamon 6.2.7 on Arch Linux.
EDIT: Adding image of systray area of panel:
The text was updated successfully, but these errors were encountered: