Hi, > > --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---
> > The ’--container’ part removes any potential conflicts between Guix and > > Fedora. > > --8<---------------cut here---------------start------------->8--- > > guix environment --pure \ > > --ad-hoc nyxt nss-certs dbus -- nyxt > > --8<---------------cut here---------------end--------------->8--- > Unfortunately, I still face the same problem. The only notable difference, is > the fact that nyxt don't trust the certificate from duckduckgo. But, once I > add it with the function add-domain-to-certificate-exceptions, the problem > with webkitgtk arise. Do you mean using the command with '--container'? Maybe 1. you have a problem of config on your side with the certificates; from where do they come from? What does ot happens for other website than duckduckgo? Then 2. the 'add-domain-to-certicate-exceptions' looks like a bug on the Nyxt side. Hope that helps, simon
