https://bugs.kde.org/show_bug.cgi?id=433345
--- Comment #2 from Chandradeep Dey <chandradeep...@posteo.net> --- > Dumping random settings There is already the GTK daemon that overwrites all GTK settings. A similar one can be added for fontconfig. Also, I just noticed that fontconfig looks at $XDG_CONFIG_HOME/fontconfig/conf.d/ as well. Files can be added to or removed from there by the daemon. > Arch has default Arch doesn't really have a default font. Every font that has a file in /etc/fonts/conf.d/ has a "alias sans-serif to refer to me" in there and fontconfig parses the files sequentially. A basic Arch install with Plasma actually uses Noto fonts by default for everything. Adding Firefox changes that to DejaVu because ttf-dejavu is a dependency of firefox and the file it adds in /etc/fonts/conf.d/ is later on in the sequence. Same with installing Calibre which pulls in gsfonts (Nimbus). > SDDM The synchronise feature in sddm-kcm already copies $XDG_CONFIG_HOME/fontconfig/fonts.conf to /var/lib/sddm/.config/fontconfig/ if the file is present. -- You are receiving this mail because: You are watching all bug changes.