https://bugs.kde.org/show_bug.cgi?id=406499
--- Comment #6 from Matthieu Gallien <matthieu_gall...@yahoo.fr> --- (In reply to Yurii Kolesnykov from comment #5) > According to > https://github.com/KDE/elisa/blob/master/src/audiowrapper.h > https://github.com/KDE/elisa/blob/master/src/audiowrapper_qtmultimedia.cpp > https://github.com/KDE/elisa/blob/master/src/audiowrapper_libvlc.cpp > > My suggestion is this lack of some libvlc/qtmultimedia and/or phonon? In fact, one of both is needed. Currently, they are not set as required but the documentation (README.packagers) says that libvlc is recommended and needed to play music. Qt Multimedia is the historical solution and kept for cases where libvlc might be a problem. A solution to your problem could be to add special logic to keep them not required but if both are not found change the result to still report an error. -- You are receiving this mail because: You are watching all bug changes.