Tasso Evangelista
Tasso Evangelista
By "menu", I assume it's the window's menu bar, right? Can you inform what desktop environment (Gnome, KDE etc.) are you using?
`/allusers`, `/currentuser`, and `/d` options are already present.
I'm surprised that the previous versions worked fine on Xubuntu. According to [Electron docs](https://electronjs.org/docs/api/tray): > When app indicator is used on Linux, the `click` event is ignored. Which is the...
I just confirmed that 2.14.7 was triggering the `click` event. I'm still checking what have changed besides the update from Electron 2 to 4.
Removing `libappindicator3-1` restored the old behavior, but it's a critical dependency for Xubuntu...
https://github.com/electron/electron/issues/14941
Please, let me know if this is still an issue.
I think we are following an Apple guideline: https://developer.apple.com/design/human-interface-guidelines/macos/extensions/menu-bar-extras/ Maybe some work on the menu can make things better?
> If you want to be in line with Apple Guidelines, maybe the solution could be to show preview of few last messages in menu under icon. Then when you...