Description of problem: kwin_x11 binary is missing from the latest plasma update Version-Release number of selected component (if applicable): I've updated plasma from 6.3.5-2.mga10 to 6.3.91-3.mga10. I'm using X11 as I have some problems with wayland. after the update, when I start my session, I don't have window decoration anymore. It seems that kwin_x11 has been moved to a separate repository. Compiling it and installing it with: git clone https://invent.kde.org/plasma/kwin-x11 mkdir kwin-x11/build cd kwin-x11/build cmake -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DBUILD_PYTHON_BINDINGS=OFF .. cmake --build . -j $(nproc) sudo cp bin/kwin_x11 /usr/bin/ sudo cp plasma-kwin_x11.service /usr/lib/systemd/user/plasma-kwin_x11.service and restarting my session solved my problem. I'm not sure of the flags passe to cmake, I've just pasted some from their CICD.
In addition to Bug 34325, I also encountered this issue after updating tonight. Thank you for providing a workaround solution.
CC: (none) => michael
*** Bug 34322 has been marked as a duplicate of this bug. ***
CC: (none) => stephengermany
kwin-x11-6.3.91-1.mga10 is now available on Cauldron in a while! I'm using plasma + wayland some months ago and it work pretty fine here. Also it is now the kde team choice to use by default Wayland and no more X11 environment. So I think kwin-x11 should installed manually for users who still want to use x11 instead of the default one upstream choice.
CC: (none) => geiger.david68210
Searching for a kwin-x11 package was my first move, unfortunately, it seems that it does not exist anymore and was removed in the previous build: * ven. mai 30 2025 daviddavid <daviddavid> 6.3.91-2.mga10 + Revision: 2187213 - New version 6.3.91 - upstream do not provides anymore the x11 support This package have now to be build from a separate repository https://invent.kde.org/plasma/kwin-x11
Here it is: https://svnweb.mageia.org/packages?view=revision&revision=2187743
In addition to the symptoms mentioned here, my virual desktop widget disappeared from the panel. Guessing/hoping it's the same cause.
CC: (none) => ftg
Updates today solved the problem for me. Although urpmi --auto-update did not find them. Had to manually install. sudo urpmi kwin-x11 Brought in: aurorae lib64kcmkwincommon-x11_6 lib64kwin-x11_6 kwin-x11
Updates landed in mirrors I used, installed with dnf and works fine. Thank you.
Resolution: (none) => FIXEDStatus: NEW => RESOLVED