How to install mozilla-i686-pc-linux-gnu-1.0rc3-sea.tar.gz
2002.05.25

from:
ftp://ring.aist.go.jp/pub/net/www/mozilla/mozilla/releases/mozilla1.0rc3/
mozilla-i686-pc-linux-gnu-1.0rc3-sea.tar.gz

1.0rc2 をようやっとの思いでインストール出来たら、、、
1.0rc3 が出やがった。
って、事で、さっそくバカッパヤの adsl で落して
インストール。



Preparation
$ mv mozilla-i686-pc-linux-gnu-1.0rc3-sea.tar.gz ~/work/tar-ball/
$ cd ~/work/tar-ball/
$ tar xzvf mozilla-i686-pc-linux-gnu-1.0rc3-sea.tar.gz
Created ./mozilla-installer/

$ cd ./mozilla-installer/
$ ./mozilla-installer
Start Up mozilla installer

Mozilla Installer
  Mozilla Preview Release Read Me
  -> Next
  MOZILLA PUBLIC LICENSE
  -> Accept
  Please select the setup type you wish to install
   -> Navigator
  Destination Directory
   -> /home/jun1/work/tar-ball/mozilla1.0rc3
  Click the button to procced with this installation
   -> Install

for a few minutes
Installation has completed.
Auto load. Start up mozilla 1.0rc3




Optimoz
ジェスチャーマウス
左ドラッグをどうするかで mozilla に何らかの操作をさせる為のソフト。

Down Load and Install
mozdev.org
を開いて、get it を押して、
新しく Software Installation をクリックしたら勝手にインストールされた。
但し、モジラを再起動しないと使えない。
ちなみに、このページはネスケではリンクジャンプがおかしいので、モジラで見ること。
なんか、鶏と卵の状態だね。

やっぱり、ジェスチャーマウスはグッドだよ。
これだけで俺はネスケからモジラに乗り換えてもいいよ。

Function Gesture Movement
+Navigation  
  Forward in History   Right
  Backward in History   Left
  Reload   Up-Down
  Reload (bypass cache)   Up-Down-Up
  Go To Homepage   Down-Up-Right-Down
  (draw a squarish lowercase h)
  New Document   Down
  Duplicate Window   Down-Up
  Up a directory in the URL   Up-Lef-Up
  Close Document
  (window or tab)
  Right-Left-Right or Down-Right
   
+Tabbed Browsing  
  Duplicate Tab Window   Down-Up-Down
  Next Tab Window   Down-Up-Right
  Previous Tab Window   Down-Up-Left
  New Tab Window   Down-Up-Left-Right
  (draw a squarish uppercase T)
   
+Link Drag Over Functions  
  Open Link in New Window   Down starting at or
  drag over link
  Open Link in New Tab   Up starting at or
  drag over link
  Horizontal Stack of Current and New Link   Up starting at or
  drag over link, then Left
  Open All Windows Gestured Over   Any gesture not defined that moves over links and has the finishing move: Right-Up.
  Open All Windows Gestured Over In New Tab   Any gesture not defined that moves over links and has the finishing move: Right-Up-Left.
   
+Miscelaneous  
  View Source   Left-Down-Right-Down-Left (draw a squarish S) Abbreviated version: Up-Right-Down
  View Cookies for Current Domain   Left-Down-Right (draw a squarish C)
  View Meta Information on This Page   Up-Right-Down-Up-Right-Down (draw a squarish M)
  Add bookmark   Down-Right-Down-Left-Up (draw a squarish b, or circle the page you like)


Flash Player の設定
cf:
http://www5a.biglobe.ne.jp/~miyam/linux/e_mozilla.html

Macromedia JP HomePage

落して来たファイルは flush_linux.tar.gz
そのページにはこんなんが書いてあった。

  > バージョン: 5,0,48,0
  > プラットフォーム: Linux
  > ブラウザ: Netscape or Netscape-compatible
  > ファイル サイズ: 560 K
  > 掲載日: 3/27/2002
  > 言語: 英語

flush_linux.tar.gz を展開して出てきたファイルの内
ShockwaveFlash.class, libflashplayer.so

を、~/work/tar-ball/mozilla1.0rc3/plugins/
にコピー。
mozilla を再起動すると使えるようになる。する事なく使えた。


mozilla 0.9.9 まで使っていた flush はこうやって、インストールしていた。

> /usr/lib/netscape/plugins/ShockwaveFlash.class
> /usr/lib/netscape/plugins/libflashplayer.so
> を
> ~/work/tar-ball/mozilla1.0rc3/plugins/

> にコピーしておしまい。
> 再起動すれ^H^H しなくても使えるようになっている。
> 確認は mozilla の [Help] - [about:plug-ins] を見るべし。


JAVA VM
cf:
http://www5a.biglobe.ne.jp/~miyam/linux/e_mozilla.html

mozilla には始めから vm というのが入っていないから x-java-vm も使えないらしい。
自前で用意する必要があるらしい。
上のページによると昔 netscape 用に入れていた
j2sdk-1.3.1-FCS-linux-i386.tar.bz2 が使えそう。

$ mv j2sdk-1.3.1-FCS-linux-i386.tar.bz2 ~/work/tar-ball/
結構、でかかった。

$ tar xzvf j2sdk-1.3.1-FCS-linux-i386.tar.bz2
Created ./j2sdk1.3.1

$ cd ~/work/tar-ball/mozilla1.0rc3/plugins/

$ ln -s /home/jun1/work/tar-ball/j2sdk1.3.1/jre/plugin/i386/mozilla/javaplugin_oji.so .

リンクを張らずにコピーするとエラーになってダメだった。
再起動する事なしに使用可能。


Plugger
cf:
http://fredrik.hubbe.net/plugger.html

midi のベージに行くとプラグインを入れろとうるさい。
でもモジラで使える音楽用のプラグインって、ちゃんと使えるのはないんだよね。
しょうがないから、メッセージが出ないように入れるだけ入れておく。
上のページから
  plugger-4.0-linux-x86-glibc.tar.gz
を落して、展開。

  $ cp ~/work/tar-ball/plugger-4.0/
  $ cp plugger.so ~/work/tar-ball/mozilla1.0rc3/plugins/
  $ su -
  # cp pluggerrc /etc/pluggerrc-4.0
  # cp plugger-4.0 /usr/bin/

音は出ないけど、うるさいメッセージからは解法された。


その他の設定
http://www5a.biglobe.ne.jp/~miyam/linux/e_mozilla.htmlを参考に
~/.mozilla/default/wztmqlro.slt/prefs.js を修正、、、
していたら、思いっきり失敗していた。

裏モジラを見たら prefs.js は修正するな。
やるなら user.js を作って、そっちに書けってさ。
って、事で、user.js を prefs.js と同じディレクトリに作って、そっちに記入。

alt key と ctrl key の入れ換え
http://jt.mozilla.gr.jp/unix/customizing.html
accelキーを(Netscape 4.xのように) altキーに変更する。
user_pref("ui.key.accelKey", 18);
user_pref("ui.key.menuAccessKey", 0);


Sub Menu Delay
サブメニューディレイをかなり長くする。
どこかをクリックするまでメニューは表示されたままになる。
これは、マウスがわずか1ピクセル、メニューから外れたり、メニューと
サブメニューの間をショートカットした時にメニューが非表示になるのを防ぎ、 よりMotifメニューに近い挙動にしてくれる。
user_pref("ui.submenuDelay", 7000);


日本語入力の設定
user_pref("xim.input_style","over-the-spot");
を追加
こうすると便利になるらしい。
多分、ローマ字入力の状態から日本語入力の状態に変わるときにカーソルが消えちゃうのが直るんだと思う。


ポップアップウィンドウの抑制
user_pref("capability.policy.default.Window.open", "noAccess");
かなり便利。
いらないメッセージに限って別ウインドウを開きやがる。
モジラは起動時に時間がかかるから、うざったいんだよね。


最小フォントサイズの設定
usr_pref("font.min-size.variable.ja", 14);
usr_pref("font.min-size.fixed.ja", 14);
mozilla 0.9.8 からこの設定は入れていない。
ってか、入れる必要がなくなった。多分、モジラの初期設定自身が変わったからだと思う。
最初から小さい文字になっている。








戻る