https://bugs.kde.org/show_bug.cgi?id=469755
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |CONFIRMED Summary|Update Icon (System tray) |DiscoverNotifier can launch |not showing anymore |when SNI is not running Ever confirmed|0 |1 Resolution|WAITINGFORINFO |--- --- Comment #17 from Nate Graham <n...@kde.org> --- Aha, that's helpful, thanks. > env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and > XDG_CURRENT_DESKTOP So DiscoverNotifier is launching before SNI is up, ok. We're in this code: https://invent.kde.org/frameworks/knotifications/-/blob/master/src/kstatusnotifieritem.cpp#L975 The Notifier's .desktop file says: > X-KDE-autostart-phase=1 So the options for what could be happening are: - SNI is launched in phase 1 and they race - SNI launches using a different system that doesn't respect these phases and they race - SNI is not running at all Still trying to figure it out. -- You are receiving this mail because: You are watching all bug changes.