From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Evince Date: Thu, 17 Oct 2013 23:52:05 +0200 Message-ID: <878uxry396.fsf@gnu.org> References: <20131014201855.GA5663@debian> <20131016232338.GA6199@gmail.com> <87d2n3y7cx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWvUK-0004dY-Ua for guix-devel@gnu.org; Thu, 17 Oct 2013 17:52:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWvUF-0006y7-3x for guix-devel@gnu.org; Thu, 17 Oct 2013 17:52:12 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:19764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWvUE-0006y1-UA for guix-devel@gnu.org; Thu, 17 Oct 2013 17:52:07 -0400 In-Reply-To: <87d2n3y7cx.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 17 Oct 2013 22:23:26 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > However, it=E2=80=99s unable to display the file contents: > > File type application/octet-stream type (application/octet-stream) is n= ot supported > > but that=E2=80=99s because we need to put shared-mime-info in the search = path > (I=E2=80=99ll try to fix this tonight.) Done in 96e4246. Now it traps when opening a file, which means we need to fix the schema thing. Ludo=E2=80=99.