| Summary: | playback impossible after one CD is ejected and another one inserted | ||
|---|---|---|---|
| Product: | [Unmaintained] kscd | Reporter: | Michał Kosmulski <michal> |
| Component: | general | Assignee: | Aaron J. Seigo <aseigo> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | groot, larkang |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Michał Kosmulski
2004-10-27 12:28:58 UTC
CVS commit by larkang:
Backport patch by aseigo:
merging some SUSE patches
--
Without this patch, when changing disc, the disc was spinning like crazy,
but after changing track it would work.
CCBUG: 92197
M +6 -2 cdrom.c 1.34.2.1
--- kdemultimedia/kscd/libwm/cdrom.c #1.34:1.34.2.1
@@ -353,5 +353,9 @@ wm_cd_status( void )
thiscd.ntracks = 0;
if(read_toc() || 0 == thiscd.ntracks)
+ {
+ close(drive.fd);
+ drive.fd = -1;
mode = WM_CDM_NO_DISC;
+ }
else /* refresh cdtext info */
get_glob_cdtext(&drive, 1);
Could you try to update to 3.3.2 and see if it helps, the patch I backported fixed a similar problem for me, although it wasn't exactly the same. I will try to, but my distro's slackware and now with Pat being sick it may take a long time before binary packages are released. I'm a bit too lazy to compile something as big as KDE from source, but if official or contributed packages for slackware appear, I will upgrade and see if this bug is fixed for me. I upgraded to 3.3.2 but the bug seems to be fixed only partially, i.e. now sometimes I can change discs and still be able to get ksCD to play and sometimes I get the same behavior as before. Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone! KSCD was quietly ejected about two years ago since it never was ported to KDE Frameworks or Qt5. I'm closing this as "sorry, this is never going to be fixed in a newer product." |