actiona icon indicating copy to clipboard operation
actiona copied to clipboard

Actiona wont run properly Linux VM

Open highfillgoods opened this issue 1 year ago • 2 comments

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.

highfillgoods avatar Dec 08 '23 06:12 highfillgoods

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?

Jmgr avatar Dec 29 '23 22:12 Jmgr

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

highfillgoods avatar Jan 07 '24 18:01 highfillgoods