Bug 5913

Summary: System sounds in KDE don't work
Product: [Retired] Red Hat Linux Reporter: tango
Component: kdebaseAssignee: Preston Brown <pbrown>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: dbmorris
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-17 18:27:17 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 tango 1999-10-13 18:21:12 UTC
If you try from kcontrol to set up sound for KDE events,
they are assigned but never played and can't even be played
with the "test" button. Sound works well with normal KDE
apps.
What I found was that in /usr/bin/startkde there's a piece
of code that check's if there's a sound card available:

. /etc/sysconfig/sound
if [ "$CARDTYPE" != "" ]; then
  sleep 1 ; kaudioserver
  (sleep 1 && exec kwmsound) &
fi

In my system /etc/sysconfig/sound doesn't exist. The actual
name for this file is /etc/sysconfig/soundcard and this
prevents sound daemons from being started.

Comment 1 Preston Brown 2000-01-17 18:27:59 UTC
fixed for next release.