https://bugzilla.xfce.org/show_bug.cgi?id=16763
--- Comment #8 from Melroy <[email protected]> --- Hey Guido! I'm using Linux (Ubuntu 20) which is shipped with XFCE v4.14 by default. I'm maybe not able to solve it. But I', able to give you a full reproduction scenario by using a Docker! Check it out yourself if you are able to run docker images and install any Spice Client (like the remote-viewer command, install the virt-viewer package). 1. First pull the image: docker pull danger89/xfcevdi:2.0 2. Start the container: docker run --shm-size 2g -it -p 5900:5900 -p 8080:8080 -p 5959:5959 danger89/xfcevdi:2.0 3. Open connect via Spice client like: remote-viewer spice://localhost:5900 4. Enter the password, which is: "password" (very secure :P) 5. You are in! More info check-out: https://hub.docker.com/r/danger89/xfcevdi And sources: https://github.com/danger89/XFCEVDI Note: You have sudo rights within this docker container, you can install whatever you like. For example xed or something. You will notice that all arrows key work, except the up arrow key. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
