https://bugs.kde.org/show_bug.cgi?id=423899
Avinash Sonawane <root...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |NOT A BUG --- Comment #7 from Avinash Sonawane <root...@gmail.com> --- As suggested by Andreas, I solved this by setting QT_PLUGIN_PATH variable. I installed Artikulate at $PREFIX (since I didn't want to overwrite the artikulate from distro repo) and then supplied the appropriate value to QT_PLUGIN_PATH. Steps: $ mkdir build; cd build $ cmake -DCMAKE_INSTALL_PREFIX=$PREFIX .. $ make -j4; make install $ QT_PLUGIN_PATH=$PREFIX/lib/x86_64-linux-gnu/plugins $PREFIX/bin/artikulate Thanks for the help! -- You are receiving this mail because: You are watching all bug changes.