Bug 452421
| Summary: | EPG and OSD broken in kaffeine-0.8.6 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jussi Torhonen <jt> | ||||||
| Component: | kaffeine | Assignee: | Rex Dieter <rdieter> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 9 | CC: | mefoster, tuxbrewr, ville.skytta | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| URL: | http://kaffeine.kde.org/ | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 0.8.7-3.fc9 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-02-24 20:53:20 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jussi Torhonen
2008-06-22 18:08:42 UTC
Here is the fix. Just need to create a patch and get it applied.
Ok, the problem is NID==0. As a workaround, edit the file kaffeine/src/input/dvb/plugins/epg/kaffeinedvbevents.cpp and comment out lines 174 to 177 :
//if ( nid==0) {
// mutex.unlock();
// return 0;
//}
Created attachment 315422 [details]
kaffeine.spec for rebuilding kaffeine-0.8.7-2.fc10.src.rpm with kaffeine-0.8.7-epg.patch
rpm -ba kaffeine.spec
Created attachment 315423 [details]
kaffeine-0.8.7-epg.patch
kaffeine-0.8.7-epg.patch for kaffeine-0.8.7-2.fc10.src.rpm
Thanks Steven. Works for me! Rex, did this patch ever get applied. I checked and dont see it, but maybe I'm blind. Hmm... seems the bz mail got dropped somewhere, I don't recall seeing any of these comments. I'll take a look at integrating the patch now, sorry for the delay. kaffeine-0.8.7-3.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update kaffeine'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-1499 kaffeine-0.8.7-3.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. kaffeine-0.8.7-3.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |