Bug 6784

Summary: kaudioserver and kwmsound not started in startkde - wrong file referenced
Product: [Retired] Red Hat Linux Reporter: Miloslav Trmac <mitr>
Component: kdebaseAssignee: Preston Brown <pbrown>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-11-23 16:04:51 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 Miloslav Trmac 1999-11-06 23:23:26 UTC
The /usr/bin/startkde script references /etc/sysconfig/sound, which
doesn't exist (on my system, at least, and sndconfig doesn't create one).
The result is that kaudioserver and kwmsound are not started,
regardless of whether there is a soundcard in the computer. I think that
the needed file is /etc/sysconfig/soundcard.

Moreover, sndconfig puts a localized comment to the start of
/etc/sysconfig/soundcard (LANG=cs, LC_ALL=cs_CZ), which
somehow confuses bash, so that
.: /etc/sysconfig/souncard: cannot execute binary file
appears in .xsession-errors and the CARDTYPE variable is not set
either. Putting a line of
#!/bin/bash
at the start of /etc/sysconfig/soundcard fixes it, which IMHO should be
done by sndconfig alone.
Thanks for the time you spent with it.
Mirek

Comment 1 Preston Brown 1999-11-23 16:04:59 UTC
*** This bug has been marked as a duplicate of 6589 ***