| Summary: | cd drive blocked by kdeinit kio_audiocd when staring konqueror | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | klaus thorn <klaus> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | kio_audiocd-fix-blocking-cd.patch | ||
|
Description
klaus thorn
2004-06-24 00:03:27 UTC
Created attachment 6588 [details]
kio_audiocd-fix-blocking-cd.patch
Fix the problem
Works fine, tested it on two computers. thank you very much. I hope the patch will become part of the kde mainstream. One addition for other people with fedora who want to integrate the patch but do not know how: -get the kde multimedia src rpm package -install it with rpm -Uvh, the sources will be in /usr/src/redhat -you will need to install more packages. See output of rpm and compile errors. -unpack the source (cd /usr/src ; tar jxvf /usr/src/redhat/SOURCES/kdemultimedia*.bz2) -apply the patch or change the source by hand (it's just one line) -pack the source (tar jcvf /usr/src/redhat/SOURCES/kdemultimedia*.bz2 kdemultimedia*) -compile: rpmbuild -bb /usr/src/redhat/SPECS/kdemultimedia.spec when compilation exits with errors then likely you need another devel-package. So if the error is: ld: cannot find -lselinux then installing libselinux-1.11.4-1 and libselinux-devel-1.11.4-1 will help. (fedora core 2) -install: rpm -Uvh --force /usr/src/redhat/RPMS/i386/kdemultimedia-3* the patched binary package for fedora core 2 is at http://www.trillke.net/~klaus/admin/kdemultimedia-3.2.2-2.i386.rpm |