Bug 190859 - Don't show MP3 support if lame is not installed
Summary: Don't show MP3 support if lame is not installed
Status: RESOLVED NOT A BUG
Alias: None
Product: kio
Classification: Unmaintained
Component: audiocd (other bugs)
Version First Reported In: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: icefox
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 20:22 UTC by Jonathan Thomas
Modified: 2009-06-15 20:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;