-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Status Notifier support for tray icon #1094
Comments
I believe this should work as Tauon uses libappindicator which uses StatusNotifier. When you say a gear appears is that Tauons trap applet just without the icon? Or is it not appearing at all? |
I can see icon, but it gear icon instead. Right click context menu works. |
Afaik it works in Gnome and KDE, so it's something about Budgies implementation that is different. Could be a bug in Tauon still, not sure. |
I am not sure, I asked Budgie devs about it. And it's not only tauon, some other apps too. |
maybe it can't find the tauon (flatpak) icon path location |
Looks like Status Notifier doesn't allow a full path to the icon. |
That's probably it. Maybe gnome and KDE break that spec, cause I'm pretty sure this works on wayland for those. So either sending the icon over dbus, or installing named icons? could be a solution here. Probably the former would be best. |
does this mean sending the image data?
I was told either of those should probably work |
Yes I assume sending the pixel data is the propper way, what Tauon is doing with fullpaths to the user data folder is hack. |
So could you add this "sending the icon over dbus" method? |
I'll add it to the Todo list, though anyone else is welcome to attempt a PR. |
thanks |
I created issue for Budgie, so maybe we will see some workaround on Budgie side.. |
Update from Budgie side:
|
This could possibly be resolved by implementing #1316 |
Some time ago Budgie DE adopted Status Notifier system for tray icons:
https://buddiesofbudgie.org/blog/state-of-the-budgie-2023
Because of this Tauon tray icon is no longer visible in the tray and ⚙️ icon is showed instead.
Could you add support of Status Notifier specification?
The text was updated successfully, but these errors were encountered: