DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
An alternative is to install the package:
gtk2-engines-gtk-qt
Code:
apt-get install gtk2-engines-gtk-qt
This will install an option in KDE Control Center -> Appearance and Themes -> GTK Styles and Fonts. From here you can control the appearance of GTK apps from KDE and make them look similar to QT applications.
You can also change the default font and its size for gtk2+ apps by creating a .gtkrc-2.0 file into your home directory (nano .gtkrc-2.0) and making the content of that file to look something like this:
Code:
gtk-font-name = "Bitstream Vera Sans 10"
Some people like Arial better than Bitstream Vera Sans (Arial comes in the "msttcorefonts" package) and with some monitor resolutions the font size 12 may look better than 10.
First, my fonts were conistent throughout all KDE applications, that is, window titles, menus, toolbars had the same font size for all applications. I mean non-GTK apps like Konqueror, KMail, Konsole, KDE Control Panel. At least I assume they're not GTK, because they appeared well. GTK apps like Mozilla, Gthumb, Gnumeric looked awful with HUGE fonts.
Then I installed the gtk2-engines-gtk-qt, and run the gnome-settings-deamon.
Now my GTK apps look wonderful, the first time I can use them. GREAT!
But... now all my other apps like Konqueror, KMail, Konsole and KDE Control Panel (and more) look awful. If I set the fonts right for KMail, the fonts look HUGE (twice as large) in Konqueror. If I set them right for Konqueror, KMail is unreadable becqause the fonts are too small. I mean fonts in the same places, like in the toolbar have this huge size difference.
It looks like now some apps use one library, and other apps the other library to create the font style. I thought all K* applications used Qt. Does it have something to do with apps compiled statically or dynamically against Qt?
Sometimes the fonts I mention do not change right away after I changed the in KDE control center, but after a restart of KDE. I also tried to set the resolution in Xservers to 96 dpi, but to no avail.
While I am happy that I can use Gtk apps, now I should get my Qt apps right again. Who has experienced this as well?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.