From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch Date: Sun, 31 May 2015 21:23:42 +0200 Message-ID: <87d21g4kld.fsf@gnu.org> References: <87y4kc5084.fsf@163.com> <871thz7qcs.fsf@gmail.com> <878uc7xg0v.fsf@163.com> <87iobayf9x.fsf@gmail.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]:42202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz8pp-00074e-4Z for guix-devel@gnu.org; Sun, 31 May 2015 15:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yz8pl-0005r9-TQ for guix-devel@gnu.org; Sun, 31 May 2015 15:23:49 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz8pl-0005r4-QP for guix-devel@gnu.org; Sun, 31 May 2015 15:23:45 -0400 In-Reply-To: <87iobayf9x.fsf@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Sat, 30 May 2015 10:23:38 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org, Feng Shu =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > 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 wi= th: >>> >>> * 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 Should we arrange so that webkitgtk always adds glib-networking to its set of GIO modules? Ludo=E2=80=99.