Author: randy
Date: 2005-12-14 02:41:26 -0700 (Wed, 14 Dec 2005)
New Revision: 5422
Modified:
trunk/BOOK/general.ent
trunk/BOOK/xsoft/office/abiword.xml
Log:
Readded the Bonobo component description file installation and added
tagging/entity corrections to the AbiWord instructions
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-12-14 05:25:05 UTC (rev 5421)
+++ trunk/BOOK/general.ent 2005-12-14 09:41:26 UTC (rev 5422)
@@ -1,4 +1,4 @@
-<!ENTITY day "13">
+<!ENTITY day "14">
<!ENTITY month "12">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/xsoft/office/abiword.xml
===================================================================
--- trunk/BOOK/xsoft/office/abiword.xml 2005-12-14 05:25:05 UTC (rev 5421)
+++ trunk/BOOK/xsoft/office/abiword.xml 2005-12-14 09:41:26 UTC (rev 5422)
@@ -113,6 +113,15 @@
cd ../abiword-plugins &&
make install</userinput></screen>
+ <para>If you have a <application>GNOME-2</application> installation, issue
+ the following command as the <systemitem class="username">root</systemitem>
+ user to install the <application>AbiWord</application> Bonobo component
+ description file:</para>
+
+<screen role="root"><userinput>cd .. &&
+install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_4.server \
+ $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
+
</sect2>
<sect2 role="installation">
@@ -121,7 +130,7 @@
<para>Build the help files by issuing the following commands as an
unprivileged user:</para>
-<screen><userinput>cd ../abiword-docs &&
+<screen><userinput>cd abiword-docs &&
sed -i '[EMAIL PROTECTED]@abiword@' make-gnome-html.sh &&
./make-gnome-html.sh &&
./make-html.sh</userinput></screen>
@@ -136,16 +145,6 @@
find /usr/share/AbiSuite-2.4/AbiWord/help \
-type d -exec chmod -v 755 {} \;</userinput></screen>
-<!-- I commented this out because I don't know what it does. Andy
- <para>If you have a <application>GNOME-2</application> installation, issue
- the following command as the <systemitem class="username">root</systemitem>
- user:</para>
-
-<screen role="root"><userinput>cd .. &&
-install -v -m644 abidistfiles/GNOME_AbiWord_Control_2_4.server \
- $GNOME_PREFIX/lib/bonobo/servers</userinput></screen>
--->
-
</sect2>
<sect2 role="commands">
@@ -153,29 +152,34 @@
<para><parameter>--without-inter7eps</parameter>: Some of the headers from
the <application>EPS</application> package are not compatible with
- <application>GCC</application>-4.0.x. This parameter prevents linking to
- the package and incurring a build failure.</para>
+ <application>GCC</application>-&gcc-version;. This parameter prevents
+ linking to the package and incurring a build failure.</para>
<para><command>sed -i '[EMAIL PROTECTED]@abiword@'
make-gnome-html.sh</command>:
- This command alters the make-gnome-html.sh script to look for the current
- version of <command>abiword</command>.</para>
+ This command alters the <command>make-gnome-html.sh</command> script to
+ look for the current version of <command>abiword</command>.</para>
</sect2>
<sect2 role="configuration">
- <title>Configuring Abiword</title>
+ <title>Configuring AbiWord</title>
<sect3 id="abiword-config">
<title>Config File</title>
<para><filename>~/.AbiSuite/templates/normal.awt</filename></para>
+ <indexterm zone="abiword abiword-config">
+ <primary
sortas="e-AA.AbiSuite-templates-normal">~/.AbiSuite/templates/normal.awt</primary>
+ </indexterm>
+
</sect3>
<sect3>
<title>Configuration Information</title>
- <para>Choose the right template for your language and locale:</para>
+ <para>Choose the right template for your language and locale from the
+ list produced by the following command:</para>
<screen><userinput>ls /usr/share/AbiSuite-2.4/templates</userinput></screen>
@@ -184,23 +188,23 @@
<filename>normal.awt</filename> you want into it:</para>
<screen><userinput>mkdir -p -v ~/.AbiSuite/templates &&
-cp -v /usr/share/AbiSuite-2.4/templates/normal.awt-[lang] \
+cp -v
/usr/share/AbiSuite-2.4/templates/normal.awt-<replaceable>[lang]</replaceable> \
~/.AbiSuite/templates/normal.awt</userinput></screen>
- <para>Obviously, change <emphasis role="strong">[lang]</emphasis> in that
- command to fit the name of the file you want</para>
+ <para>Obviously, change <replaceable>[lang]</replaceable> in the above
+ command to fit the name of the file you want.</para>
- <para><application>Abiword</application> uses Times New Roman as its
default
+ <para><application>AbiWord</application> uses Times New Roman as its
default
font. If you'd like it to default to a different font, edit
<filename>~/.AbiSuite/templates/normal.awt</filename> and change the
font to
- the one you want. Open <application>Abiword</application>, choose the
font,
+ the one you want. Open <application>AbiWord</application>, choose the
font,
type one letter then save the document in your home folder as
<filename>test.abw</filename>. Find out what name
- <application>Abiword</application> uses for the font:</para>
+ <application>AbiWord</application> uses for the font:</para>
<screen><userinput>grep -m 1 '"font-family' ~/test.abw</userinput></screen>
- <para>Now put it into your <application>Abiword</application> template.
For
+ <para>Now put it into your <application>AbiWord</application> template.
For
example, if you want to use Bitstream Vera Sans:</para>
<screen><userinput>sed -i '[EMAIL PROTECTED] New [EMAIL PROTECTED] Vera [EMAIL
PROTECTED]' \
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page