<div dir="ltr">So from what I gather wayland can run xorg under it right?<div>If I'm running xorg I should be able to run something like x11vnc to connect to that xorg correct?<br></div><div>and run stuff like xdotool on that xorg as well right?</div><div><br></div><div>I'm testing out wayland under a virtualbox vm that I have running under xorg.</div><div>My vm is running Fedora rawhide.</div><div><br></div><div> <br></div><div>echo -e "$(loginctl|grep -v -i SESSION|awk '{print $1}')"|while read session; do<br></div><div><div>loginctl show-session ${session} -p Type</div><div>done</div></div><div><br></div><div>shows</div><div><br></div><div><div>Type=tty</div><div>Type=wayland</div></div><div><br></div><div>Yay I'm running wayland.</div><div><br></div><div>If I run xterm in wayland I can run xdotool to type stuff to it. This didn't work in gnome-terminal</div><div><br></div><div><div>xrandr</div><div>Screen 0: minimum 320 x 200, current 800 x 600, maximum 8192 x 8192</div><div>XWAYLAND0 connected 800x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm</div><div>   800x600       59.86*+</div></div><div><br></div><div><div>/usr/bin/x11vnc -o ~/x11vnc/x11vnc.log -capslock -loop -forever -shared -noxfixes -usepw -passwdfile ~/x11vnc/passwd</div><div><br></div><div> --- x11vnc loop: 1 ---</div><div><br></div><div> --- x11vnc loop: waiting for: 2863</div><div><br></div><div><br></div><div> --- x11vnc loop: sleeping 2000 ms ---</div><div><br></div><div><br></div><div> --- x11vnc loop: 2 ---</div><div><br></div><div> --- x11vnc loop: waiting for: 2864</div><div><br></div><div><br></div><div> --- x11vnc loop: sleeping 2000 ms ---</div></div><div>...</div><div><br></div><div>My goal is to at least see and control a subset of windows with vnc under wayland.</div></div>