all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Foreign Distribution - how to disable guix home configuration?
@ 2022-03-28 16:30 Roland Everaert via
  2022-03-29 11:31 ` Daniel Meißner
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Everaert via @ 2022-03-28 16:30 UTC (permalink / raw)
  To: Guix Help ML

Hello,

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?

Is there a command in guix to do so?

Roland Everaert
---
Use the F.O.S.S., Luke

Envoyé avec la messagerie sécurisée [ProtonMail](https://protonmail.com/).

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Foreign Distribution - how to disable guix home configuration?
  2022-03-28 16:30 Foreign Distribution - how to disable guix home configuration? Roland Everaert via
@ 2022-03-29 11:31 ` Daniel Meißner
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Meißner @ 2022-03-29 11:31 UTC (permalink / raw)
  To: Roland Everaert; +Cc: help-guix

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-29 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 16:30 Foreign Distribution - how to disable guix home configuration? Roland Everaert via
2022-03-29 11:31 ` Daniel Meißner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.