From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: What for 0.5? Date: Wed, 06 Nov 2013 14:04:10 +0100 Message-ID: <877gcllm0l.fsf@gnu.org> References: <87eh6x401c.fsf@gnu.org> <527934B3.2050106@gmail.com> 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]:35275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2mP-0008OM-6u for guix-devel@gnu.org; Wed, 06 Nov 2013 08:04:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve2mK-000406-2k for guix-devel@gnu.org; Wed, 06 Nov 2013 08:04:17 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:40774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve2mJ-0003zh-TX for guix-devel@gnu.org; Wed, 06 Nov 2013 08:04:12 -0500 In-Reply-To: <527934B3.2050106@gmail.com> (Cyril Roelandt's message of "Tue, 05 Nov 2013 19:10:59 +0100") 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 Cyril Roelandt skribis: > On 11/03/2013 11:01 PM, Ludovic Court=C3=A8s wrote: >> =E2=80=A2 More packages, ideally in the GUI/desktop area (you can hel= p! :-)). > > Where are we exactly with GNOME ? Last time I checked, I could not use > evince, nor eog (that I still have to push...). It would be nice to > find out how to get those to work, so we can truly say we have parts > of a DE working :p Exactly, thanks for volunteering! :-) For the record, the problem was described at . The envisioned solutions are: =E2=80=A2 Adding support for =E2=80=9Cprofile hooks=E2=80=9D, and use tha= t (may have to wait until after 0.5.) =E2=80=A2 Use a hack like that of Nixpkgs, which systematically copies and rebuilds (with glib-compile-schemas) the =E2=80=9Cstandard=E2=80=9D sch= emas: see =E2=80=98doCompileSchemas=E2=80=99 at and its use at . The latter seems reasonable, and fairly easy to do. Thoughts? Ludo=E2=80=99.