command safari does not exist. using command "open" instead.

This commit is contained in:
meeh
2012-08-11 14:34:20 +00:00
parent 0ea6513e9c
commit 97e469da7b

View File

@@ -114,7 +114,7 @@ public class UrlLauncher {
if (osName.toLowerCase(Locale.US).indexOf("mac") > -1) {
if (osName.toLowerCase(Locale.US).startsWith("mac os x")) {
if (_shellCommand.executeSilentAndWaitTimed("safari " + url, 5))
if (_shellCommand.executeSilentAndWaitTimed("open " + url, 5))
return true;
} else {