From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Goals for 0.4 Date: Wed, 25 Sep 2013 10:43:25 +0200 Message-ID: <20130925084325.GA29350@debian> References: <87vc2o4qwc.fsf@gnu.org> <20130829204223.GB31046@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOkhp-0002tJ-98 for guix-devel@gnu.org; Wed, 25 Sep 2013 04:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOkhh-0005Ss-W3 for guix-devel@gnu.org; Wed, 25 Sep 2013 04:44:21 -0400 Content-Disposition: inline In-Reply-To: <20130829204223.GB31046@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Thu, Aug 29, 2013 at 10:42:23PM +0200, Andreas Enge wrote: > On Thu, Aug 29, 2013 at 02:34:27PM +0200, Ludovic Courtès wrote: > > • Manual: improve as we see fit; notably add a section on font usage > > for X applications. > I would volunteer for this one. The main problem that gtk+ applications would not find a font unless the user installed gs-fonts should be solved by the latest commit. I added gs-fonts as an input to fontconfig and added it to its configuration file. Andreas