Description of problem: Ypop rpm package installs fine but throw ups a traceback when clicking on it via pk-application Version-Release number of selected component (if applicable): How reproducible: everytime Steps to Reproduce: 1. Go to http://www.freewebs.com/casualprogrammer/downloads.htm 2. Install the Fedora 7 ypops rpm package 3. Search for it and click on it in pk-application 4. Get nice traceback Actual results: Screenshot attached
Created attachment 299693 [details] traceback related to ypops
Looks to be triggered by a 3rd party packaging bug. Fedora's packaging guidelines require everything to be utf-8 encoded, and there are a couple of non-utf encoded bytes in the RPM description. I fixed this in a70532c2fb3bcec8d10fcaa41dd276626b986b1b by replacing decoding errors with question marks.