Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Slowroll:Build:2
virt-manager
virtman-dont-specify-gtksource-version.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtman-dont-specify-gtksource-version.patch of Package virt-manager
Index: virt-manager-3.2.0/virtManager/xmleditor.py =================================================================== --- virt-manager-3.2.0.orig/virtManager/xmleditor.py +++ virt-manager-3.2.0/virtManager/xmleditor.py @@ -7,12 +7,7 @@ import gi from virtinst import log # We can use either gtksourceview3 or gtksourceview4 -try: - gi.require_version("GtkSource", "4") - log.debug("Using GtkSource 4") -except ValueError: # pragma: no cover - gi.require_version("GtkSource", "3.0") - log.debug("Using GtkSource 3.0") +gi.require_version("GtkSource", "3.0") from gi.repository import GtkSource from .lib import uiutil
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