There are no icons in system tray after reboot if widgets are locked. Qt 5.6.1, KF 5.24.0, Plasma 6.6.5. Reproducible: Always Steps to Reproduce: 1. Lock widgets 2. Reboot (no icons in system tray) 3. Unlock widgets 4. Reboot (icons in system tray are fine)
Created attachment 100107 [details] System tray without icons
> Qt 5.6.1, KF 5.24.0, Plasma 6.6.5. Plasma 5.6.5, of course.
similar https://bugs.kde.org/show_bug.cgi?id=365569
does it do that even if on the previous boot was unlocked and did have icons in?
(In reply to Marco Martin from comment #4) > does it do that even if on the previous boot was unlocked and did have icons > in? Yes, with KF 5.24.0 it's simple: locked widgets -> no systray icons, unlocked widgets -> systray icons. I'll try to find which commit to plasma-framework causes such behaviour.
Reverting these 2 commits seems to fix the issue: 1. https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=6f5816fc575927201a1aa9cc1fdb0c75a1a3ab69 2. https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=4f7ead27d659352efd5104af08f94cea079d35a6
*** This bug has been marked as a duplicate of bug 365569 ***