Jmgr / actiona

Cross-platform automation tool
https://actiona.tools
GNU General Public License v3.0
519 stars 65 forks source link

Actiona wont run properly Linux VM #210

Open highfillgoods opened 11 months ago

highfillgoods commented 11 months ago

Not able to run actiona Script in a linux Virtual Box Guest. just a basic Script, doing mouse movements and clicks. Do I need to install an extra mouse driver or keyboard preferences? Scratching my head here.

Jmgr commented 10 months ago

No you should not need that. What you need to make sure though is that your session uses Xorg and not Wayland, as the latter is not compatible with Actiona. What linux distro are you using?

highfillgoods commented 10 months ago

Linux mint 20 host, Kernel: 5.4.0-26-generic guest Linux Mint 21.1 cinnamon x86_64, Kernel: 5.15.0-91-generic

-guest is using X11 not wayland.

$ env | grep -E -i 'x11|xorg|wayland' XDG_SESSION_TYPE=x11