Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Tunesviewer-2.0 to work in Ubuntu 17.10 #81

Closed
programmin1 opened this issue Oct 18, 2017 · 1 comment
Closed

Fix Tunesviewer-2.0 to work in Ubuntu 17.10 #81

programmin1 opened this issue Oct 18, 2017 · 1 comment

Comments

@programmin1
Copy link
Collaborator

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
Copy link
Collaborator Author

This is Oooold. Fixed a long time ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant