Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 703937

Summary: Virt-manager displays boxes instead of letters if Type1 fonts aren't installed
Product: Red Hat Enterprise Linux 6 Reporter: Andy Goldstein <agoldste>
Component: comps-extrasAssignee: Dennis Gregorovic <dgregor>
Status: CLOSED WONTFIX QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0CC: ddumas, jkirklan, notting, RedHat-User
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-21 16:15: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 Andy Goldstein 2011-05-11 18:27:45 UTC
Description of problem: When running virt-manager over a remote X11 display, all the text in the window shows up as boxes instead of letters if the Type1 fonts aren't installed.


Version-Release number of selected component (if applicable): virt-manager-0.8.4-8.el6.noarch


How reproducible: 100%


Steps to Reproduce:
1. Install a clean RHEL 6 system, but don't install xorg-x11-fonts-Type1
2. Run virt-manager over a remote X11 connection
  
Actual results: you'll see boxes instead of letters, making virt-manager unusable


Expected results: to be able to read the text in the window


Additional info: see https://www.redhat.com/archives/virt-tools-list/2010-December/msg00021.html.  Probably missing an RPM dependency on xorg-x11-fonts-Type1.

Comment 2 RHEL Program Management 2011-05-12 06:00:57 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.

Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.

Comment 3 Cole Robinson 2011-06-10 22:33:37 UTC
virt-manager shouldn't need to have a dependency on a basic package like that. I'm not really sure where the dependency should be though.

Can you explain how you installed the remote box? possibly provide the kickstart from /root . This might be a comps issue, so reassigning there

Comment 4 Andy Goldstein 2011-06-10 23:48:15 UTC
It was from a kickstart, and the only thing in the %packages section was @Base.

Comment 6 Bill Nottingham 2011-06-21 16:00:16 UTC
Install the fonts group; that will solve the problem. The fonts group is necessary for graphical app display.

Comment 7 RHEL Program Management 2011-06-21 16:15:15 UTC
Development Management has reviewed and declined this request.  You may appeal
this decision by reopening this request.

Comment 8 RedHat-User 2014-08-12 19:00:31 UTC
(In reply to RHEL Product and Program Management from comment #7)
===
> Development Management has reviewed and declined this request.  You may
> appeal this decision by reopening this request.
===

I ran across this same issue with a minimal install of RHEL7, then installing qemu-kvm, qemu-img, virt-manager & xorg-x11-xauth.  I find the suggestion to install the entire font group distasteful due to the desire to keep a server as minimal as possible.  It appears virt-manager only needs the dejavu-sans-fonts package out of the ~40 or so that get installed from the @fonts group.

There is 69,200 results when searching Google for "virt-manager font boxes", so a lot of people are hitting this problem.  It seems to me that adding dejavu-sans-fonts as a dependency would be a simple and straight forward fix.

Can you help me understand the reluctance to adding that dependency?  Thank you.