Bug 487499

Summary: xterm should "Recommends:" xorg-x11-fonts-misc
Product: [Fedora] Fedora Reporter: Dick Marinus <dick.marinus>
Component: xtermAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mattdm, mlichvar, pertusus
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://forums.fedoraforum.org/showthread.php?t=210363
Whiteboard:
Fixed In Version: xterm-327-3.fc26 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-06 11:07:15 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:

Description Dick Marinus 2009-02-26 11:14:24 UTC
Description of problem:


How reproducible:

Steps to Reproduce:
1. rpm -e xorg-x11-fonts-misc
2. yum install xterm
3. start xterm
  
Actual results:
Error starting xterm, control-mouse1 stalls xterm for a while, can't change fontsize

Expected results:
No errors, can change fontsize

Additional info:
Please add xorg-x11-fonts-misc as a requirement of the xterm rpm.

Comment 1 Miroslav Lichvar 2009-02-26 11:36:51 UTC
Can you please try xterm-242-1.fc10 from updates-testing? There were some changes related to fonts.

https://admin.fedoraproject.org/updates/F10/FEDORA-2009-1867

I'd prefer to not require any specific font package, because xterm should be usable without any font packages installed and users may want to use different fonts.

Comment 2 Dick Marinus 2009-02-26 18:40:10 UTC
I've just tried xterm-242-1 and the startup error message is gone but ctrl-clicking still freezes xterm and I can't change the fontsize.

I still have the following error message:
Warning: Missing charsets in String to FontSet conversion

Using a different font wouldn't be a problem for me but that doesn't seem to work either. I suppose I can only use fonts from the xorg-x11-fonts-misc package...

Comment 3 Dick Marinus 2009-02-27 09:05:00 UTC
I've found something, xterm -fa mono seems to switch to a nice font.

But ctrl-clicking still stalls xterm for a while (which isn't a real issue for me).

Comment 4 Bug Zapper 2009-11-18 11:14:12 UTC
This message is a reminder that Fedora 10 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 10.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '10'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 10's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 10 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Bug Zapper 2009-12-18 08:03:33 UTC
Fedora 10 changed to end-of-life (EOL) status on 2009-12-17. Fedora 10 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.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 6 Matthew Miller 2017-02-05 22:57:25 UTC
Now that RPM has "Recommends", we could make use of that here. On a stock Fedora Workstation install, adding xterm and running it results in a functioning xterm but the warning "xterm: cannot load font '-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1'"

Adding Recommends "xorg-x11-fonts-misc" would resolve this.

Comment 7 Miroslav Lichvar 2017-02-06 11:07:15 UTC
Good idea, thanks.