help-guix
[Top][All Lists]
Advanced

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

Re: Foreign Distribution - how to disable guix home configuration?


From: Daniel Meißner
Subject: Re: Foreign Distribution - how to disable guix home configuration?
Date: Tue, 29 Mar 2022 13:31:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi Roland, hello Guix,

Roland Everaert via <help-guix@gnu.org> writes:

> Since I have updated my fedora box from version 34 to version 35, the
> libry path is messed up and most applications installed via dnf
> (fedora package manager) does not run.
>
> In a terminal (only xterm works so far), starting one of those failing
> application output a symbol lookup error with a path to a library in
> the /gnu/store, so far I only see reference to libpthread.
>
> I suspect guix home to be the culprit, so, I would like to ensure it
> is not started, to confirm or not my suspition.
>
> So, what is the best way to disable/deactivate it?

IIUC your ~/.profile should contain something like:

--8<---------------cut here---------------start------------->8---
HOME_ENVIRONMENT=$HOME/.guix-home
. $HOME_ENVIRONMENT/setup-environment
$HOME_ENVIRONMENT/on-first-login
--8<---------------cut here---------------end--------------->8---

So the way to ‘deactivate’ guix home would be to delete these lines as
these are run during login.

Best

-- 
Daniel



reply via email to

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