宋文武 <iyzs...@gmail.com> skribis: > Feng Shu <tuma...@163.com> writes: > >> 宋文武 <iyzs...@gmail.com> writes: >> >>> Hi, I update it to webkitgtk-2.4.9, apply and modify your patch, end with: >>> >>> * webkitgtk >>> Unmodified, for upstream 'stable' release. >>> GTK3 port with only WebKit2 API. >>> >>> * webkitgtk-2.4 >>> Last version with WebKit1 API support (also with WebKit2), GTK3 port. >>> >>> * webkitgtk/gtk+-2 >>> Last GTK2 port, only support WebKit1 API. >>> >> >> Good job, but after i build emacs-xwidget with webkitgtk-2.4, it can't >> open "https://..." ssl url, I don't know the reason, is it the >> webkitgtk's problem? How to test it? > webkitgtk based applications use glib-networking to handle 'https', > it's a gio module and used at the runtime. > try: > > $ guix package -i glib-networking > $ GIO_EXTRA_MODULES=$HOME/.guix-profile/lib/gio/modules emacs
Should we arrange so that webkitgtk always adds glib-networking to its set of GIO modules? Ludo’.