rbrito / tunesviewer

iTunes U browser for non-{Mac,Windows} operating systems
http://tunesviewer.sourceforge.net/
24 stars 10 forks source link

Fix Tunesviewer-2.0 to work in Ubuntu 17.10 #81

Closed programmin1 closed 5 years ago

programmin1 commented 7 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

and the broken parts causing exceptions should be fixed. (The inspector may be the tricky part...)

programmin1 commented 5 years ago

This is Oooold. Fixed a long time ago.