[BUG] Linux tray icon disappears after Lock Unlock
sidevesh opened this issue · 2 comments
Describe the bug
The tray icon shows up normally after the app is started,
but then after that if I Lock and Unlock the system then the tray icon disappears,
the app is still running in background and I can see it in the System Monitor,
launching the app again at this point does not bring back the tray icon either since the app is already running,
but killing the app and opening it again brings the tray icon back.
To Reproduce
Steps to reproduce the behavior:
-- Open the app, see the tray icon is there
-- Lock and Unlock the system
-- See tray icon is now not appearing
Expected behavior
-- Tray icon should remain after Lock Unlock
Desktop (please complete the following information):
- OS: Arch Linux, Gnome 45.4, with https://github.com/ubuntu/gnome-shell-extension-appindicator extension to show the tray icons
- Application version: CI build from latest master
@ThePBone Avalonia uses KDE StatusNotifierItem,
I found a similar issue in another app using the same thing and this was their solution zulip/zulip-desktop#922,
does this seem relevant and can something like this be implemented here ?
This does not seem to happen I have noticed when using the flatpak version of the app,
the flatpak version of the app seems to have another issue though where it crashes if you click on the tray icon a few times,
often the second time itself.