Changeset 286510e1


Ignore:
Timestamp:
12/29/2004 08:03:55 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:
efbbeb9
Parents:
034b8c8
Message:

added font perms note and created applicationss directory for ooo.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r034b8c8 r286510e1  
    2424
    2525<listitem><para>December 29th, 2004 [dj]: Fixed desktop-file-utils
    26 update instructions in openoffice installation.</para></listitem>
     26update instructions in openoffice installation and added a mention about
     27font permissions to x components.</para></listitem>
    2728
    2829<listitem><para>December 27th, 2004 [randy]: Updated to Exim-4.43; modified
  • x/installing/x-setup.xml

    r034b8c8 r286510e1  
    5353
    5454<listitem><para>Establish a directory for the fonts and move any
    55 <application>TrueType</application> fonts you want into that directory.</para></listitem>
     55<application>TrueType</application> fonts you want into that directory.
     56Ensure that any fonts you install are world readable. Incorrect
     57permissions on fonts have been known to cause problems with some X
     58applications.</para></listitem>
    5659
    5760<listitem><para>Download the fonts.</para></listitem>
  • xsoft/suites/openoffice.xml

    r034b8c8 r286510e1  
    225225commands:</para>
    226226
    227 <screen><userinput><command>for D in /opt/openoffice/share/gnome/net/ooo645*
     227<screen><userinput><command>install -d /usr/share/applications -m 755 &amp; &amp;
     228for D in /opt/openoffice/share/gnome/net/ooo645*
    228229  do cp $D /usr/share/applications/`basname $D | sed 's/645//'`
    229230  done</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.