← Back to team overview

gufw-developers team mailing list archive

Re: [Bug 1617780] Re: Port gufw to WebKit2

 

Hi Jeremy!

I'm a bit stuck with the not relative imports of python3 grrrrr :P Do
you know where is the issue?
Gufw appears install right and run now with python3 (I have to check
everything yet) but I'm having these 2 first warning + error when I
try to install with:

costales@dev:~/Desktop/gui-ufw$ sudo python3 setup.py install --prefix=/usr
/usr/lib/python3/dist-packages/DistUtilsExtra/auto.py:349:
PyGIWarning: Gdk was imported without specifying a version first. Use
gi.require_version('Gdk', '3.0') before import to ensure that the
right version gets loaded.
  mod = __import__(module)
ERROR: Python module controller not found
[.... everything OK from here ...]

Thanks in advance!
--
Sent using Dekko from my Ubuntu device

-- 
You received this bug notification because you are a member of Gufw
Developers, which is subscribed to Gufw.
https://bugs.launchpad.net/bugs/1617780

Title:
  Port gufw to WebKit2

Status in Gufw:
  Fix Committed

Bug description:
  The old webkitgtk api is no longer being developed and it likely has
  security issues fixed in the new webkit2gtk. From what I can tell,
  gufw is the last thing keeping the old webkitgtk on Ubuntu MATE's
  yakkety image.

  https://blogs.gnome.org/mcatanzaro/2016/03/30/positive-progress-on-
  webkitgtk-security-updates/

  I'm attaching a patch to convert gufw to WebKit2. I just made up the
  arguments for context_menu_cb; it needed 5 of them...

  https://lazka.github.io/pgi-
  docs/WebKit2-4.0/classes/WebView.html#WebKit2.WebView.signals.context_menu

  You'll also want to change gir1.2-webkit-3.0 to gir1.2-webkit2-4.0 in
  your debian/control.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/1617780/+subscriptions


References