sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31965
[Bug 1445667] Re: [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+)
** Changed in: sikuli
Status: In Progress => Fix Committed
** Changed in: sikuli
Importance: High => Critical
** Summary changed:
- [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+)
+ [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- fixed 2015-04-24+ (using osascript tell app to activate)
** Description changed:
+ ---- fixed 2015-04-24+ (using osascript tell app to activate)
+
----------- workaround
... for situations, where SikuliX App features crash, do not work as expected or are not available at all:
run AppleScript snippets inline, that do the job:
runScript("applescript tell application ...")
... would internally run the given snippet using osascript.
An example for this specific Mail situation: comment #3
... and using Java 7 seems to help
---------------------------------------------------------
For some reason I can no longer launch applications using App.open anymore with the latest night build.
It executes the code but the application does not actually launch.
ie,
App.open("/Applications/Mail.app")
** Summary changed:
- [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- fixed 2015-04-24+ (using osascript tell app to activate)
+ [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- fixed 2015-04-24+
** Summary changed:
- [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- specific Mac 10.10 problem --- fixed 2015-04-24+
+ [1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work anymore --- also for some other Mac apps --- fixed 2015-04-24+
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1445667
Title:
[1.1.0] OS X 10.10.3 with Java 8: App.open("Mail") doesn't work
anymore --- also for some other Mac apps --- fixed 2015-04-24+
Status in Sikuli:
Fix Committed
Bug description:
---- fixed 2015-04-24+ (using osascript tell app to activate)
----------- workaround
... for situations, where SikuliX App features crash, do not work as expected or are not available at all:
run AppleScript snippets inline, that do the job:
runScript("applescript tell application ...")
... would internally run the given snippet using osascript.
An example for this specific Mail situation: comment #3
... and using Java 7 seems to help
---------------------------------------------------------
For some reason I can no longer launch applications using App.open anymore with the latest night build.
It executes the code but the application does not actually launch.
ie,
App.open("/Applications/Mail.app")
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1445667/+subscriptions
References