Fail into start Wayland and X11 not show title bar after upgrading from 24.04 to 24.10

Hello,
I tried to upgrade from 24.04 to 24.10, but I could not login from sddm to Plasma Wayland (always at the screen of login).
I could switch into Plasma X11 but there is no title bar and I could not move window, or switch between them.

I try to start Plasma Wayland by switch to Ctrl-F3, run dbus-run-session /usr/bin/startplasma-wayland
But I get an error of:
symbol lookup error: /lib/x86_x64-linux-gnu/libkwin.so.6: undefined symbol: wl_display_set_default_max_buffer_size

and

fusermount3: failed to access mountpoint /run/user/1000/doc: Permission denied
error: fuse init failed: Can’t mount path /run/user/1000/doc

qt.qpa.wayland: “wl-shell” is a deprecated shell extension, prefer using “xdg-shell” if supported by the compositor by setting the environment variable QT_WAYLAND_SHELL_EXTENSION
qt.qpa.wayland: Loading shell integration failed.
qt.qpa.wayland: Attempted to load the following shells QList(“xdg-shell”, “wl-shell”, “ivi-shell”, “qt-shell”)

Thank for any reply.
Thuan

Hi Thuan,

i had the same problem after ugrading opensuse tumbleweed last month.
The Symbol should be defined in libwayland-server.so
You can review with: nm -D <path to library>
In my case, i was using wayland-server from amdgpu repository, which did not contain the symbol.
After removing the amdgpu-package, the wayland-server from my opensuse-distro was used instead. It contains the symbol and luckily kwin works again.
I hope this solves your problem or at least gives you a hint.
Regards, Christian

2 Likes

Thank Christian,
I have reinstalled my kubuntu and it is smoothly running.
Thanks

I had this exact problem when upgrading to 24.10, and then to 25.04.

I not only uninstalled and purged the package, but also removed amdgpu source list files I had under /etc/apt/sources.list.d/

amdgpu-install --uninstall
sudo rm /etc/apt/sources.list.d/amdgpu-proprietary.sources
sudo rm /etc/apt/sources.list.d/amdgpu-proprietary.list.save
sudo rm /etc/apt/sources.list.d/amdgpu.sources
sudo rm /etc/apt/sources.list.d/amdgpu.list.save
sudo apt install --reinstall xserver-xorg-video-amdgpu libgl1-mesa-dri mesa-vulkan-drivers
sudo update-initramfs -u -k all
sudo reboot

Afterwards, I noticed my plasma shell was crashing when running plasmashell --replace.
I fixed this by manually removing incompatible widgets in my desktop that carried over from plasma 5:

nano ~/.config/plasma-org.kde.plasma.desktop-appletsrc
1 Like