From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Add helper for .desktop file creation? Date: Sat, 25 May 2019 14:21:59 +0200 Message-ID: <878suu7mhk.fsf@nicolasgoaziou.fr> References: <878suwz3tg.fsf@ambrevar.xyz> <87d0k67n7n.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUVgh-0005VH-MM for guix-devel@gnu.org; Sat, 25 May 2019 08:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUVgg-0003ix-JZ for guix-devel@gnu.org; Sat, 25 May 2019 08:22:11 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:53193) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hUVgg-0003gb-DC for guix-devel@gnu.org; Sat, 25 May 2019 08:22:10 -0400 In-Reply-To: <87d0k67n7n.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 25 May 2019 14:06:20 +0200") 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: Pierre Neidhardt Cc: Guix-devel Nicolas Goaziou writes: >> (display >> (string-append >> "[Desktop Entry]" "\n" >> "Encoding=" encoding "\n" Also, "Encoding" is deprecated. It may be worth using `maybe-print' for this one.