Hallo,
es handelt sich wirklich um ein Skript. Allerdings hab ich keine Ahnung von Shell-Skripting.
Ich vermute der relevante Teil ist das hier:
MOZ_PROGRAM="/usr/lib/mozilla-firefox/firefox-bin" . . . # If we are trying to use existing instance, and it exists, and we're not having # a -remote command line argument, then open in window or tab accordingly. if [ "${REMOTE}" -eq 0 ] && [ "${TRY_USE_EXIST}" -eq 1 ] && [ "${PING_STATUS}" -eq 0 ]; then # just pass it off if it looks like a url exec_verbose ${MOZ_PROGRAM} -remote "openURL(${opt})" fi
Wie es aussieht, liegst Du also richtig mit -remote.
Ich hoffe das hilft Dir irgendwie weiter.
David
Am Freitag, den 25.02.2005, 16:39 +0100 schrieb Matthias Petermann:
David Seidel wrote:
Hallo,
ich hab das ganze gerade mal in meinem Evolutuion probiert und dort scheint die Variante "firefox %s" zu funktionieren. Auch wenn der Browser bereits offen ist.
Kannst du bitte mal schauen, ob das firefox-Kommando bei dir evtl. ein Alias oder ein Shellscript ist, und wie dieses den Firefox aufruft? Ich vermute fast, dass ich nur eine kleine Option beim Start übergeben müsste - aber welche nur?
Gruß Matthias
Lug-dd maillist - Lug-dd@schlittermann.de http://mailman.schlittermann.de/mailman/listinfo/lug-dd