← Back to team overview

sikuli-driver team mailing list archive

[Bug 599955] Re: 0.10.1 openApp on Linux foregrounds apps by default

 

fixed in Sikuli X

** Changed in: sikuli
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/599955

Title:
  0.10.1 openApp on Linux foregrounds apps by default

Status in Sikuli:
  Fix Released

Bug description:
  Sikuli 0.10.1, Ubuntu 32-bit 10.04.

  openApp() more or less works on Linux.  However, the default behavior
  seems to be to open the application in the foreground (current
  thread), preventing the rest of the Sikuli script from running.  My
  interpretation of the OSX examples is that openApp() runs apps in the
  background by default, allowing the Sikuli script to continue.  If
  this were not the case, I suspect the OSX examples would have the same
  problems with openApp() blocking as I do on Linux.

  I've been unable to do things like openApp("appname &") so I have made
  a wrapper script that Sikuli will run in the foreground, but the
  wrapper runs the intended app in the background.