From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GNOME ASCII Date: Tue, 29 Mar 2016 18:18:27 +0200 Message-ID: <87fuv9jm0c.fsf@gnu.org> References: <05c77207336247a111ac5bc67f59dc8d@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akwLg-0003OU-SV for guix-devel@gnu.org; Tue, 29 Mar 2016 12:18:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akwLd-0003OP-Lu for guix-devel@gnu.org; Tue, 29 Mar 2016 12:18:32 -0400 In-Reply-To: <05c77207336247a111ac5bc67f59dc8d@riseup.net> (Daniel Pimentel's message of "Tue, 29 Mar 2016 10:59:48 -0300") 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: Daniel Pimentel Cc: guix-devel@gnu.org Daniel Pimentel skribis: > I have GuixSD with GNOME in my desktop, but in GNOME clock on bartop > not appear a character ":" (attach a screenshot). Epiphany, > gnome-terminal, Icecat, Emacs and other application are allright. > > Do you have a same problem or not? Yes, but there=E2=80=99s a fix! :-) Please drop this as ~/.config/fontconfig/fonts.conf: --8<---------------cut here---------------start------------->8--- /run/current-system/profile/share/fonts --8<---------------cut here---------------end--------------->8--- (This is done automatically for newly-created users. In the near future, we=E2=80=99ll fix Fontconfig so that this file is not even needed.) HTH, Ludo=E2=80=99.