Merge the following from the English version:
1.84 -> 1.87 handbook/desktop/chapter.sgml Submitted by: Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org> References: [doc-jp-work 1964]
This commit is contained in:
parent
22aa2e5f60
commit
c492289ec3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34455
1 changed files with 28 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD Japanese Documentation Project
|
The FreeBSD Japanese Documentation Project
|
||||||
|
|
||||||
Original revision: 1.84
|
Original revision: 1.87
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -263,17 +263,40 @@
|
||||||
この wrapper は、&adobe; &acrobat; プラグインや
|
この wrapper は、&adobe; &acrobat; プラグインや
|
||||||
&realplayer プラグインなどにも対応しています。</para>
|
&realplayer プラグインなどにも対応しています。</para>
|
||||||
|
|
||||||
<para><filename role="package">www/nspluginwrapper</filename> port をインストールします。
|
<warning>
|
||||||
この port は、<filename role="package">emulators/linux_base</filename>
|
<para>以下では最近の -STABLE ブランチである &os; 7.1-RELEASE 以降に、
|
||||||
|
&flash; 9.X をインストールする方法について説明します。
|
||||||
|
古い &os; を使っていて問題に遭遇した場合には、
|
||||||
|
かわりに <filename role="package">www/linux-flashplugin7</filename>
|
||||||
|
をインストールし、
|
||||||
|
以下の &man.linprocfs.5; に関する説明は飛ばしてください。</para>
|
||||||
|
</warning>
|
||||||
|
|
||||||
|
<para><filename role="package">www/nspluginwrapper</filename> port
|
||||||
|
をインストールします。
|
||||||
|
この port は、<filename role="package">emulators/linux_base-fc4</filename>
|
||||||
という大きな port を必要とします。</para>
|
という大きな port を必要とします。</para>
|
||||||
|
|
||||||
<para>次に、<filename role="package">www/linux-flashplugin7</filename>
|
<para>次に、<filename role="package">www/linux-flashplugin9</filename>
|
||||||
port をインストールしてください。
|
port をインストールします。
|
||||||
port をインストールしたら、各ユーザごとに <command>nspluginwrapper</command>
|
port をインストールしたら、各ユーザごとに <command>nspluginwrapper</command>
|
||||||
を使ってプラグインをインストールしてください。</para>
|
を使ってプラグインをインストールしてください。</para>
|
||||||
|
|
||||||
<screen>&prompt.user; <userinput>nspluginwrapper -v -a -i</userinput></screen>
|
<screen>&prompt.user; <userinput>nspluginwrapper -v -a -i</userinput></screen>
|
||||||
|
|
||||||
|
<para>&flash; アニメーションを再生したいのであれば、
|
||||||
|
&linux; プロセスファイルシステム &man.linprocfs.5; を
|
||||||
|
<filename class="directory">/usr/compat/linux/proc</filename>
|
||||||
|
にマウントする必要があります。
|
||||||
|
以下のコマンドでマウントしてください。</para>
|
||||||
|
|
||||||
|
<screen>&prompt.root; <userinput>mount -t linprocfs linproc /usr/compat/linux/proc</userinput></screen>
|
||||||
|
|
||||||
|
<para><filename>/etc/fstab</filename> に以下の行を追加すると、
|
||||||
|
起動時に自動的にマウントされます。</para>
|
||||||
|
|
||||||
|
<programlisting>linproc /usr/compat/linux/proc linprocfs rw 0 0</programlisting>
|
||||||
|
|
||||||
<para>その後、ブラウザを起動し、
|
<para>その後、ブラウザを起動し、
|
||||||
ロケーションバーに <literal>about:plugins</literal> と入力して
|
ロケーションバーに <literal>about:plugins</literal> と入力して
|
||||||
<keycap>Enter</keycap> を押してください。
|
<keycap>Enter</keycap> を押してください。
|
||||||
|
|
Loading…
Reference in a new issue