Created attachment 142620 [details] top left: with only remaining entry becoming invisible (here: hiding the battery monitor widget by plugging in the charger) makes the triangle disappear as well. SUMMARY When there are no currently shown entries in the System Tray widget, the triangle to open the Status and Notifications popout disappears as well, so that it can no longer be accessed. STEPS TO REPRODUCE 1. Have the system tray widget in the panel but no system tray entries currently shown. E.g. as seen in the attached screencast, where the battery monitor entry is set to shown when relevant and becomes hidden when plugging in the charger. OBSERVED RESULT The triangle to open the system tray window disappears. EXPECTED RESULT The triangle to open the system tray window stays. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.23.0 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2 Kernel Version: 5.14.12-arch1-1 (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz Memory: 15.5 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 620 ADDITIONAL INFORMATION The issue occurred after upgrading to Plasma 5.23 from 5.22.
Code says: ExpanderArrow { id: expander Layout.fillWidth: vertical Layout.fillHeight: !vertical Layout.alignment: vertical ? Qt.AlignVCenter : Qt.AlignHCenter iconSize: tasksGrid.itemSize visible: root.hiddenLayout.itemCount > 0 } root.hiddenLayout is the popup window's view. Is there also nothing in the popup when it disappears?
(In reply to Nate Graham from comment #1) > Code says: > > ExpanderArrow { > id: expander > Layout.fillWidth: vertical > Layout.fillHeight: !vertical > Layout.alignment: vertical ? Qt.AlignVCenter : Qt.AlignHCenter > iconSize: tasksGrid.itemSize > visible: root.hiddenLayout.itemCount > 0 > } > > > root.hiddenLayout is the popup window's view. Is there also nothing in the > popup when it disappears? No, the popout and its contents remain intact.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
While removing and readding the system tray widget didn't help, setting up the whole panel anew did, so the problem has resolved itself for me. (Don't know if the issue should remain open anyway in case you still want to look into what triggers this bug.)
This happens to me in KDE Plasma 5.23.3 only when changing "Panel icon size" to "Scale with Panel Height" in the System Tray settings, if I use "Small" it doesn't happen.
In file: /usr/share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml can you comment line 200: // iconSize: tasksGrid.itemSize or change it to: iconSize: PlasmaCore.Units.iconSizes.smallMedium Does it fix the problem?
.
I can no longer reproduce the issue, not by what Cristóbal Veas is describing either.
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!