Changeset 000d5dc for xsoft


Ignore:
Timestamp:
02/27/2015 01:21:41 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 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, nosym, 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:
02c02d7
Parents:
30ca5349
Message:

thunderbird-31.5.0: rephrase Configuration Information/desktop and
include 'chown -R 0:0 /usr/lib/thunderbird-31.5.0'.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r30ca5349 r000d5dc  
    274274ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>-->
    275275
    276 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK=</userinput></screen>
     276<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
     277chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
    277278
    278279    <para>
     
    285286
    286287<screen role="root"><userinput>make -C thunderbuild install</userinput></screen>
     288
    287289  </sect2>
    288290
     
    361363
    362364    <para>
    363       If you use a desktop environment like <application>GNOME</application> or
    364       <application>KDE</application> you may wish to create a
    365       <filename>thunderbird.desktop</filename> file so that
    366       <application>Thunderbird</application> appears in the panel's menus. If
    367       you didn't enable <application>startup-notification</application> in your
    368       mozconfig then change the StartupNotify line to false. Run the following
    369       commands as the <systemitem class="username">root</systemitem> user:
     365
     366      If you use a desktop environment such as <application>GNOME</application>
     367      or <application>KDE</application>, a desktop file
     368      <filename>thunderbird.desktop</filename> may be created, in order to
     369      include a <quote><application>Thunderbird</application></quote> entry in
     370      the menu. If you didn't enable
     371      <application>startup-notification</application> in your mozconfig, then
     372      change the StartupNotify line to false. Run the following commands as the
     373      <systemitem class="username">root</systemitem> user:
     374
    370375    </para>
    371376
Note: See TracChangeset for help on using the changeset viewer.