Created attachment 127786 [details] Application Launcher SUMMARY I have this problem on Wayland where the application launcher, notifications and KRunner appear in wrong places (see screenshots). I always had this issue on Wayland with all previous Plasma releases. I tried creating a completely new user but didn't help. X11 works as expected. STEPS TO REPRODUCE 1. Login to KDE Plasma Wayland 2. Open Application Launcher/KRunner/Notification OBSERVED RESULT App.launcher/KRunner/notifications appear in wrong locations (see screenshots). EXPECTED RESULT App.launcher should appear in lower left corner, KRunner in center upper edge, notifications in lower right corner. SOFTWARE/OS VERSIONS Linux: 5.6.2 KDE Plasma Version: 5.18.3 KDE Frameworks Version: 5.69.0 Qt Version: 5.14.1 ADDITIONAL INFORMATION Lenovo Ideapad laptop with Intel HD Graphics 530.
Created attachment 127787 [details] KRunner
Created attachment 127788 [details] Notification
Please confirm kwayland-integration is installed on your system if so please attach the output of WAYLAND_DEBUG=1 krunner --replace from a konsole then starting krunner
Created attachment 127789 [details] Output from KRunner KWayland-integration is installed.
We can see krunner calling org_kde_plasma_surface@28.set_skip_taskbar(1) which means it's created the right interface and is bound to it correctly Yet it's not doing any moves. We can also see your panel in the right place, which means that code is working in other parts of your system. It means the bug is definitely client side, but no real indication of what.
Ok. Any further troubleshooting I can do?
I figured out that the cause was kwayland being built after plasma-framework, and plasma-framework thus not having wayland support.