You are not logged in.
Just now I updated the Arch system, and now can't connect remotely using krfb. The system has KDE Plasma.
i get the error on my VNC client:
Protocol error: bad desktop size 0x0Any ideas?
Last edited by korimitsu (2025-06-22 00:52:23)
Offline
Fixed it by installing:
$ sudo pacman -S plasma-x11-session kwin-x11
warning: plasma-x11-session-6.4.0-4 is up to date -- reinstalling
warning: kwin-x11-6.4.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (2) kwin-x11-6.4.0-1 plasma-x11-session-6.4.0-4
Total Installed Size: 24.81 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Then logout and in sddm change from Plasma (Wayland) to Plasma (X11).
Offline
https://archlinux.org/news/plasma-640-w … re-on-x11/ but the output there was the "installation" was actually inert?
(Or is that an artifact from a second call to produce the output for the post?)
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online
I was not in X11, I was in Wayland, the problem is that after the update Wayland switched from XCB to PipeWire, and the newer one has serious bugs.
Offline
I understand that you likely ran into a wayland session, leading to your vnc problem - the comment was about
warning: plasma-x11-session-6.4.0-4 is up to date -- reinstalling
warning: kwin-x11-6.4.0-1 is up to date -- reinstallingFwwi, xcb is an asynchronous implementation of the X11 protocol that has substituted resp. now functions as base of Xlib. Pipewire is a userspace audio daemon and media dispatcher.
These things aren't related to each other at all and also not to your initial problem.
Online
plasma-x11-session-6.4.0-4 and kwin-x11-6.4.0-1 were not installed when I ran into the issue, I pasted the code afterwards to demonstrate which versions I have.
What's the root cause of the issue then?
Offline
What's the root cause of the issue then?
Works w/ the X11 session, doesn't w/ the wayland session?
https://bbs.archlinux.org/viewtopic.php?id=300882
https://bugs.kde.org/show_bug.cgi?id=454036
Online