From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Suggest add FAQ documents about integrating with other linux distribution. Date: Mon, 25 May 2015 23:26:38 +0200 Message-ID: <874mn01h81.fsf@gnu.org> References: <38338fb2.bfb6.14d8a5dde4c.Coremail.tumashu@163.com> <874mn03exs.fsf@gnu.org> <87pp5o4tk9.fsf@163.com> 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]:47671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwztV-0004tj-A3 for guix-devel@gnu.org; Mon, 25 May 2015 17:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwztS-0003nZ-5E for guix-devel@gnu.org; Mon, 25 May 2015 17:26:45 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwztS-0003nV-20 for guix-devel@gnu.org; Mon, 25 May 2015 17:26:42 -0400 In-Reply-To: <87pp5o4tk9.fsf@163.com> (Feng Shu's message of "Mon, 25 May 2015 22:31:50 +0800") 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: Feng Shu Cc: guix Please keep the list Cc=E2=80=99d. Feng Shu skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Good questions! I drafted a section on how to use Guix on another >> GNU/Linux distro, and these are the typical things that need to be >> answered in that section: >> >> http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00282.html >> >> Regarding fonts, most GUIs do X11 client-side rendering and rely on >> Fontconfig. So to get fonts working in a GTK+ or Qt application, for >> instance, you need to install packages such as =E2=80=98gs-fonts=E2=80= =99 and >> =E2=80=98font-dejavu=E2=80=99; then you need to =E2=80=98guix package -i= fontconfig=E2=80=99 and run >> =E2=80=98fc-cache -f=E2=80=99 to update the font cache. I suspect this = may have the >> property of unregistering fonts that were installed on the host distro. > > I find a more simple tip: > > ln -s /usr/share/fonts ~/fonts/usr-share-fonts I fail to see why this would have any effect, but maybe there=E2=80=99s ano= ther piece of your setup that I=E2=80=99m missing. Could you explain? Thanks, Ludo=E2=80=99.