Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15
virt-manager.9957
virtman-kvm.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File virtman-kvm.patch of Package virt-manager.9957
/usr/bin/kvm doesn't exist on suse distros so check instead for /usr/bin/qemu-system-x86_64 Index: virt-manager-1.5.0/virtManager/connect.py =================================================================== --- virt-manager-1.5.0.orig/virtManager/connect.py +++ virt-manager-1.5.0/virtManager/connect.py @@ -117,7 +117,7 @@ class vmmConnect(vmmGObjectUI): 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