Changeset 26f6ba36


Ignore:
Timestamp:
10/19/2004 08:41:33 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
769e82a
Parents:
d0a0cd4a
Message:

Rearranged build order in Thunderbird instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd0a0cd4a r26f6ba36  
    1 <!ENTITY day          "18">
     1<!ENTITY day          "19">
    22<!ENTITY month        "10">
    33<!ENTITY year         "2004">
  • introduction/welcome/changelog.xml

    rd0a0cd4a r26f6ba36  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>October 19th, 2004 [randy]: Rearranged build order in
     26Thunderbird instructions to correct a minor build problem.</para></listitem>
    2427
    2528<listitem><para>October 19th, 2004 [larry]: Updated to
  • xsoft/other/thunderbird.xml

    rd0a0cd4a r26f6ba36  
    162162    /opt/thunderbird-&thunderbird-version;/include/thunderbird-&thunderbird-version;/nss &amp;&amp;
    163163chown -R root:root /opt/thunderbird-&thunderbird-version;/include/thunderbird-&thunderbird-version;/nss &amp;&amp;
    164 export CHROME_PATH="/opt/thunderbird-&thunderbird-version;/lib/thunderbird-&thunderbird-version;/chrome" &amp;&amp;
    165 sed -i.orig -e "/cookieContextOverlay/d" \
    166     $CHROME_PATH/overlayinfo/messenger/content/overlays.rdf &amp;&amp;
    167 sed -i.orig -e "/cookieContextOverlay/d" -e "/helpMenuOverlay/d" \
    168     $CHROME_PATH/overlayinfo/communicator/content/overlays.rdf &amp;&amp;
    169 unset CHROME_PATH &amp;&amp;
    170164ln -sf /opt/thunderbird-&thunderbird-version;/bin/thunderbird \
    171165    /usr/bin/MozillaThunderbird</command></userinput></screen>
    172166
    173 <para>Install the <application>Enigmail</application> extension by running
    174 the following commands:</para>
     167<para>If desired, install the <application>Enigmail</application> extension
     168by running the following commands:</para>
    175169
    176170<screen><userinput><command>make -C extensions/ipc install &amp;&amp;
     
    186180touch `find . -name *.rdf`</command></userinput></screen>
    187181
     182<para>There are three overlay definitions which cause menu functionality and 
     183display problems. Remove these definitions with the following commands:</para>
     184
     185<screen><userinput><command>export CHROME_PATH="/opt/thunderbird-&thunderbird-version;/lib/thunderbird-&thunderbird-version;/chrome" &amp;&amp;
     186sed -i.orig -e "/cookieContextOverlay/d" \
     187    $CHROME_PATH/overlayinfo/messenger/content/overlays.rdf &amp;&amp;
     188sed -i.orig -e "/cookieContextOverlay/d" -e "/helpMenuOverlay/d" \
     189    $CHROME_PATH/overlayinfo/communicator/content/overlays.rdf &amp;&amp;
     190unset CHROME_PATH LD_LIBRARY_PATH MOZILLA_FIVE_HOME \
     191    MOZILLA_OFFICIAL BUILD_OFFICIAL MOZ_THUNDERBIRD</command></userinput></screen>
     192
    188193<note><para>You should run
    189194<command>/opt/thunderbird-&thunderbird-version;/bin/thunderbird</command>
     
    196201
    197202<sect2>
    198 <title>Command explanations</title>
    199 
    200 <para><command>sed -i.orig -e "/cookieContextOverlay/d" -e "/helpMenuOverlay/d"
    201 &lt;filenames&gt;</command>: These commands remove some overlay definitions
    202 that cause functionality and display problems.</para>
    203 
    204 </sect2>
    205 
    206 <sect2>
    207203<title>Contents</title>
    208204
Note: See TracChangeset for help on using the changeset viewer.