Question about using keyboard over VNC in kiosk mode and screen share
Hello everyone,
Sorry if this is duplicated, I can see this issue #895 where it is not possible to use the keyboard with RDP in a kiosk shell, when the scree-share is used. Is this also true for VNC? I have this same config over VNC and I can not make my keyboard work. I can also see these messages from weston:
[20:05:08.007] WARNING: multiple seats detected. kiosk-shell can not handle multiple seats!
My weston.ini:
[core]
idle-time=0
shell=kiosk-shell.so
renderer=pixman
modules=screen-share.so
[screen-share]
command=/usr/bin/weston --no-config --backend=vnc-backend.so --shell=fullscreen-shell.so
start-on-startup=true
I tried both weston 13.0.1 and 14.0.1. Any help is appreciated, thank you!