Bug 239758 - Sax2,Yast,Adobe Reader don´t change font
Summary: Sax2,Yast,Adobe Reader don´t change font
Status: RESOLVED INVALID
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: x86 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Stefan Hundhammer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-29 09:54 UTC by Rastislav Krupansky
Modified: 2007-02-07 14:50 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
a screenshot from the info provider (219.06 KB, image/png)
2007-02-07 14:17 UTC, Matej Horvath
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rastislav Krupansky 2007-01-29 09:54:48 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.
Comment 1 Matej Horvath 2007-01-31 17:27:28 UTC
How did you change fonts in the other applications? Could you post screenshot of a changed application and a one from the unchanged, please?
Comment 2 Matej Horvath 2007-02-07 14:17:24 UTC
Created attachment 117830 [details]
a screenshot from the info provider
Comment 3 Stefan Hundhammer 2007-02-07 14:50:22 UTC
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.