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.
Already fixed. if ( KStandardDirs::findExe( "lame" ).isEmpty() ) return false;