Missing font setting in System Setting> Appearance

I just compiled a pretty basic KDE4 desktop environment on a newly installed FreeBSD 10.0-RELEASE system, with the following three ports: kde4-baseapps, kde4-runtime, and kde4-workspace. I found the KDE system font a bit too small and tried to set the font to a larger size in System Setting > Application Appearance. But there was no font setting to pick on the left panel of the Appearance setting.

font.png


And there is no font setting in my .kde4/share/config/kdeglobals. I just want to know if i have missed compilation of some other essential KDE4 ports.

Thanks in advance.
 
I just found a temporary fix for the system font. In another partition of the same computer, I have an old FreeBSD 9.0 release with a basic KDE4 built with the three ports (kde4-baseapps, kde4-runtime and kde4-workspace). There was a section under General in the .kde4/share/config/kdeglobals in the old system like this:
Code:
[General]
BrowserApplication[$e]=firefox.desktop
XftHintStyle=hintmedium
desktopFont=LiHei Pro,12,-1,5,50,0,0,0,0,0
fixed=Terminal,13,-1,5,50,0,0,0,0,0
font=LiHei Pro,12,-1,5,50,0,0,0,0,0
menuFont=LiHei Pro,12,-1,5,50,0,0,0,0,0
smallestReadableFont=LiHei Pro,12,-1,5,50,0,0,0,0,0
taskbarFont=LiHei Pro,12,-1,5,50,0,0,0,0,0
toolBarFont=LiHei Pro,12,-1,5,50,0,0,0,0,0
So I just copied that into my new FreeBSD 10.0's .kde4/share/config/kdeglobals and now the system fonts look exactly like that of my old 9.0 system. But the font setting widget is still missing in the "System settings> Application Appearance".
 
Back
Top