Ignore:
Timestamp:
12/29/2004 06:48:58 AM (19 years ago)
Author:
DJ Lucas <dj@…>
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:
286510e1
Parents:
ca120ee
Message:

Gnome .destop items installed in openoffice

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/suites/openoffice.xml

    rca120ee r034b8c8  
    77  <!ENTITY openoffice-download-http "http://download.openoffice.org/&openoffice-version;/source.html">
    88  <!ENTITY openoffice-download-ftp "ftp://ftp.ussg.iu.edu/pub/openoffice/stable/&openoffice-version;/OOo_&openoffice-version;_source.tar.gz">
     9  <!ENTITY openoffice-md5sum        "20c10db97865ae4c51dc827d668b8939">
    910  <!ENTITY openoffice-size          "214 MB">
    1011  <!ENTITY openoffice-buildsize     "3.1 GB">
     
    3536<listitem><para>Download (FTP): <ulink
    3637url="&openoffice-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &openoffice-md5sum;</para></listitem>
    3739<listitem><para>Download size: &openoffice-size;
    3840(additional 11-13 MB for localized help content file)</para></listitem>
     
    216218  done</command></userinput></screen>
    217219
    218 <para>If you have installed <xref linkend="desktop-file-utils"/>, you
    219 should add <filename>/opt/openoffice/share</filename> to the
    220 <envar>XDG_DATA_DIRS</envar> environment variable in the system-wide
    221 profile.</para>
     220<para>If you have installed <xref linkend="desktop-file-utils"/> and use
     221<application>KDE</application>, there is no furthur configuration
     222necessary.  If you use <application>Gnome</application>, you should copy
     223the <filename>*.desktop</filename> files to
     224<filename>/usr/share/applications</filename> with the following
     225commands:</para>
     226
     227<screen><userinput><command>for D in /opt/openoffice/share/gnome/net/ooo645*
     228  do cp $D /usr/share/applications/`basname $D | sed 's/645//'`
     229  done</command></userinput></screen>
    222230
    223231<para>Finally, return your environment to it's original state:</para>
Note: See TracChangeset for help on using the changeset viewer.