← Back to team overview

sikuli-driver team mailing list archive

[Bug 747006] Re: [request] Ubuntu: app.window() returns None - not supported on Linux yet

 

I use Ubuntu 10.10 desktop x86. The line below is the output of "uname
-a".

Linux ubuntu 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:40:58 UTC
2011 i686 GNU/Linux

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

Title:
  [request] Ubuntu: app.window() returns None - not supported on Linux
  yet

Status in Sikuli:
  Confirmed

Bug description:
  Ubuntu      / Sikuli 32Bit
  Ubuntu 10.10 64Bit / Sikuli 64Bit

  only App.open() and App.focus() work
  *****************************************

  app.window()/App.focusedWindow() can return the region of the
  application's window on Mac and Window. However, it returns NONE on
  Ubuntu.

  For instance, the following code results in error on Ubuntu, but works well on Mac and Windows.
  ff = App("firefox")
  wait(3)
  print ff.window().getY()



References