Bug 174484
| Summary: | Xnest has incorrect font paths hard coded | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | kloczek | ||||||
| Component: | xorg-x11-server | Assignee: | Mike A. Harris <mharris> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | xgl-maint | ||||||
| Target Milestone: | --- | Keywords: | Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-02-21 14:08:05 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: | 150222 | ||||||||
| Attachments: |
|
||||||||
|
Description
kloczek
2005-11-29 15:15:19 UTC
Created attachment 121586 [details]
Fixed spec file for xorg-x11-serve
1. use autoreconf -f instead "aclocal --force ; automake ; autoconf" amd added
neccessary BuildRequires,
2. added patch xorg-x11-server-fontspath.patch,
3. remove from %files all %dir which are listed in filesystem package,
4. use %{__make} instead make %{?_smp_mflags} which allow in better way use
parallel compile by simple redefine in for example ~/.rpmmacros %{__make}
macro.
5. remove not used cvsdate %define.
Created attachment 121587 [details]
xorg-x11-server-fontspath.patch for fix fontspath in xorg-x11-server
*** Bug 174487 has been marked as a duplicate of this bug. *** *** Bug 174488 has been marked as a duplicate of this bug. *** *** Bug 174489 has been marked as a duplicate of this bug. *** Same issue for Xvfb: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174507 An attempt to reproduce this with FC5test3 seems to show that it has been fixed upstream already in the X11R7.0 release. The following seems to confirm that as well: # strings /usr/bin/Xnest |grep /usr /usr/share/X11/xkbX0-config.keyboard /usr/share/X11/rgb /usr/share/X11/fonts/misc/,/usr/share/X11/fonts/TTF/,/usr/share/X11/fonts/OTF,/usr/share/X11/fonts/Type1/,/usr/share/X11/fonts/CID/,/usr/share/X11/fonts/100dpi/,/usr/share/X11/fonts/75dpi/ /usr/lib/xserver/SecurityPolicy /usr/bin /usr/share/X11/xkb /usr/adm/X%smsgs pts/2 mharris@fc4i386:~$ xinit -- /usr/bin/Xnest :2 Could not init font path element /usr/share/X11/fonts/CID/, removing from list! FreeFontPath: FPE "/usr/share/X11/fonts/misc/" refcount is 2, should be 1; fixing. waiting for X server to shut down Could not init font path element /usr/share/X11/fonts/CID/, removing from list! FreeFontPath: FPE "/usr/share/X11/fonts/misc/" refcount is 2, should be 1; fixing. (The above warnings printed to stderr by Xnest are unrelated to the report, and more or less harmless.) Setting status to RAWHIDE. |