Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
virt-manager.10841
virtman-dont-specify-vte-version.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtman-dont-specify-vte-version.patch of Package virt-manager.10841
Creates a problem for gobject-introspection identifying what version of vte is really allowed. Vte 2.91 is installed on the host but the RPM is built requiring 2.90. --- virt-manager-1.4.0/virtManager/serialcon.py.orig 2016-06-21 15:35:45.109272839 -0600 +++ virt-manager-1.4.0/virtManager/serialcon.py 2016-06-21 15:35:56.637272738 -0600 @@ -32,12 +32,12 @@ from gi.repository import Gtk # We can use either 2.91 or 2.90. This is just to silence runtime warnings # pylint: disable=wrong-import-position -try: - gi.require_version("Vte", "2.91") - logging.debug("Using VTE API 2.91") -except ValueError: - gi.require_version("Vte", "2.90") - logging.debug("Using VTE API 2.90") +#try: +# gi.require_version("Vte", "2.91") +# logging.debug("Using VTE API 2.91") +#except ValueError: +# gi.require_version("Vte", "2.90") +# logging.debug("Using VTE API 2.90") from gi.repository import Vte import libvirt
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor