mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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
This commit is contained in:
parent
30ca534958
commit
000d5dc371
@ -273,7 +273,8 @@ tar -xvf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux
|
||||
-C /usr/lib/thunderbird-&thunderbird-version; -\-strip-components=1 &&
|
||||
ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>-->
|
||||
|
||||
<screen role="root"><userinput>make -f client.mk install INSTALL_SDK=</userinput></screen>
|
||||
<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &&
|
||||
chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
|
||||
|
||||
<para>
|
||||
The above instruction just installs the parts you need to run
|
||||
@ -284,6 +285,7 @@ ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make -C thunderbuild install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
@ -360,13 +362,16 @@ ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput
|
||||
</tip>
|
||||
|
||||
<para>
|
||||
If you use a desktop environment like <application>GNOME</application> or
|
||||
<application>KDE</application> you may wish to create a
|
||||
<filename>thunderbird.desktop</filename> file so that
|
||||
<application>Thunderbird</application> appears in the panel's menus. If
|
||||
you didn't enable <application>startup-notification</application> in your
|
||||
mozconfig then change the StartupNotify line to false. Run the following
|
||||
commands as the <systemitem class="username">root</systemitem> user:
|
||||
|
||||
If you use a desktop environment such as <application>GNOME</application>
|
||||
or <application>KDE</application>, a desktop file
|
||||
<filename>thunderbird.desktop</filename> may be created, in order to
|
||||
include a <quote><application>Thunderbird</application></quote> entry in
|
||||
the menu. If you didn't enable
|
||||
<application>startup-notification</application> in your mozconfig, then
|
||||
change the StartupNotify line to false. Run the following commands as the
|
||||
<systemitem class="username">root</systemitem> user:
|
||||
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &&
|
||||
|
Loading…
Reference in New Issue
Block a user