Changeset 45857592


Ignore:
Timestamp:
09/19/2010 08:42:45 PM (14 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3e8fb4c
Parents:
cb612ee6
Message:

Corrected post-install configuration for OpenOffice.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcb612ee6 r45857592  
    4747          <para>[dj] - Updated to OpenOffice-3.2.1.</para>
    4848        </listitem>
     49        <listitem>
     50          <para>[dj] - Corrected post installation instructions in OpenOffice
     51          for additional language tools, extensions, and icons.</para>
     52        </listitem>
    4953      </itemizedlist>
    5054    </listitem>
  • xsoft/suites/openoffice.xml

    rcb612ee6 r45857592  
    268268    echo "Exec=/usr/bin/s`echo $appl | sed 's/.desktop//'`" >> $appl &amp;&amp;
    269269    sed -i '/Icon/d' $appl &amp;&amp;
    270     echo "Icon=`echo $appl | sed 's/.desktop//'`" >> $appl
     270    echo "Icon=`echo "ooo-${appl}3.2" | sed 's/\.desktop//'`" >> $appl
    271271done &amp;&amp;
    272272sed -i 's@bin/sprinteradmin@bin/spadmin@' printeradmin.desktop &amp;&amp;
     
    274274update-desktop-database &amp;&amp;
    275275popd</userinput></screen>
     276
     277    <para>If you've chosen to build any additional dictionaries or any of the
     278    extensions, you'll need to copy them to the installation directory.  Run
     279    the following commands as the
     280    <systemitem class="username">root</systemitem> user:</para>
     281
     282    <note><para>The following two command blocks will not exit with a zero
     283    value, and the second will require you to press 'y' before installation.
     284    Keep this in mind if scripting the build.</para></note>
     285
     286<screen role="root"><userinput>cp -v dictionaries/unxlngi6.pro/bin/dict-*.oxt \
     287    sdext/unxlngi6.pro/bin/*.oxt \
     288    reportbuilder/unxlngi6.pro/bin/report-builder.oxt \
     289    swext/unxlngi6.pro/bin/wiki-publisher.oxt \
     290    /opt/openoffice-3.2.1/share/extension/install</userinput></screen>
     291
     292    <para>Now, while still the <systemitem class="username">root</systemitem>
     293    user, add everything into the shared installation:</para>
     294
     295<screen role="root"><userinput>for ext in /opt/openoffice-3.2.1/share/extension/install/*.oxt
     296do
     297    /opt/openoffice-3.2.1/program/unopkg add --shared --verbose $ext
     298done</userinput></screen>
     299
     300    <note><para><application>OpenOffice</application> default language tools
     301    will not work out of the box.  You will have to explicitly select the
     302    proper language settings from within one of the installed  programs by
     303    going into the Tools menu and selecting Options.  Under Language Settings,
     304    Languages, select the desired language for all settings.  Do not leave
     305    "Default" in any drop down menu here.</para></note>
    276306
    277307    <para>Finally, if you'd like to edit <application>OpenOffice</application>
Note: See TracChangeset for help on using the changeset viewer.