From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34201) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEVXS-0008Br-Sl for guix-patches@gnu.org; Wed, 18 Mar 2020 06:03:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEVXS-0005BZ-0J for guix-patches@gnu.org; Wed, 18 Mar 2020 06:03:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33860) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEVXR-0005BU-Ta for guix-patches@gnu.org; Wed, 18 Mar 2020 06:03:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEVXR-0007ft-Qh for guix-patches@gnu.org; Wed, 18 Mar 2020 06:03:01 -0400 Subject: [bug#39674] [PATCH] enable PostScript backend in Evince Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <1582114083.2225.0@riseup.net> <87o8tubw3l.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> Date: Wed, 18 Mar 2020 11:02:30 +0100 In-Reply-To: <87o8tubw3l.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> ("=?UTF-8?Q?Nicol=C3=B2?= Balzarotti"'s message of "Wed, 19 Feb 2020 13:27:42 +0100") Message-ID: <87imj29e15.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: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Cc: 39674@debbugs.gnu.org, raingloom , guix-security@gnu.org Hi Nicol=C3=B2 & raingloom! (+ Cc: guix-security) Nicol=C3=B2 Balzarotti skribis: > Thanks! > > I was wondering why it could not open .eps files! I tested the patch, > applies, build and now I can open them. guix size reports +3% > (1009.6 -> 1038.0). > > +1 for merging I think PostScript support is often disabled by default because of security issues: PostScript is a very versatile language and Ghostscript has had a series of problems due to its inability to =E2=80=9Csandbox=E2=80= =9D PostScript code. A particularly important issue is thumbnail generation: you could find yourself running PostScript code without explicitly opening a file. FWIW, I resort to gv (or ps2pdf) when I need to open a PostScript that I deem trustworthy. Leo, Mark, WDYT? Thanks, Ludo=E2=80=99.