Bug 252276
| Summary: | Please drop the chkfontpath dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Clasen <mclasen> |
| Component: | terminus-font | Assignee: | Hans Ulrich Niedermann <rhbugs> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-08-15 12:59:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 252268 | ||
|
Description
Matthias Clasen
2007-08-15 01:52:12 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
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
|