Closed programmin1 closed 5 years ago
The Tunesviewer viewer is based on WebKit GTK module, while GTK WebKit2 is now apparently the only supported Webkit Webview supported in the Ubuntu/Debian repos (https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1723576)
To start,
from gi.repository import WebKit
should be changed to from gi.repository import WebKit2
from gi.repository import WebKit2
and the broken parts causing exceptions should be fixed. (The inspector may be the tricky part...)
This is Oooold. Fixed a long time ago.
The Tunesviewer viewer is based on WebKit GTK module, while GTK WebKit2 is now apparently the only supported Webkit Webview supported in the Ubuntu/Debian repos (https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1723576)
To start,
from gi.repository import WebKit
should be changed to
from gi.repository import WebKit2
and the broken parts causing exceptions should be fixed. (The inspector may be the tricky part...)