https://bugs.kde.org/show_bug.cgi?id=386566
--- Comment #7 from Bhushan Shah <bhus...@gmail.com> --- Git commit 0dfeb1d61bddde7b721b1bb188692715f7c630fa by Bhushan Shah, on behalf of Julian Wolff. Committed on 23/05/2019 at 08:40. Pushed by bshah into branch 'bshah/fixup-fonts'. Parse global config files. Remove 'Vendor default' option. Fix changes not recognized. The fonts kcm did only parse a local config file. Global and default settings were not recognized. With this patch, all global config files are parsed before the local file is parsed. This allows us to drop the "Vendor default" option. This patch also fixes some changes not recognized (apply button disabled). Test Plan: Delete `~/.config/fontconfig/fonts.conf` and `~/.config/kcmfonts` . Run `kcmshell5 fonts`. The default/global settings should be displayed. Change some settings. The apply button should be enabled. Save. A new config file should be created. Follow up of the D12925 M +147 -82 kcms/fonts/fonts.cpp M +28 -16 kcms/fonts/fonts.h M +218 -102 kcms/fonts/kxftconfig.cpp M +11 -0 kcms/fonts/kxftconfig.h M +13 -19 kcms/fonts/package/contents/ui/main.qml M +9 -6 kcms/fonts/previewimageprovider.cpp https://commits.kde.org/plasma-desktop/0dfeb1d61bddde7b721b1bb188692715f7c630fa -- You are receiving this mail because: You are watching all bug changes.