parsed.org

Tips by tag: gtk

Adjusting the Default GTK Font Size by cygnus on Feb 19, 2006 05:09 PM

On some X installations, the default GTK font size can be very small. If you want to increase it, add this to your ~/.gtkrc-2.0:

gtk-font-name = "Sans 14"

This will change the font size of the default font to 14 points.

fontgtkgtkrcx11
Locale Fix by cygnus on Jan 12, 2005 11:04 AM

If you get strange locale errors when running perl and GTK apps, run these commands and be sure to generate all en_US locales:

$ apt-get install localeconf
$ dpkg-reconfigure locales
apt-getcommandsdebiandpkggtklocalelocaleconfperl
RSS