View Single Post
  #86  
Old 03.12.2017, 01:13
velzy
Guest
 
Posts: n/a
Question

I am on MacOS 10.12.6 trying to get jdownloader to use Opera 49 as opposed to my default browser (Chrome). So far this is the only variation of the Browser Command Line that will launch Opera:

Code:
[ "open", "/Applications/Opera.app", "--args", "%s" ]

The problem is it only works if Opera is not already open. If Opera is closed, jd launches it and takes me to the localhost page for the CAPTCHA. If Opera is already running, I get a blank new tab with no localhost page. It's like the URL wasn't passed.

I saw references in this thread to using this Browser Command Line, but it did not work at all for me:

Code:
[ "/Applications/Opera.app/Contents/MacOS/Opera", "-app=%s" ]

I also didn't have any better success when using the path to the executable inside the Opera package.

Is there anything else I can try? Thanks!
Reply With Quote