From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hX3ix-0000W7-7x for guix-patches@gnu.org; Sat, 01 Jun 2019 09:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hX3iw-0000G6-CK for guix-patches@gnu.org; Sat, 01 Jun 2019 09:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52180) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hX3iw-0000Fj-8h for guix-patches@gnu.org; Sat, 01 Jun 2019 09:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hX3iw-0005gm-2R for guix-patches@gnu.org; Sat, 01 Jun 2019 09:07:02 -0400 Subject: [bug#35970] [PATCH] gnu: Add qview. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190528225105.10540-1-mail@nicolasgoaziou.fr> Date: Sat, 01 Jun 2019 15:06:30 +0200 In-Reply-To: <20190528225105.10540-1-mail@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 29 May 2019 00:51:05 +0200") Message-ID: <874l59h2uh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 35970@debbugs.gnu.org Salut, Nicolas Goaziou skribis: > * gnu/packages/image-viewers.scm (qview): New variable. [...] > + (synopsis "Practical and minimal image viewer") ^~~~~~~~~ Did you mean =E2=80=9Cconvenient=E2=80=9D? :-) (It surely is practical too, but the same could be said of all the image viewers we have.) Otherwise LGTM! Ludo=E2=80=99.