MFen 1.116 -> 1.118
Obtained from: the FreeBSD Dutch Documentation Project
This commit is contained in:
parent
80430a112d
commit
a98555a8f6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37982
1 changed files with 107 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
$FreeBSD$
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
|
||||
%SRCID% 1.116
|
||||
%SRCID% 1.118
|
||||
-->
|
||||
|
||||
<chapter id="desktop">
|
||||
|
@ -63,7 +63,8 @@
|
|||
<listitem>
|
||||
<para>Browsers (zoals <application>Firefox</application>,
|
||||
<application>Opera</application>,
|
||||
<application>Konqueror</application>)</para>
|
||||
<application>Konqueror</application>,
|
||||
<application>Chromium</application>)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -185,6 +186,16 @@
|
|||
|
||||
<entry><application>KDE</application> bibliotheken</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><application>Chromium</application></entry>
|
||||
|
||||
<entry>gemiddeld</entry>
|
||||
|
||||
<entry>gemiddeld</entry>
|
||||
|
||||
<entry><application>Gtk+</application></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
@ -448,6 +459,92 @@
|
|||
op <ulink
|
||||
url="http://freebsd.kde.org/howtos/konqueror-flash.php"></ulink>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Chromium</title>
|
||||
|
||||
<indexterm>
|
||||
<primary><application>Chromium</application></primary>
|
||||
</indexterm>
|
||||
|
||||
<para><application>Chromium</application> is een open-source
|
||||
browserproject dat er op gericht is om een veiligere, snellere en
|
||||
stabielere surfervaring op te bouwen.
|
||||
<application>Chromium</application> biedt surfen met tabbladen, het
|
||||
blokkeren van pop-ups, uitbreidingen en nog veel meer.
|
||||
<application>Chromium</application> is het open-source project waar de
|
||||
browser Google Chrome op is gebaseerd.</para>
|
||||
|
||||
<para><application>Chromium</application> kan als volgt als een pakket
|
||||
worden geïnstalleerd:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r chromium</userinput></screen>
|
||||
|
||||
<para>Als alternatief kan <application>Chromium</application> worden
|
||||
gecompileerd vanuit de broncode door de Portscollectie te
|
||||
gebruiken:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/www/chromium</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para><application>Chromium</application> wordt geïnstalleerd als
|
||||
<filename>/usr/local/bin/chrome</filename>, niet als
|
||||
<filename>/usr/local/bin/chromium</filename>.</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="chromium-java-plugin">
|
||||
<title>Chromium en &java; plugin</title>
|
||||
|
||||
<note>
|
||||
<para>Deze sectie neemt aan dat <application>Chromium</application> al
|
||||
is geïnstalleerd.</para>
|
||||
</note>
|
||||
|
||||
<para>Installeer <application>OpenJDK 6</application> vanuit de
|
||||
Portscollectie:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/java/openjdk6</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Installeer vervolgens <filename
|
||||
role="package">java/icedtea-web</filename> vanuit de
|
||||
Portscollectie:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/java/icedtea-web</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Start <application>Chromium</application> en geef
|
||||
<literal>about:plugins</literal> op in de adresbalk. IcedTea-Web zou
|
||||
genoemd moeten worden als één van de geïnstalleerde
|
||||
plugins.</para>
|
||||
|
||||
<para>Als <application>Chromium</application> de plugin IcedTea-Web niet
|
||||
vermeldt, voer dan de volgende commando's uit en herstart de
|
||||
browser:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mkdir -p /usr/local/share/chromium/plugins</userinput>
|
||||
&prompt.root; <userinput>ln -s /usr/local/lib/IcedTeaPlugin.so \
|
||||
/usr/local/share/chromium/plugins/</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="chromium-flash-plugin">
|
||||
<title>Chromium en &adobe; &flash; plugin</title>
|
||||
|
||||
<note>
|
||||
<para>Deze sectie neemt aan dat <application>Chromium</application> al
|
||||
is geïnstalleerd.</para>
|
||||
</note>
|
||||
|
||||
<para>Het configureren van <application>Chromium</application> en
|
||||
&adobe; &flash; lijkt op de <link
|
||||
linkend="moz-flash-plugin">instructies voor Firefox</link>. Raadpleeg
|
||||
die sectie voor gedetailleerdere instructies en het installeren van
|
||||
&adobe; &flash; op &os;. Er zou geen verdere configuratie nodig
|
||||
moeten zijn, aangezien <application>Chromium</application> sommige
|
||||
plugins van andere browsers kan gebruiken.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="desktop-productivity">
|
||||
|
@ -1260,6 +1357,14 @@
|
|||
<entry><filename role="package">www/firefox</filename></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><application>Chromium</application></entry>
|
||||
|
||||
<entry><literal>chromium</literal></entry>
|
||||
|
||||
<entry><filename role="package">www/chromium</filename></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><application>KOffice</application></entry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue