Bug 47921
Summary: | Adobe symbol font problems with Java SDK 1.4.0Beta | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | dsamperi | ||||
Component: | XFree86 | Assignee: | Mike A. Harris <mharris> | ||||
Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.1 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2001-07-13 00:34:37 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: | |||||||
Attachments: |
|
Description
dsamperi
2001-07-09 03:11:12 UTC
The %d in there makes it look like a bug in the code that is requesting the font. Just a guess, the app has a "%%d" in a format string, but should actually have a "%d" there. Open up an xterm. What does "xlsfonts | grep adobe-symbol" show? Created attachment 23467 [details]
output of xlsfonts|grep adobe-symbol
This appears to be an application bug, not an XFree86 bug. The fonts are there and list with xlsfonts fine. As postulated before, it appears to be a bug in the format string used to request a font by the application. That "%d" is the key. If you have the source code for it, grep the sources for "\-%%d\-" and you'll likely find the offending source. |