You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(trayicon): wait for system tray availability on startup
On some desktop environments (e.g. KDE Plasma), autostart programs
launch before the system tray/panel is loaded. aw-qt would immediately
exit with an error in this case.
Now polls for up to 30 seconds with Qt event processing, giving the
desktop environment time to initialize its system tray. Falls back to
the original error if the tray never becomes available.
Fixes#97
0 commit comments