Author: pierre
Date: Sun Aug 27 13:10:37 2017
New Revision: 19115

Log:
Fix epiphany dependencies, and icedteaweb instructions

Modified:
   trunk/BOOK/xsoft/graphweb/epiphany.xml
   trunk/BOOK/xsoft/other/icedtea-web.xml

Modified: trunk/BOOK/xsoft/graphweb/epiphany.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/epiphany.xml      Sun Aug 27 09:44:01 2017        
(r19114)
+++ trunk/BOOK/xsoft/graphweb/epiphany.xml      Sun Aug 27 13:10:37 2017        
(r19115)
@@ -77,10 +77,12 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="avahi"/>,
+<!-- zeroconf support has been removed: see NEWS file
+      <xref linkend="avahi"/>,-->
       <xref linkend="gcr"/>,
       <xref linkend="gnome-desktop"/>,
       <xref linkend="iso-codes"/>,
+      <xref linkend="json-glib"/>,
       <xref linkend="libnotify"/>,
       <xref linkend="libwnck"/>, and
       <xref linkend="webkitgtk"/>
@@ -93,7 +95,8 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="lsb-release"/>
+      <xref linkend="lsb-release"/> and
+      <ulink 
url="https://github.com/GNOME/libhttpseverywhere";>libhttpseverywhere</ulink>
     </para>
 
     <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>

Modified: trunk/BOOK/xsoft/other/icedtea-web.xml
==============================================================================
--- trunk/BOOK/xsoft/other/icedtea-web.xml      Sun Aug 27 09:44:01 2017        
(r19114)
+++ trunk/BOOK/xsoft/other/icedtea-web.xml      Sun Aug 27 13:10:37 2017        
(r19115)
@@ -138,9 +138,11 @@
     <title>Configuration Information</title>
 
     <para>As the <systemitem class="username">root</systemitem> user, create a
-    symbolic link to the plugin from your browser(s) plugins directory:</para>
+    symbolic link to the plugin from your browser(s) plugins directory.
+    For example, for <xref linkend="seamonkey"/>:</para>
 
-<screen role="root"><userinput>ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so 
/usr/lib/mozilla/plugins/</userinput></screen>
+<screen role="root"><userinput>install -dm755 /usr/lib/mozilla/plugins 
&amp;&amp;
+ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so 
/usr/lib/mozilla/plugins/</userinput></screen>
 
     <important>
       <para>The plugin must be a symlink for it to work. If not, the browsers
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to