https://bugs.kde.org/show_bug.cgi?id=449966
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #6 from Waqar Ahmed <waqar....@gmail.com> --- I assume you cloned the repo and did mkdir build cd build cmake .. make ./bin/kate # run if so, the kate that gets run loads system plugins and not the ones you built yourself. To do the latter, run kate like: QT_PLUGIN_PATHS=./bin ./bin/kate -n . Also make sure, you build the whole project and not just the target "kate-bin". Alternatively, you can use kdesrcbuild but that takes a lot of time. -- You are receiving this mail because: You are watching all bug changes.