-
Notifications
You must be signed in to change notification settings - Fork 864
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 unresponsive #1522
Comments
Possible upstream issue: electron/electron#21576 |
A fix has allegedly been merged into Electron (and backported to older release branches). electron/electron#23674 |
I experience this issue only when using the snap package. The tray icon menu works when using the Debian package. |
I also have the same issue using the snap package on Xubuntu 20.04. This also creates a situation in which I cannot exit the application once I start it. Closing the window has no effect and the notification icon is useless. Please include a way to exit and terminate that doesn't rely on the icon. |
@lidel and/or @rafaelramalho19 - FYI, thanks! |
System : Manjaro / Arch Linux + cinnamon During the last weeks I had strange router chrashes and freeze-ups, spent hours with ISP support, but only after I installed "Net Activity Viewer", I realized that there were still 3 IPFS destops, ~30 ipfs processes running, and 300 open network connections made by IPFS (so it looks like the cheap ISP router could not handle the amount of netcwork connections - of which I was not aware all the time.) Looks like the whole "tray icon issue" is a mess and maintainer of the Arch Linux AUR package already submitted a pull request. |
Correct, Electron team broke tray support by merging Chromium changes, then backed out of them, in the meantime some distros and desktop environments introduced workaround and patches, some did not, tray icon UX and DX in Linux ecosystem is beyond bad right now. We are tracking this already in #1153 (comment) However, I believe the current issue is about separate problem:
I believe Desktop should detect its already running, and show WebUI instead of spawning new instance. I vaguely remember us fixing that in the past, but perhaps the fix was not generic enough? If a Linux user has bandwidth for investigating this, PR or some guidance would be appreciated 🙏 |
I my case it would already help if I could stop the daemon from running / re-starting using the tray icon menu. |
This should be fixed in v0.13.2. |
Describe the bug
The icon tray does not respond to click event
Expected behavior
Context menu should appear
Additional context
Tested on a newly installed ubuntu 20.04, all updated, Gnome 3.36.2
The text was updated successfully, but these errors were encountered: