From mboxrd@z Thu Jan  1 00:00:00 1970
From: Tom Balzer <tbalzer@ksu.edu>
Subject: Re: LibreOffice Fonts
Date: Wed, 27 Sep 2017 18:15:25 -0500
Message-ID: <87ing320p6.fsf@ksu.edu>
References: <8760c3g7w9.fsf@ksu.edu> <20170927224144.nntx5ypkc7xtcmw4@abyayala>
Mime-Version: 1.0
Content-Type: text/plain
Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:37676)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <tbalzer@ksu.edu>) id 1dxLYJ-0002tb-Os
	for guix-devel@gnu.org; Wed, 27 Sep 2017 19:15:43 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <tbalzer@ksu.edu>) id 1dxLYE-0000Qk-MY
	for guix-devel@gnu.org; Wed, 27 Sep 2017 19:15:39 -0400
Received: from mail-dm3nam03on0074.outbound.protection.outlook.com
	([104.47.41.74]:19616
	helo=NAM03-DM3-obe.outbound.protection.outlook.com)
	by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.71) (envelope-from <tbalzer@ksu.edu>) id 1dxLYE-0000Pj-6l
	for guix-devel@gnu.org; Wed, 27 Sep 2017 19:15:34 -0400
In-reply-to: <20170927224144.nntx5ypkc7xtcmw4@abyayala>
List-Id: "Development of GNU Guix and the GNU System distribution."
	<guix-devel.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>,
	<mailto:guix-devel-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/guix-devel/>
List-Post: <mailto:guix-devel@gnu.org>
List-Help: <mailto:guix-devel-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>,
	<mailto:guix-devel-request@gnu.org?subject=subscribe>
Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org
Sender: "Guix-devel" <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org>
To: ng0 <ng0@infotropique.org>
Cc: guix-devel@gnu.org


ng0 writes:

> I have a problem with making decision on default fonts. What if someone
> doesn't want gnu-freetype-ttf? It is not just only this font, you can use
> any font and sometimes this will depend on fc-cache -fv which is mentioned
> in the documentation.

By 'in the documentation', do you mean the documentation for how fonts
work in guix, or libreoffice's documentation? If the latter, then yes I
see that you could start libreoffice with a gtk theme definition
to control the fonts, allowing for other font choices. But in the case
where one just launched libre office, wouldn't you expect that it
'works' running out of just the package files? If you include no font
that wouldn't work, which seems like sacrificing basic functionality in
order to avoid including a font that someone might not desire.

Couldn't that argument be made for any features above bare minimum for
any application? For instance, someone might not want a support library
for emacs that enables viewing jpegs, but the default package supports
this. I think that removing a feature from a package definition if you
don't want a feature makes more sense than crippling a package with
non-sane defaults.

Tom