From owner-freebsd-ports@FreeBSD.ORG Mon Oct 1 05:55:10 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB8CB16A418 for ; Mon, 1 Oct 2007 05:55:10 +0000 (UTC) (envelope-from zaa@ulstu.ru) Received: from mx1.ulstu.ru (kernel.ulstu.ru [62.76.34.36]) by mx1.freebsd.org (Postfix) with ESMTP id 56E5613C461 for ; Mon, 1 Oct 2007 05:55:06 +0000 (UTC) (envelope-from zaa@ulstu.ru) Received: from localhost (localhost [127.0.0.1]) by mx1.ulstu.ru (ulstuMail) with ESMTP id C98A04B104; Mon, 1 Oct 2007 09:41:50 +0400 (MSD) X-Virus-Scanned: by amavisd-new at ulstu.ru Received: from mx1.ulstu.ru ([127.0.0.1]) by localhost (kernel.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7EBYZ8NsjYlb; Mon, 1 Oct 2007 09:41:50 +0400 (MSD) Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33]) by mx1.ulstu.ru (ulstuMail) with ESMTP id 1A7E04B101; Mon, 1 Oct 2007 09:41:49 +0400 (MSD) Received: by orion.ulstu.ru (Postfix, from userid 3909) id 8C437BD98; Mon, 1 Oct 2007 09:41:49 +0400 (MSD) Date: Mon, 1 Oct 2007 09:41:49 +0400 From: Alexander Zhuravlev To: Edwin Groothuis Message-ID: <20071001054149.GA85418@orion.ulstu.ru> References: <20071001052630.GA3366@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20071001052630.GA3366@k7.mavetju> Cc: ports@freebsd.org Subject: Re: Change the default GTK2 font? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 05:55:10 -0000 On Mon, Oct 01, 2007 at 03:26:30PM +1000, Edwin Groothuis wrote: > Hello, > > With the upgrade to xorg 7.3 suddenly the default font for GTK2x > applications has moved from a nice small one to a huge one which > gives me about 50% of the text I normally get on my screen. > > XTerms themselves still have the right size. > > How and where can I define which font GTK2x applications should use > as their default ones? You can use something like this % cat ~/.gtkrc-2.0 style "user-font" { font_name="Verdana 8" } widget_class "*" style "user-font" gtk-font-name="Verdana 8"