From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: locales gone, gnome-terminal doesn't start up anymore Date: Thu, 29 Sep 2016 14:39:00 +0200 Message-ID: <87vaxe5197.fsf@gnu.org> References: <20160925233222.33804eb3@scratchpost.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]:49593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpacG-0007fI-EP for guix-devel@gnu.org; Thu, 29 Sep 2016 08:39:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpacC-0004uQ-9f for guix-devel@gnu.org; Thu, 29 Sep 2016 08:39:07 -0400 In-Reply-To: <20160925233222.33804eb3@scratchpost.org> (Danny Milosavljevic's message of "Sun, 25 Sep 2016 23:32:22 +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" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hi, Danny Milosavljevic skribis: > so I've updated to 947a5d47a50252cb0b87b78a8f83f274dec593e2 git guix and = now I don't have any useful locales. > > $ locale -a > C > POSIX I think this has always been the case because this command only lists statically-known locales, strangely enough. > Also, gnome-terminal doesn't start anymore: > > $ gnome-terminal > Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Facto= ry0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:o= rg.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exi= ted with status 8 > > $ gnome-terminal --disable-factory > Failed to parse arguments: Option "--disable-factory" is no longer suppor= ted in this version of gnome-terminal. Hmm, I suppose there is something else going on here. Could you try in =E2=80=98guix system vm=E2=80=99 with the desktop.tmpl exa= mple and see if the same problem occurs? Thanks for reporting it, Ludo=E2=80=99.