The fontinst KCM doesn't list any fonts and seems generally broken due to an imcomplete port. Reproducible: Always
Git commit bbe22770a769a8d253d37258ec1fbfd3987a994e by Sebastian Kügler. Committed on 29/04/2014 at 12:07. Pushed by sebas into branch 'master'. Basic port of dbus helper for kfontinst This subdirectory had been disabled during the port, leading to a non-functional kfontinst KCM. This patch enables the build and makes it successfully build. There's some commented code and a hardcoded runtime path which I'll fix in subsequent commits. M +3 -2 kcms/fonts/fonts.cpp M +1 -1 kcms/kfontinst/CMakeLists.txt M +16 -11 kcms/kfontinst/dbus/FontInst.cpp M +3 -3 kcms/kfontinst/dbus/Helper.cpp M +7 -2 kcms/kfontinst/kcmfontinst/JobRunner.cpp http://commits.kde.org/plasma-desktop/bbe22770a769a8d253d37258ec1fbfd3987a994e
Git commit 3d77257133f3a30ab6e284a8a75281973ade37f4 by Sebastian Kügler. Committed on 29/04/2014 at 14:24. Pushed by sebas into branch 'master'. Fix finding kfontinst binary in libexec This makes listing fonts work for me, as now the dbus module is started correctly. M +1 -1 kcms/kfontinst/config-fontinst.h.cmake M +1 -1 kcms/kfontinst/dbus/FontInst.cpp M +4 -6 kcms/kfontinst/kcmfontinst/JobRunner.cpp http://commits.kde.org/plasma-desktop/3d77257133f3a30ab6e284a8a75281973ade37f4
Tested installation of system-wide and personal fonts, all appears to be working correctly.