JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 26.11.2017, 18:11
plaintext plaintext is offline
BugMeNot Account
 
Join Date: Sep 2016
Posts: 241
Default Default Browser macOS Firefox schon offen

Hallo,

ich nutze Safari als Default Browser und will dies auch nicht ändern.

Für JDownloader möchte ich aber den Firefox öffnen. Ich habe folgenden Eintrag für BrowserCaptchaSolver: Browser Commandline gesetzt:

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

Jedoch funktioniert das nicht. Falls Firefox noch nicht offen ist, wird er zwar geöffnet, aber nichts passiert. Falls Firefox schon geöffnet ist, wird eine neue Firefox-Instanz geöffnet und ich erhalte die folgende Fehlermeldung von Firefox

Code:
Eine Firefox-Kopie wird schon ausgeführt. Es können nicht mehrere Firefox-Kopieren gleichzeitig ausgeführt werden.

Ich habe auch schon versucht "app" mit "new-tab" zu ersetzen, was ebenfalls nicht funktioniert hat. Wie kriege ich das zum Laufen?

Last edited by plaintext; 26.11.2017 at 18:14.
Reply With Quote
  #2  
Old 27.11.2017, 14:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

Versuchs mal hiermit
superuser.com/questions/113760/visit-url-in-running-firefox-instance-from-command-line-in-os-x

Code:
["open", "-a", "FireFox","%s"]
oder
[ "/Applications/Firefox.app/Contents/MacOS/firefox", "-url=%s" ]
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 27.11.2017, 19:55
plaintext plaintext is offline
BugMeNot Account
 
Join Date: Sep 2016
Posts: 241
Default

Vielen Dank, der erste Vorschlag

Code:
["open", "-a", "FireFox","%s"]
funktioniert perfekt!
Reply With Quote
  #4  
Old 27.11.2017, 19:57
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

Danke fürs Feedback!
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 02:44.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.