From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Suggest add font: font-wqy-microhei Date: Fri, 13 Jan 2017 22:23:55 +0100 Message-ID: <20170113222351.19739f31@scratchpost.org> References: <452bcab7.22cd.1599584719b.Coremail.tumashu@163.com> <20170113105146.162bc10b@scratchpost.org> <49d708f1.9e82.159986723ef.Coremail.tumashu@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cS9KT-0004B4-8o for guix-devel@gnu.org; Fri, 13 Jan 2017 16:24:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cS9KM-0000XM-TT for guix-devel@gnu.org; Fri, 13 Jan 2017 16:24:09 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:44466) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cS9KM-0000VM-Lc for guix-devel@gnu.org; Fri, 13 Jan 2017 16:24:02 -0500 In-Reply-To: <49d708f1.9e82.159986723ef.Coremail.tumashu@163.com> 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" To: tumashu Cc: guix Hi, On Fri, 13 Jan 2017 23:16:53 +0800 (CST) tumashu wrote: > When I install a font with a non-root account, the font just can't be found by "fc-list", > and run "fc-cache" is useless too, But run "fc-cache -f" can cache the installed font, > it it a bug or just my machine problom? I don't know, sorry. It may be that fc-cache uses timestamps (mtime) to figure out whether a directory changed or not and that won't work for us since we always use the same mtime (for reproducibility). But that's just a guess - I hope someone else knows it...