Hi,
I have implemented a test suite which operates a browser via SeleniumLibrary and Excel via SikuliLibrary, running successfully on a Windows system.
Now I want to get that suite working on a Linux system (Linux Mint in my case). Operating the browser already works fine. But I don't get SikuliLibrary.OpenApplication working. Of course I use LibreOffice instead of Excel, specifying the same application string as "ps -ef" shows, and I even get the application window opened, but the suite hangs after calling OpenApplication, even a sleep directly after that keyword is never executed.
What is the trick for Sikuli on Linux?
Thanks and best regards
Gerhard