Bug 190859

Summary: Don't show MP3 support if lame is not installed
Product: [Unmaintained] kio Reporter: Jonathan Thomas <echidnaman>
Component: audiocdAssignee: icefox
Status: RESOLVED NOT A BUG    
Severity: normal CC: sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jonathan Thomas 2009-04-27 20:22:00 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

This one is simple; the audiocd kioslave shows mp3 support when you navigate to audiocd:/ even if you do not have the codecs (lame, etc) necessary for MP3 encoding. It's easy to see why this would be confusing, causing those who do not have lame installed to think that they can rip their CDs to MP3s.
Comment 1 Harald Sitter 2009-06-15 20:03:44 UTC
Already fixed.

	if ( KStandardDirs::findExe( "lame" ).isEmpty() )
		return false;