Former Member
3 years agoNo tray icon in desktop environments lacking app indicator
Electron 22 included a https://github.com/electron/electron/pull/36333 for Tray icons using https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/, with no fallback for desktop environments that do not support it (e.g. i3).
As a result, with 1Password 8.10.0 (Electron/22.0.0), I have no tray icon in i3, but I do with 1Password 8.9.14 (Electron/21.2.2).
More information:
* https://github.com/electron/electron/issues/36602
* https://github.com/electron/electron/pull/36815