Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
virt-manager
virtman-kvm.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtman-kvm.patch of Package virt-manager
/usr/bin/kvm doesn't exist on suse distros so check instead for /usr/bin/qemu-system-x86_64 Index: virt-manager-3.0.0/virtManager/createconn.py =================================================================== --- virt-manager-3.0.0.orig/virtManager/createconn.py +++ virt-manager-3.0.0/virtManager/createconn.py @@ -33,7 +33,7 @@ def _default_uri(): # pragma: no cover if (os.path.exists("/usr/bin/qemu") or os.path.exists("/usr/bin/qemu-kvm") or - os.path.exists("/usr/bin/kvm") or + os.path.exists("/usr/bin/qemu-system-x86_64") or os.path.exists("/usr/libexec/qemu-kvm") or glob.glob("/usr/bin/qemu-system-*")): return "qemu:///system"
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