Skip to content

Instantly share code, notes, and snippets.

@ndinev
ndinev / gist:35bd918c3f10a835fec1f5f2c896a921
Last active June 6, 2021 18:12
Installing prerequests for Sikuli 1.1.3 installation on Ubuntu/Lubuntu 18.04LTS
## Install java8
sudo apt install -y openjdk-8-jre-headless -y
## Solve java error - Run following command from command prompt.
sudo sed -i 's/^assistive_technologies=/#&/' /etc/java-8-openjdk/accessibility.properties
# Or just comment out below line in /etc/java-8-openjdk/accessibility.properties
# assistive_technologies=org.GNOME.Accessibility.AtkWrapper
## Install other standart libs
sudo apt install wmctrl -y