From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jone Subject: Re: How to replace package in system configuration? Date: Wed, 4 Jul 2018 19:53:31 +0000 Message-ID: References: <878t6r833l.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000ffcad0057031c822" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fanqI-0001nt-0G for help-guix@gnu.org; Wed, 04 Jul 2018 15:53:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fanqH-0007I2-CA for help-guix@gnu.org; Wed, 04 Jul 2018 15:53:34 -0400 Received: from mail-ed1-x531.google.com ([2a00:1450:4864:20::531]:35963) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fanqH-0007HA-4R for help-guix@gnu.org; Wed, 04 Jul 2018 15:53:33 -0400 Received: by mail-ed1-x531.google.com with SMTP id t3-v6so4756437eds.3 for ; Wed, 04 Jul 2018 12:53:32 -0700 (PDT) In-Reply-To: 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" Cc: help-guix --000000000000ffcad0057031c822 Content-Type: text/plain; charset="UTF-8" I was able to remove colord only like this: (remove (lambda (service) (eq? (service-value service) colord)) ;; colord-service-type not exported %desktop-services) and after removing, the login to Xfce freezes for some time. In short, something goes wrong =) Where to see logs? --000000000000ffcad0057031c822 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I was able to remove colord only like this:

(r= emove (lambda (service)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (eq? (service-value service) colord))=C2=A0 ;; colord-service-type n= ot exported
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 %desktop-services= )

and after removing, the login to Xfce freezes for some = time. In short, something goes wrong =3D)
Where to see logs?

--000000000000ffcad0057031c822--