From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: Gnome-shell metapackage Date: Thu, 07 Jan 2016 23:26:34 +0800 Message-ID: <87k2nlz9zp.fsf@member.fsf.org> References: <878u41ttt0.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]:41078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHD2T-0005UP-04 for help-guix@gnu.org; Thu, 07 Jan 2016 11:03:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHD2N-00018L-SF for help-guix@gnu.org; Thu, 07 Jan 2016 11:03:48 -0500 Received: from smtp21.openmailbox.org ([62.4.1.55]:40991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHD2N-00018B-ME for help-guix@gnu.org; Thu, 07 Jan 2016 11:03:43 -0500 In-Reply-To: (d. 4's message of "Thu, 07 Jan 2016 11:51:26 -0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: "d.4.n.1" Cc: help-guix@gnu.org "d.4.n.1" writes: > I try again and work it! gnome-shell on guixsd! I'll help to add more > packages to it. thanks ludo, David and all guix devs. That's great to know! > > Sent from my Mi phone > On ludo@gnu.org, Jan 7, 2016 11:15 AM wrote: > > Hello!=20 >=20=20=20=20=20 > d.4.n.1@riseup.net skribis:=20 >=20=20=20=20=20 > > do you think about create a metapackage to gnome-shell?=20 >=20=20=20=20=20 > I think =E5=AE=8B=E6=96=87=E6=AD=A6 is kinda looking into it (or shou= ld consider > looking into=20 > it). :-) Yeah, comparing with the 'gnome-core' meta package from debian, useful packages are still missing, or maybe we should just add what we have now and complete it gradually? >=20=20=20=20=20 > > How do I change slim/wicd to gdm/networkmanager?=20 >=20=20=20=20=20 > There=E2=80=99s no GuixSD service for GDM yet, but that=E2=80=99s ano= ther thing we=20 > should look into it soon. GDM can't start the X server (it hardcode /usr/bin/X, etc.) now, my plan is to add an 'xorg-service' for '/run/setuid-programs/X' and then patch GDM to use that instead. >=20=20=20=20=20 > There is =E2=80=98network-manager-service=E2=80=99 in (gnu services n= etworking). > It can=20 > be used as shown here:=20 >=20=20=20=20=20 > https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00717.html >=20=20=20=20 >=20=20=20=20=20 > It didn=E2=80=99t work for me though, so your feedback would be > appreciated!=20 >=20=20=20=20=20 > =E5=AE=8B=E6=96=87=E6=AD=A6, I noticed that =E2=80=98network-manager-= service=E2=80=99 is undocumented > in the=20 > manual; could you add it under =E2=80=9CNetworking=E2=80=9D? OK, will do it.