← Back to team overview

sikuli-driver team mailing list archive

[Question #249279]: App.open() do not open application on Linux

 

New question #249279 on Sikuli:
https://answers.launchpad.net/sikuli/+question/249279

Hi. I have a problem with App.open(). Simple example:
#- This works firefox started 
ff = App("firefox")
ff.open()
#- This doesnt work 
x2g = App(x2goclient)
x2g.open()

Sikuli doesnt crash. It simpli put on log [log] App.open x2goclient(10594) but app do not started.
I dont have this problem with firefox or xterm. Am I doing something wrong?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.