Plasma 6.4 and X11 on Arch Linux needs manual intervention
Since KDE Plasma 6.4 was released, it has been ported over to Arch Linux users under the Testing branch with version 6.4.0-1 on the release date. Systems that have this branch configured can now experience KDE Plasma 6.4.
Normally, this version of KDE Plasma 6.4 runs on Wayland. During testing, the Arch Linux team have made an announcement on their official web page regarding support for X11 and KDE Plasma 6.4. They have stated that they had done a recent migration of KWin to two packages:
- kwin-wayland: KDE Window Manager using the modern Wayland protocol
- kwin-x11: KDE Window Manager using the legacy X11 protocol
Unfortunately, this means that those who are running the legacy X11 protocol need to install an additional support package for X11 for the Plasma session, plasma-x11-session
, or they won’t be able to log in the next time the system is restarted.
They have additionally pointed out that Arch’s package manager, Pacman, is currently unable to figure out the personal setup of a user, and stating that “it wouldn’t be ok to install plasma-x11-session and kwin-x11 for every one using Plasma.”
If you are using the X11 version of KDE Plasma, you can use sudo pacman -Syu
and sudo pacman -Sy plasma-x11-session
. We recommend migrating to Wayland as soon as possible.