Главная страница


ru.unix

 
 - RU.UNIX ----------------------------------------------------------------------
 From : Serg Oskin                           2:5020/20      21 Jun 2001  15:45:33
 To : Denis Shaposhnikov
 Subject : Re: netscape-wrapper for mozilla
 -------------------------------------------------------------------------------- 
 
 .RFC-X-Complaints-To: news@spider.ncc.macomnet.ru
 .RFC-NNTP-Posting-Date: 21 Jun 2001 11:45:31 GMT
 
 >>>>> "DS" == Denis Shaposhnikov writes:
 
  DS> Существует ли для mozilla'ы аналог netscape-wrapper?
 
  DS> [dsh@neva dsh]$ pkg_info -d netscape-wrapper-2000.07.07
  DS> Information for netscape-wrapper-2000.07.07:
 
  DS> Description:
  DS> Netscape Wrapper
  DS>         (c) 1998,1999 Dave Cinege, H. Peter Anvin, and Red Hat, Inc.
  DS>             2000 Akinori MUSHA <knu@FreeBSD.org>, modified for FreeBSD.
 
  DS> This wrapper first attempts to open the option in a running
  DS> netscape. If no netscape is running, one is executed with the option
  DS> as the starting window.
 
  DS> The command line options are extended to allow opening New Messages
  DS> window, Messenger Mailbox, Collabra Disscussions, Composer, and so on.
 
  DS> Т.е., если mozilla еще не запущена, запускает. Если уже запущена -
  DS> открывает новое окно.
 
 Может это попроще будет:
 
 #!/bin/sh
 STARTPAGE=file://$HOME/.mozilla/default/bookmarks.html
 MOZZILA=/usr/bin/mozilla
 if ! $MOZZILA -remote "openURL(${1:-$STARTPAGE},new-window)" ; then
         $MOZZILA ${1:-$STARTPAGE} &
 fi
 
 Подробности здесь: mozilla --help :)
 
 -- 
   Serg (mailto:oskin@macomnet.ru http://www.macomnet.ru/~oskin/).
 ~
 ~
 :q!
 --- ifmail v.2.14.os-p7
  * Origin: Macomnet (2:5020/20@fidonet)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 netscape-wrapper for mozilla   Denis Shaposhnikov   21 Jun 2001 14:36:51 
 Re: netscape-wrapper for mozilla   Serg Oskin   21 Jun 2001 15:45:33 
Архивное /ru.unix/12069de5b14c1.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional