>>> On 06-02-2007 at 12:12, Istvan Gabor <[EMAIL PROTECTED]> wrote: >> Hi: >> Well,when I open konqueror type file mp3 association I see: >> command: xmms %U >> You are the same? >> I have no problem with xmms and mp3 on konqueror >> Regards > > Hello: > > I have something similar, exactly: > > CheckHardware --sound xmms %U >
hi, To me your problem sounds like a shell escaping problem. Try to change the line to CheckHardware --sound xmms "%U" (quotes around %U) this might help in this case. Most likely different versions of XMMS are involved. Sorry, I can't test it myself, as I'm not using KDE nor XMMS :-) Dominique -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
