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