help-guix
[Top][All Lists]
Advanced

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

Re: Installed from guix on fedora 33, nyxt display blank buffer instead


From: zimoun
Subject: Re: Installed from guix on fedora 33, nyxt display blank buffer instead of opening urls
Date: Wed, 24 Feb 2021 10:28:25 +0100

Hi,

On Mon, 22 Feb 2021 at 20:14, Roland Everaert via <help-guix@gnu.org> wrote:

> I already opened an issue with the Nyxt project and they think the problem is 
> related to a conflict between guix and fedora.
>
> The issue in the Nyxt project is:
> https://github.com/atlas-engineer/nyxt/issues/1132

Could you try:

--8<---------------cut here---------------start------------->8---
guix environment --preserve='^DISPLAY$' --container --network \
  --expose=/etc/machine-id \
  --expose=/etc/ssl/certs/ \
  --share=$HOME/.local/share/nyxt/=$HOME/.local/share/nyxt/ \
  --ad-hoc nyxt nss-certs dbus --  nyxt
--8<---------------cut here---------------end--------------->8---

?  From 
<https://guix.gnu.org/manual/devel/en/guix.html#Invoking-guix-environment>.

The ’--container’ part removes any potential conflicts between Guix and
Fedora.

Then,

--8<---------------cut here---------------start------------->8---
guix environment --pure \
  --ad-hoc nyxt nss-certs dbus --  nyxt
--8<---------------cut here---------------end--------------->8---

?

Thanks,
simon




reply via email to

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