-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
[BUG] Systray updates #1065
Comments
Could it be because you have set https://elkowar.github.io/eww/widgets.html#systray Does it work if you change it from |
I tried and that's didn't help. As I know it's string with boolean type converts to the boolean under the hood. Also I using string variations in other places and everything is ok. P.S. Sometimes it works. But when it is working most cases it is when you add something into the tray after opening(another words in my case systray just don't restore already opened apps). |
What does happen, then? You say it doesn't work properly. Does something happen? An error message when you type |
Nothing happened, just normal behavior. I can see systray container in gtk devtools, but it has 0 width with no content. It should at least show the nm-applet which is enabled every time after boot/reload. |
I'm experiencing something similar. I have 3 programs that use the systray: nextcloud client, keepassxc and udiskie. Out of those, only nextcloud client shows in the eww systray, but if I enable systray in dusk (fork of dwm), all three show. I'm still testing, trying to figure out what are the differences in the notification of those three and will post my findings later this week. |
Having the same issue here, out of all tray items that I have, only Vesktop shows up. Other apps like KeepassXC, syncthing-tray and cbatticon just don't show up. I'm using Fwiw, Trayer also doesn't show any of the system tray icons |
I have a similar problem on wayland (hyprland). I don't have many applications at hand to test the tray - only |
After a bit more observing, I found that the issue only happens, when apps are started before eww itself is started. It seems to be, that eww needs to probe for already registered tray apps even after it was started. |
I encountered a similar issue with Here's a snippet from my i3 configuration exec_always --no-startup-id /home/fbartelt/.config/eww/launch.sh &
exec --no-startup-id nm-applet --indicator This setup has worked for me after several reboots, but I cannot guarantee it as a 100% solution. |
Like in the case of @fbartelt, it unfortunately does not make any difference for me either whether I start applications before or after |
Checklist before submitting an issue
Description of the bug
Added the systray widget inside the my systembar but it doesn't want to work properly.
Reproducing the issue
Install eww from last master branch. Code below is a simple bar(I commented some unnecessary lines of code).
My setup(if you need anything else let me know):
Expected behaviour
Just common behavior as in other bars.
I checked in pair with polybar and it's working instead of eww's systray.
It doesn't launch on every tries. Also it doesn't restore list of applications after reloading wm.
Additional context
Part of my systembar.
The text was updated successfully, but these errors were encountered: