App class doesn't have metadata after opening

Bug #1967429 reported by Brent Villalobos
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Committed
Critical
RaiMan

Bug Description

This is on CentOS-7 (64 bit) with sikulix v2.0.5 on a Gnome desktop. If you launch an app via the App class, it launches but the App object thinks it failed and most of the methods will fail or provide incorrect information.

Jython 2.7.2 (v2.7.2:925a3cc3b49d, Mar 21 2020, 10:03:58)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java17.0.1
Type "help", "copyright", "credits" or "license" for more information.
>>> from sikuli import *
>>> terminal = App("/bin/gnome-terminal")
>>> terminal.isRunning()
False
>>> terminal.open()
[error] openApp:
offset 0, count -1, length 64
False
>>> terminal.isRunning()
False
>>>

I've tried a few other programs like glxgears and I get the same error.

Revision history for this message
RaiMan (raimund-hocke) wrote :

Tested with the 2.0.6-snapshot: seems to work.

Changed in sikuli:
status: New → Fix Committed
importance: Undecided → High
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 2.0.6
RaiMan (raimund-hocke)
Changed in sikuli:
importance: High → Critical
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.