https://bugs.kde.org/show_bug.cgi?id=425315
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |fd9bedc7d76bd7c8987acf62526 | |5eb4cdefb9aff Status|ASSIGNED |RESOLVED Version Fixed In| |5.27 Resolution|--- |FIXED --- Comment #64 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit fd9bedc7d76bd7c8987acf625265eb4cdefb9aff by David Edmundson, on behalf of David Redondo. Committed on 07/02/2023 at 16:31. Pushed by ngraham into branch 'master'. StatusNotifierWatcher: Always claim there is a StatusNotifierHost This is of course conceptually wrong. But toolkits may have to provide a static check if the system tray is available or to switch the used backend at startup. This includes for example Qt (when not using our platform theme) or Electron. Pragmatically it makes no difference on Plasma as any Xembed fallback would also not show up in a non-existent system tray. The applications just make one DBus call more if the setup of the user doesn't include any system tray. FIXED-IN:5.27 M +1 -14 statusnotifierwatcher/statusnotifierwatcher.cpp M +1 -2 statusnotifierwatcher/statusnotifierwatcher.h https://invent.kde.org/plasma/plasma-workspace/commit/fd9bedc7d76bd7c8987acf625265eb4cdefb9aff -- You are receiving this mail because: You are watching all bug changes.