Clicking at system tray on panel does not open anything

Clicking at any icon on the system tray or at the system tray itself does not open the relevant dialog/window.
image
image
image
Using wayland

So, the repro is that you click - the systray arrow turns down, but no widget. You click again, arrow turns up. Same with clicking on a specific icon (only that icon is highlighted and arrow turns down) as well as clicking on the arrow (everything is highlighted and arrow turns down).

There’s no window there to hide the widget, just the desktop background, but no widget?

I’m can guess that the widget window appears, but somewhere off screen. To check that - open the kwin debug console (just type that at a krunner prompt and it will offer to launch it for you), then open the “Wayland Windows” category and try to open the system tray. You should see one or two new “plasmashell KWin::XdgTopLevelWindow” things appear in the list (one is for the tool tip and the other for the actual widget).

If you do get that, then that means we just need to find where the widget does open.

1 Like

I do get it
Before:
image

After clicking:
image

Resizing that little gray semicircle part (image) that I got when clicking on the tray brought back the widget.

:v: If this repeats, I suggest opening a bug report in bugs.kde.org.

This is 485456 – System Tray popup does not show on desktop, JFYI. Qt 6.7 appears to have broken something.

This bug was introduced in Arch April ISO. We were able to isolate the bug in the Fedora Rawhide F41 ISO (kde-live offline):

It occurs when disabling the floating switch. All System Tray entries are not responding after.

Deleting the panel and replace it with the default one removes the bug once and for all.