The problem:<br>mini thumbnails possibly application controlled<br><br>marco and sebas will work on a mini framework: KF5WindowMetadata<br><br>Interface sketch:<br>org.kde.lwin.thumbnails1  -> exposed by kwin<br> /thumbnails1<br>    register()<br><br><br>client registers to kwin,<br>taskbar asks to kwin a preview for that window id (real id on x11 or fake id on wayland)<br>kwin knows te pid of the app, so asks to that pid the thumbnail of window id, if doesn't answer creates a scaled down screenshot<br><br>probably aiming to a refresh every second at most<br>--<br>Marco Martin