1
Flash Player 7 for Linux
ノートPCの sarge でも自宅の sid でも出る現象なのだが、Firefox 上で Flash の再生をすると、約 3,4割程度の確率でブラウザの再描画が出来なくなってしまう。解決には Firefox を強制終了して再起動するしかない。拡張機能の FlashBlock と TMP の Crash Recovery が無ければ Flash plugin 自体を消してしまいたくなるような状態だ。
2
Linux 用 Flash Player 8, 9 は何故出ないのか
そもそも Linux 用 Flash Player は世が 9.x になっている今でも 7.x のまま。最近は 7.x 用の security update が出たし、全く使えないよりはましなのだが。IRC で教えてもらった話では
A major problem has been that the plugin wants to find libstdc++.so.6. Certain older Linux systems that we are trying to support only have libstdc++.so.5. This is not something we can plausibly dynamically load at runtime as in the case of libasound.so.2. This is why I wanted to know how to statically link libstdc++.so.6 with the main binary-- larger distro range.Penguin.SWF: What's So Difficult?
と言う事情があるらしく、このあたりは OpenSource に出来ない binary 配布の辛い所かもしれない。