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

Fedora 28+ broke support for gtk-vnc-python #152

Open
Cyborgscode opened this issue Dec 3, 2018 · 1 comment
Open

Fedora 28+ broke support for gtk-vnc-python #152

Cyborgscode opened this issue Dec 3, 2018 · 1 comment

Comments

@Cyborgscode
Copy link

Fedora 28+ removed the needed gtk-vnc-python package.

You can use the one from F27 by doing this as root:

rpm -i --force --nodeps http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/x86_64/os/Packages/g/gtk-vnc-python-0.7.1-3.fc27.x86_64.rpm
(change to i686 if you are still use 32bit, which you shouldn't)

@berrange
Copy link

berrange commented Dec 3, 2018

The GTK-VNC 0.8.0 release entirely deleted the python binding. Applications should access GTK-VNC APIs using GObject Introspection instead. Note that support for GTK2 is also going to be dropped from GTK-VNC, so it is advisable to switch to using the modern GTK3 toolkit too. You can see illustration of using GTK-VNC via GObject Introspection here:

https://gitlab.gnome.org/GNOME/gtk-vnc/blob/master/examples/gvncviewer.py

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

No branches or pull requests

2 participants