From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch Date: Sat, 30 May 2015 10:23:38 +0800 Message-ID: <87iobayf9x.fsf@gmail.com> References: <87y4kc5084.fsf@163.com> <871thz7qcs.fsf@gmail.com> <878uc7xg0v.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyWQU-00050w-Fu for guix-devel@gnu.org; Fri, 29 May 2015 22:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyWQL-0004I1-81 for guix-devel@gnu.org; Fri, 29 May 2015 22:23:06 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:33362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyWQL-0004Hv-0I for guix-devel@gnu.org; Fri, 29 May 2015 22:22:57 -0400 Received: by padj3 with SMTP id j3so4929433pad.0 for ; Fri, 29 May 2015 19:22:56 -0700 (PDT) In-Reply-To: <878uc7xg0v.fsf@163.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cc: Feng Shu Feng Shu writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > >> Hi, I update it to webkitgtk-2.4.9, apply and modify your patch, end wit= h: >> >> * 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. >>=20=20=20=20 >> * 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=3D$HOME/.guix-profile/lib/gio/modules emacs