Summary: | [wayland] VNC connections do not work | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | emelenas |
Component: | VNC | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | aacid, aleixpol, azrdev, emelenas, mundolibre, qydwhotmail, richts |
Priority: | NOR | Keywords: | wayland-only |
Version: | 20.12.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/krdc/commit/17a78f278bbbca49cd5bf12badfacca2171a9387 | Version Fixed In: | |
Sentry Crash Report: |
Description
emelenas
2021-05-05 18:03:28 UTC
you're on fedora so i guess you're on wayland? (In reply to Albert Astals Cid from comment #1) > you're on fedora so i guess you're on wayland? That is correct, first time ever and all sorts of problems *** Bug 434908 has been marked as a duplicate of this bug. *** You can try running it under xwayland with QT_QPA_PLATFORM=xcb and then see if it's a wayland-specific issue. Would you perhaps explain where that setting is to be inserted? My configuration files? KDE's? Plasma's? Many thanks. (In reply to Aleix Pol from comment #4) > You can try running it under xwayland with QT_QPA_PLATFORM=xcb and then see > if it's a wayland-specific issue. I can confirm when launching krdc with QT_QPA_PLATFORM=xcb the problem *does not* occur. Linux/KDE Plasma: ArchLinux KDE Plasma Version: 5.22.1 KDE Frameworks Version: 5.83.0 Qt Version: 5.15.2 Launching krdc with QT_QPA_PLATFORM=xcb the problem *does NOT* occur. In case is useful, Remmina doesn't have this problem and works well under wayland I also have very bad lag and only partial screen updates with vnc when on wayland. QT_QPA_PLATFORM=xcb fixes this. krdc 22.04.3-1 on archlinux. A possibly relevant merge request was started @ https://invent.kde.org/network/krdc/-/merge_requests/38 Git commit 0f2e5ad4864ac3e52ea5c7a5b54bbbb43b3dd6ad by Aleix Pol. Committed on 29/07/2022 at 10:57. Pushed by apol into branch 'master'. MainWindow: Remove workarounds for QX11EmbedContainer QX11EmbedContainer is not around anymore and this breaks on Wayland. M +0 -3 mainwindow.cpp https://invent.kde.org/network/krdc/commit/0f2e5ad4864ac3e52ea5c7a5b54bbbb43b3dd6ad Git commit 17a78f278bbbca49cd5bf12badfacca2171a9387 by Aleix Pol. Committed on 29/07/2022 at 11:31. Pushed by apol into branch 'release/22.08'. MainWindow: Remove workarounds for QX11EmbedContainer QX11EmbedContainer is not around anymore and this breaks on Wayland. M +0 -3 mainwindow.cpp https://invent.kde.org/network/krdc/commit/17a78f278bbbca49cd5bf12badfacca2171a9387 |