From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 17 09:56:45 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA5D41065670; Wed, 17 Jun 2009 09:56:45 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 918268FC1A; Wed, 17 Jun 2009 09:56:45 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.17.194] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1MGrsx-00064v-1r; Wed, 17 Jun 2009 13:56:51 +0400 To: Andriy Gapon References: <4A365FA9.9080507@icyb.net.ua> <20090615152648.GA36229@dchagin.static.corbina.ru> <4A366C00.3030805@icyb.net.ua> <43933666@ipt.ru> <4A37709D.8050004@icyb.net.ua> <20090616160020.87652sesgxibgvc4@webmail.leidinger.net> <4A37B6A5.9050307@icyb.net.ua> From: Boris Samorodov Date: Wed, 17 Jun 2009 13:57:33 +0400 In-Reply-To: <4A37B6A5.9050307@icyb.net.ua> (Andriy Gapon's message of "Tue\, 16 Jun 2009 18\:13\:41 +0300") Message-ID: <47439554@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Leidinger , freebsd-emulation@freebsd.org, Chagin Dmitry Subject: Re: skype after f7->f8: problem with cyrillic characters in nicks X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 09:56:46 -0000 Andriy Gapon writes: > on 16/06/2009 17:00 Alexander Leidinger said the following: >> If you run the linux fc-cache, you may cause problems for the FreeBSD >> native libfreetype. This is the reason why the Makefile says what it says. > > This is the only only part that I can't fully understand. If linux fc-cache makes > changes only under /compat/linux then they should not affect native libfreetype. > As far I understand fc-cache only creates some file(s), so a parent directory for > that file should be the only pre-condition. It's the way linuxulator uses paths that you are missing: . a native FreeBSD path is used; . if failed then /compat/linux+path is used. Do you have a "~" ($HOME) at your path? Then linux fc-cache will use your ~/.fontconfig. Are you sure that it won't influence/brake your native font managing system? I'm not. It is not guaranteed to work. WBR -- bsam