By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1084

Summary: Kaffeine's link to win32 codecs needs fixed
Product: TDE Reporter: Kris <krisgamrat>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, darrella, slavek.banko
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Kris 2012-07-10 16:15:08 CDT
In Kaffeine's initial setup wizard, when it says that the WIN32 Codecs are not installed, I try clicking the link to download the codecs, and it takes me to http://www1.mplayerhq.hu/homepage/design7/codecs.html . This page produces a 404 not found error. The link should instead point to one of the following:

http://www1.mplayerhq.hu/design7/dload.html (general downloads page for MPlayer)
http://www1.mplayerhq.hu/MPlayer/releases/codecs/ (takes user to a list of codecs, including both WIN32 and non-WIN32 codecs)
http://www1.mplayerhq.hu/MPlayer/releases/codecs/windows-all-20071007.zip (direct link to zip file for latest version of WIN32 codecs)
Comment 1 Darrell 2012-07-11 12:19:58 CDT
I updated the link in GIT commit 5086f358.

Interesting that, although the wizard can be run at any time using "kaffeine -w," there is no menu option to do the same. I filed an enhancement request (1089) to add that to the Settings menu.

I tested the wizard with the patch and the link now connects to the correct location. Resolved. :-)

Thank you for reporting!