Bug 525456

Summary: Missing dependency (font) for echomixer gui
Product: [Fedora] Fedora Reporter: Len <lenb_99>
Component: alsa-toolsAssignee: Tim Jackson <rpm>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: rpm
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 1.0.20-2.fc10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-20 05:28:11 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 Len 2009-09-24 13:36:12 UTC
Description of problem:  Trying to launch echomixer from console gives the following error:  "Cannot find the font"


Version-Release number of selected component (if applicable):


How reproducible:  Always, after installing alsa-tools, unless xorg-x11-fonts-misc is installed (not installed by default, not included as dependency in alsa-tools, but needed).


Steps to Reproduce:
1.  Open a terminal
2.  Type 'echomixer'
  
Actual results:
"Cannot find the font"

Expected results:
Echomixer gui should launch

Additional info:  The error results from not having 'xorg-x11-fonts-misc' installed.  Including this font as a dependency in the alsa-tools package should resolve the problem.

The solution was revealed by looking in 'echomixer.c':

  gtk_init(&argc, &argv);
  fnt=gdk_font_load("-misc-fixed-medium-r-*-*-10-*-*-*-*-*-*-*");
  if (!fnt) {
    printf("Cannot find the font\n");
    exit(1);
  }

The "-misc-fixed-medium-r-*-*-10-*-*-*-*-*-*-*" font is part of xorg-x11-fonts-misc, which needs to be installed for the echomixer gui to appear.

Comment 1 Tim Jackson 2009-09-24 22:46:42 UTC
Has been fixed in newer Fedoras - see bug #503284

Comment 2 Bug Zapper 2009-11-18 12:15:31 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 3 Fedora Update System 2009-11-18 13:48:22 UTC
alsa-tools-1.0.20-2.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/alsa-tools-1.0.20-2.fc10

Comment 4 Fedora Update System 2009-11-20 05:28:05 UTC
alsa-tools-1.0.20-2.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.