https://bugs.kde.org/show_bug.cgi?id=381523
Bug ID: 381523 Summary: libqt5texttospeech5 is missing speechd plugin Product: neon Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: neon-b...@kde.org Reporter: k...@privat.broulik.de CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org Target Milestone: --- When using QtTextToSpeech it doesn't find any plugins: "No text-to-speech plug-ins were found." when trying to use it. There is no /usr/lib/x86_64-linux-gnu/qt5/plugins/texttospeech folder and no libqtexttospeech_speechd.so installed anywhere. Once I compiled it manually, it worked. Perhaps neon's build system is missing some dependency? >From the relevant qmake pro file: unix { CONFIG += link_pkgconfig packagesExist(speech-dispatcher) { SUBDIRS += speechdispatcher } } -- You are receiving this mail because: You are watching all bug changes.