https://bugs.kde.org/show_bug.cgi?id=436306
--- Comment #5 from Kishore Gopalakrishnan <kishor...@gmail.com> --- I did a git bisect, and this is the commit which causes this bug: a8ec95411a9f618db09050a705fc77ff372094dc is the first bad commit commit a8ec95411a9f618db09050a705fc77ff372094dc Author: Ahmad Samir <a.samir...@gmail.com> Date: Tue Mar 9 18:19:37 2021 +0200 KCMs: put the kcm_* libs in builddir/bin/kcms/ This matches the install location scheme QT_PLUGIN_DIR/kcms/, which makes it slightly easier to test stuff right from the builddir, without installation, by exporting QT_PLUGIN_DIR=builddir/bin/. Also install kcm_fontinst in QT_PLUGIN_DIR/kcms/, like the other KCMs. kcms/colors/CMakeLists.txt | 1 + kcms/cursortheme/CMakeLists.txt | 1 + kcms/desktoptheme/CMakeLists.txt | 1 + kcms/feedback/CMakeLists.txt | 1 + kcms/fonts/CMakeLists.txt | 1 + kcms/icons/CMakeLists.txt | 1 + kcms/kfontinst/kcmfontinst/CMakeLists.txt | 3 ++- kcms/lookandfeel/CMakeLists.txt | 1 + kcms/style/CMakeLists.txt | 1 + kcms/translations/CMakeLists.txt | 2 +- 10 files changed, 11 insertions(+), 2 deletions(-) Reverting this commit fixes the issue. -- You are receiving this mail because: You are watching all bug changes.