help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to replace package in system configuration?


From: Jone
Subject: Re: How to replace package in system configuration?
Date: Wed, 4 Jul 2018 19:53:31 +0000

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?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]