Bug 252276 - Please drop the chkfontpath dependency
Summary: Please drop the chkfontpath dependency
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: terminus-font
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Hans Ulrich Niedermann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: NOMOREXFS
TreeView+ depends on / blocked
 
Reported: 2007-08-15 01:52 UTC by Matthias Clasen
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-15 12:59:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matthias Clasen 2007-08-15 01:52:12 UTC
and convert to using the new fontpath.d configuraton mechanism.
See http://fedoraproject.org/wiki/Releases/FeatureNoMoreXFS

Comment 1 Hans Ulrich Niedermann 2007-08-15 11:42:54 UTC
Shouldn't font packages now contain the following two dependencies?

# First filesystem package to contain %{catalogue}/ dir.
Requires:         filesystem >= 2.4.11-1
# First libXfont to support the %{catalogue} mechanism.
Requires:         libXfont >= 1.2.9-1

Hmm. And rpmlint-0.80-2.fc7 now complains about the absolute symlink in
/etc/X11/fontpath.d:
W: terminus-font-x11 symlink-should-be-relative
/etc/X11/fontpath.d/terminus-font:unscaled /usr/share/fonts/terminus-font


Comment 2 Hans Ulrich Niedermann 2007-08-15 12:59:18 UTC
Should be fixed in terminus-font-4.20-8.fc8.

I have tested the package on my F-7 system like this:

  1. Replaced 'FontPath "unix/:7100"' in xorg.conf with
     'FontPath "catalogue:/etc/X11/fontpath.d,built-ins"'
  2. chmod 0000 /usr/bin/xfs; killall xfs
  3. Created symlinks to /usr/share/X11/fonts/* and /usr/share/fonts/* in
/etc/X11/fontpath.d
  4. telinit 3; sleep 20; telinit 5



Note You need to log in before you can comment on or make changes to this bug.