So have this plasmoid. If placed on the desktop it allows controlling a mpd music server and shows a cover picture. You can also click on the title text and it pops up a window giving quick access to the playing queue, picking songs, albums or playlists.
In the plasma 6.6 beta I’m running into this issue now: https://bugs.kde.org/show_bug.cgi?id=515757
The app window is created here: [1]. If I put a Kirigami application in the app window [2] (for page stack, passive notifications, …) it leads to the behavior in the bug report.
- [1] mpd-plasma-widget/package/contents/ui/main.qml at 6.1.2 · Schlaefer/mpd-plasma-widget · GitHub
- [2] mpd-plasma-widget/package/contents/ui/Components/Application/ApplicationWindow.qml at 6.1.2 · Schlaefer/mpd-plasma-widget · GitHub
I thought I figured out a solution, but didn’t. Any suggestions how to proceed?
