[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:19360] Please give me an advice about BTS of netscape -remote problem
- From: Tatsuya Maruyama <paz@xxxxxxxxxxxxx>
- Subject: [debian-users:19360] Please give me an advice about BTS of netscape -remote problem
- Date: Sat, 4 Dec 1999 02:39:00 +0900
- X-dispatcher: imput version 980905(IM100)
- X-ml-info: If you have a question, send a mail with the body "# help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 2.2]; post only (only members can post)
- Message-id: <19991204023810L.paz@xxxxxxxxxxxxx>
- X-mail-count: 19360
- X-mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN)
丸山@楓町です。
Netscape Navigator に -remote オプションを付けた時に
エラーが表示される件で気付いたことがあるのでご報告するとともに
BTS に報告するにあたって迷っていることがあるので
アドバイスをいただけないかと思い、質問させていただきます。
完全に私の勘違いだったりするかも知れません。
その場合にはご指摘ください。
バージョン:
$ cat /etc/debian_version
potato
$ uname -a
Linux nekoko 2.2.12 #1 Sun Oct 10 00:20:05 JST 1999 i686 unknown
$ dpkg -l '*' | egrep '^ii.*(netscape|navigator)'
ii navigator-base- 4.6-1 Navigator base support for version 4.6
ii navigator-base- 4.7-14 Navigator base support for version 4.7
ii navigator-smoti 4.6-1 Netscape Navigator 4.6 (static Motif)
ii navigator-smoti 4.7-14 Netscape Navigator 4.7 (static Motif)
ii netscape-base-4 4.61-22 Popular World-Wide-Web browser software (bas
ii netscape-base-4 4.6-1 4.6 base support for netscape
ii netscape-base-4 4.7-14 4.7 base support for netscape
ii netscape-base-j 2.1 Popular World-Wide-Web browser software (Jap
ii netscape-base-j 1 4.7 base support for netscape (Japanese supp
ii netscape-java-4 4.6-9 Netscape Java support for version 4.6
$ which netscape
/usr/bin/X11/netscape
$ file /usr/bin/X11/netscape
/usr/bin/X11/netscape: symbolic link to /etc/alternatives/netscape
$ file /etc/alternatives/netscape
/etc/alternatives/netscape: symbolic link to /usr/lib/netscape/46/navigator/navigator-smotif
すでに Navigator のウィンドウが開いている状態で
netscape -remote で URL を指定して Web ページを表示させようとすると
以下のようなエラーが発生します。
$ netscape -remote 'openurl(http://www.debian.org/)'
/usr/bin/X11/netscape: eval: line 1: syntax error near unexpected token `openurl(h'
/usr/bin/X11/netscape: eval: line 1: `LD_PRELOAD="/usr/lib/netscape/base-4/libnsfix-wcsmbs.so" /usr/lib/netscape/46/navigator/navigator-smotif.real -remote openurl(http://www.debian.org/)'
今まで数ヶ月間「こんなものかな」と思っていたのですが、
先程、openurl() のカッコにバックスラッシュを付けた所、
問題なく動作しました。
$ netscape -remote 'openurl\(http://www.debian.org/\)'
(エラーが出ずに Debian の Web ページが表示される)
この件に関して、BTS の #46833 に
Subject: netscape-base-4: failed with -remote option
というレポートがあるので、フォローしようと思ったのですが、
/var/lib/dpkg/info/*.postinst を調べてみると、
どうやら /usr/X11R6/bin/navigator を作成しているのは
私の環境では navigator-smotif-4{6,7}.postinst のようです。
しかし Netscape Navigator 関連のパッケージは多いので、
本当はどのパッケージの問題なのか、自分では判断できませんでした。
どのように報告してよいのか迷っております。
識者の皆様に何かアドバイスをいただけましたら幸いです。
丸山竜也: paz@xxxxxxxxxxxxx