Changeset bc82aff


Ignore:
Timestamp:
08/25/2014 01:26:08 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
a90d4b8
Parents:
916079a0
Message:

Check icedtea-web.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14053 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/icedtea-web.xml

    r916079a0 rbc82aff  
    3434    implementation, licensed under GPLV3.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    111111mandb -c /opt/jdk/man</userinput></screen>
    112112
    113     <para>To test the man pages are correctly installed, issue <command>man policyeditor</command> to display the respective man page.</para>
    114 
    115     <para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policyeditor</command>, as <systemitem class="username">root</systemitem> user:</para>
    116 
    117 <screen role="root"><userinput>install -v -Dm0644 itweb-settings.desktop /usr/share/applications/itweb-settings.desktop &amp;&amp;
    118 install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
     113    <para>To test the man pages are correctly installed, issue <command>man
     114    policyeditor</command> to display the respective man page.</para>
     115
     116    <para>If desired, you may install a .desktop file corresponding to an entry
     117    in a desktop menu for <command>policyeditor</command>, as <systemitem
     118    class="username">root</systemitem> user:</para>
     119
     120<screen role="root"><userinput>install -v -Dm644 itweb-settings.desktop /usr/share/applications/itweb-settings.desktop &amp;&amp;
     121install -v -Dm644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
    119122
    120123  </sect2>
     
    139142    symbolic link to the plugin from your browser(s) plugins directory:</para>
    140143
    141 <screen role="root"><userinput>ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
     144<screen role="root"><userinput>ln -sfv ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
    142145
    143146    <important>
Note: See TracChangeset for help on using the changeset viewer.