Skip to content

Draft: support:rdp:vnc: Enable remmina build without x11 features

Felix Gerking requested to merge mx6_wayland_remmina_test into kirkstone

Test on imx6: At the moment the remmina does not start, because gtk does not find a valid display for intialization, even when GDK_BACKEND=wayland is set. However, the gtk3-demo works, so maybe there is a minor issue with how remmina initializes GTK. Or a some permission issue: socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 8 connect(8, {sa_family=AF_UNIX, sun_path="/run/wayland-0"}, 17) = -1 EACCES (Permission denied) close(8) = 0

BCS 746-001226

Merge request reports