Hi, thank you for making Nomad! I'm so excited to try it and start contributing, I'm already a schemer and use Nyxt but I the idea of a hackable browser in Scheme is a dream come true. I'm interested in making a Gemini client for it, if noone has already done this.
Unfortunately I can't get it to load any website. I open the app and type in the URL, only to arrive at a blank buffer that merely says "Web GTK has encountered and issue". I'm on Guix System and installed from the package manager. Below is the error from the terminal, i've tried pulling the dependencies but it seems i have them. Could it be that I'm on guile 3?
Details
`2020-12-19 00:07:36 (WARN): (Can not load guile graphviz extension libgv_guile.so)
WARNING: (nomad nomad): imported module (nomad doc) overrides core binding `module-filename'
WARNING: (nomad gtk application): 'init' imported from both (g-golf) and (nomad init)
2020-12-19 00:07:36 (DEBUG): (Registering uri scheme: nomad)
(process:6554): GLib-GIO-ERROR **: 00:08:43.754: Settings schema 'org.gnome.system.proxy' is not installed
2020-12-19 00:08:51 (INFO): (Running shutdown hook)`
and here is my guix describe
Details
`
(list (channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(commit
"712cdf306b09b3a5b27c0f8f42860ede196134fd")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(commit
"b129b43475442b1da43d8209914fee215f98aa29")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
`
Hi, thank you for making Nomad! I'm so excited to try it and start contributing, I'm already a schemer and use Nyxt but I the idea of a hackable browser in Scheme is a dream come true. I'm interested in making a Gemini client for it, if noone has already done this.
Unfortunately I can't get it to load any website. I open the app and type in the URL, only to arrive at a blank buffer that merely says "Web GTK has encountered and issue". I'm on Guix System and installed from the package manager. Below is the error from the terminal, i've tried pulling the dependencies but it seems i have them. Could it be that I'm on guile 3?
Details
`2020-12-19 00:07:36 (WARN): (Can not load guile graphviz extension libgv_guile.so) WARNING: (nomad nomad): imported module (nomad doc) overrides core binding `module-filename' WARNING: (nomad gtk application): 'init' imported from both (g-golf) and (nomad init) 2020-12-19 00:07:36 (DEBUG): (Registering uri scheme: nomad)(process:6554): GLib-GIO-ERROR **: 00:08:43.754: Settings schema 'org.gnome.system.proxy' is not installed
2020-12-19 00:08:51 (INFO): (Running shutdown hook)`
and here is my
guix describeDetails
` (list (channel (name 'nonguix) (url "https://gitlab.com/nonguix/nonguix") (commit "712cdf306b09b3a5b27c0f8f42860ede196134fd") (introduction (make-channel-introduction "897c1a470da759236cc11798f4e0a5f7d4d59fbc" (openpgp-fingerprint "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) (channel (name 'guix) (url "https://git.savannah.gnu.org/git/guix.git") (commit "b129b43475442b1da43d8209914fee215f98aa29") (introduction (make-channel-introduction "9edb3f66fd807b096b48283debdcddccfea34bad" (openpgp-fingerprint "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) `