[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/kioslave/audiocd
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-09-28 1:14:08
Message-ID: 20040928011408.59BB9126DE () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

Bug 88509: Audio Cd Browser Freeze X when device permissions are low 
(normal)


  M +5 -0      audiocd.cpp   1.131


--- kdemultimedia/kioslave/audiocd/audiocd.cpp  #1.130:1.131
@@ -902,5 +902,10 @@ struct cdrom_drive *AudioCDProtocol::pic
                         else if(!fi.isWritable())
                                 error(KIO::ERR_CANNOT_OPEN_FOR_WRITING, d->device);
+#if KDE_IS_VERSION (3, 3, 89)
+                        else error(KIO::ERR_SLAVE_DEFINED, 
+i18n("Unknown error.  If you have a cd in the drive try running cdparanoia -vsQ as \
yourself (not root). Do you see a track list? If not, make sure you have permission \
to access the CD device. If you're using SCSI emulation (possible if you have an IDE \
CD writer) then make sure you check that you have read and write permissions on the \
generic SCSI device, which is probably /dev/sg0, /dev/sg1, etc.. If it still doesn't \
work, try typing audiocd:/?device=/dev/sg0 (or similar) to tell kio_audiocd which \
device your CD-ROM is.")); +#else                   
                         else error(KIO::ERR_UNKNOWN, d->device);
+#endif
                 }
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic