Changeset 1528d41


Ignore:
Timestamp:
08/27/2017 08:10:37 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
80ff58ab
Parents:
12cb0eae
Message:

Fix epiphany dependencies, and icedteaweb instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19115 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/epiphany.xml

    r12cb0eae r1528d41  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="avahi"/>,
     80<!-- zeroconf support has been removed: see NEWS file
     81      <xref linkend="avahi"/>,-->
    8182      <xref linkend="gcr"/>,
    8283      <xref linkend="gnome-desktop"/>,
    8384      <xref linkend="iso-codes"/>,
     85      <xref linkend="json-glib"/>,
    8486      <xref linkend="libnotify"/>,
    8587      <xref linkend="libwnck"/>, and
     
    9496    <bridgehead renderas="sect4">Optional</bridgehead>
    9597    <para role="optional">
    96       <xref linkend="lsb-release"/>
     98      <xref linkend="lsb-release"/> and
     99      <ulink url="https://github.com/GNOME/libhttpseverywhere">libhttpseverywhere</ulink>
    97100    </para>
    98101
  • xsoft/other/icedtea-web.xml

    r12cb0eae r1528d41  
    139139
    140140    <para>As the <systemitem class="username">root</systemitem> user, create a
    141     symbolic link to the plugin from your browser(s) plugins directory:</para>
    142 
    143 <screen role="root"><userinput>ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
     141    symbolic link to the plugin from your browser(s) plugins directory.
     142    For example, for <xref linkend="seamonkey"/>:</para>
     143
     144<screen role="root"><userinput>install -dm755 /usr/lib/mozilla/plugins &amp;&amp;
     145ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
    144146
    145147    <important>
Note: See TracChangeset for help on using the changeset viewer.