-
Notifications
You must be signed in to change notification settings - Fork 16
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
Tray icon shows up and crashes on Fedora 37 / Gnome 43 #37
Comments
If you run |
Got the same issue, running gnome-shell (although on Arch). The icon shows up for 1..2 seconds and then goes away.
|
This implies that there's no crash occurring; rather, our implementation of the According to the freedesktop.org version of the SNI spec [1], However, my suspicion is that the problem lies in our implementation of the [1] https://freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem/ |
A quite quick reply :) |
Noticed your code update ('refactored agent.c') and tried it out. Sadly no change w/ respect to the vanishing icon. |
After reproducing the issue in Gnome, I tried changing the type of Commit ad13595 is unrelated. It wouldn't hurt to open a bug on the gnome-shell-extension-appindicator bug tracker, since they might have a better idea of what's going wrong here. With that said, the real problem is the lack of a well-defined, widely adopted tray icon standard. |
While the tray icon itself is useful to see the WiFi status, I use the menu only to open the app. |
iwgtk has no menu, which gnome-shell-extension-appindicator should be able to infer from the |
After some experiments with the code of gnome-shell-extension-appindicator I was able to catch the specific exception that occurs on the start of By accident I found this line: In summary I tend to suggest to close this issue (cannot do it myself as it's not mine). |
Cool, thanks for investigating this. I'd be happy to add a workaround on the iwgtk side, but neither of the prospective solutions that I attempted (making |
I'm using the AppIndicator and KStatusNotifierItem Support extension on Fedora 37 / Gnome 43. The extension works itself works fine, all other apps have no problem showing a tray icon, however, the iwgtk icon only shows up briefly before automatically exiting. I don't see any error messages. The full version of the app works just fine though, so it's only the tray icon that's having the issue.
Any ideas what could be wrong, or any logs that I can submit which might help?
The text was updated successfully, but these errors were encountered: