Closed oHaiyang closed 5 years ago
sway/wlroots has probably been compiled without RDP support. Can you cat /usr/include/wlr/config.h
?
looks that's the problem, thanks!
$ cat /usr/include/wlr/config.h
#ifndef WLR_CONFIG_H
#define WLR_CONFIG_H
#define WLR_HAS_LIBCAP 1
#define WLR_HAS_SYSTEMD 1
#define WLR_HAS_ELOGIND 0
#define WLR_HAS_X11_BACKEND 1
#define WLR_HAS_RDP_BACKEND 0
#define WLR_HAS_XWAYLAND 1
#define WLR_HAS_XCB_ERRORS 1
#define WLR_HAS_XCB_ICCCM 1
#endif
Failed to start sway with WRL_BAKENDS set to
rdp