Navigation
Artikel
Stuff
RSS Feeds
|
Tutorials - Mehrere Mozilla-FensterSprachenübersicht/Betriebssysteme/Linux/Internet & Netzwerk Keywords: Slackware 10.0 Mozilla mehrere Fenster InhaltsverzeichnisMehrere Mozilla-Fenster unter Slackware 10.0 und KDE3.x Top
Problem Top
Scripte Top
Hinweis: Diese Eingaben sollten als root getätigt werden.
Code: mozilla.sh: #!/bin/bash # /opt/scripts/mozilla.sh if /usr/bin/mozilla -remote "ping()" ; then /usr/bin/mozilla -remote "openURL($1,new-tab)" #oder statt new-tab new-window else /usr/bin/mozilla $1 fi
Code: mozilla-mail.sh: #!/bin/bash # /opt/scripts/mozilla-mail.sh if /usr/bin/mozilla -remote "ping()" ; then /usr/bin/mozilla -remote "xfeDoCommand(openInbox)" else /usr/bin/mozilla -mail fi
KDE-Einstellungen Top
Schlusswort Top
Gibt es noch irgendwelche Fragen, oder wollen Sie über den Artikel diskutieren? Sprachenübersicht/Betriebssysteme/Linux/Internet & Netzwerk/Mehrere Mozilla-Fenster |