Bug 1225873
| Summary: | Wrong font size in rxvt-unicode | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hanno Heinrichs <hanno.heinrichs> | ||||
| Component: | rxvt-unicode | Assignee: | Andreas Bierfert <andreas.bierfert> | ||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 22 | CC: | andreas.bierfert, jamielinux, mlichvar, opensource | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-07-19 19:48:23 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
The same behavior is also encountered on F22 using GNOME. Just wondering, is this still a problem in F23? Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Created attachment 1031211 [details] Screenshot shows difference in font size. Description of problem: After upgrading from F21 to F22 the font in rxvt-unicode is not properly displayed. The font is displayed smaller than in rxvt-unicode on F21 and smaller than in xfontsel on F22. This behavior is at least encountered with the i3 window manager. Version-Release number of selected component (if applicable): 9.21-3.fc21 9.21-3.fc22 How reproducible: Always. Steps to Reproduce: 1. Create ~/.Xresource with following content: URxvt.font: xft:Terminus:pixelsize=14:antialias=false URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false 2. Issue commands in home directory: $ xrdb .Xresources $ urxvt 3. Compare urxvt terminal with xfontsel output: -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-* Actual results: Font size in urxvt is smaller than in xfontsel. Expected results: Font size between urxvt and xfontsel should be equal. Additional info: Removing URxvt.font and URxvt.boldFont from .Xresources and adding *font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-* produces the expected result.