My KWIN fork where I work on features like per-output virtual desktops
9763aec020
Currently, plasma window model test fails because the null icon is received after executing the main body of the test. FAIL! : PlasmaWindowModelTest::testVirtualDesktops() '!dataChangedSpy.wait(100)' returned FALSE. () Loc: [/data/projects/src/kwayland-server/autotests/client/test_plasma_window_model.cpp(583)] We can fix the test by waiting for the iconChanged signal to be emitted, but we will need to wait in all tests too. Furthermore, it doesn't make a lot of sense to wait for an icon that was never set. This change makes the compositor send an icon only if there is one. It's a behavioral change, but it shouldn't regress anything because kwin always sets icons via the plasma window management protocol even for apps that have no valid app id. It also makes the api of the PlasmaWindowInterface class more intuitive. |
||
---|---|---|
src/wayland |