Bugzilla – Bug 239758
Sax2,Yast,Adobe Reader don´t change font
Last modified: 2007-02-07 14:50:22 UTC
Hello. I´m trying change font.In all KDE and Gnome font is changed,but in SAX2,YAST or Adobe Reader font isn´t changed,there is original font.I have tested with and without Nvidia´s driver and the problem is the same.How is that possible? Suse 10.1 worked perfectly. Thanks.
How did you change fonts in the other applications? Could you post screenshot of a changed application and a one from the unchanged, please?
Created attachment 117830 [details] a screenshot from the info provider
yast2-qt and sax2 are no KDE applications, they are Qt applications. Thus font changes in KDE do not affect them. The GNOME fonts only change because there is special handling for GNOME applications in the KDE control center (kcontrol -> appearance -> GTK styles and fonts -> Radio box "GTK fonts" -> "use KDE fonts in GTK applications"). For pure Qt applications, use /usr/lib/qt3/bin/qtconfig . The reason why sometimes this works right away is that if you create a new user account a ~/.qt directory and a ~/.qt/qtrc file is created along with the new home directory. If you re-use a user account or only an existing home directory, you will keep your old ~/.qt/qtrc . And this file, among other things, contains the font settings for Qt applications (which KDE overrides in KDE applications). /usr/lib/qt3/bin/qtconfig is nothing else than a GUI to edit that file.