mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-06 03:06:58 -05:00
engine: improve message about missing binaries
The message when failing to connect can be misleading as package names will differ per Distribution as well as not apply for e.g. self built binaries. This changes the message in a way to be more generic not implying literal package names. Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
This commit is contained in:
committed by
Cole Robinson
parent
c92aade081
commit
e76b904656
@@ -217,8 +217,8 @@ class vmmEngine(vmmGObject):
|
||||
# Manager fail message
|
||||
msg = _("Could not detect a default hypervisor. Make\n"
|
||||
"sure the appropriate virtualization packages\n"
|
||||
"are installed (kvm, qemu, libvirt, etc.), and\n"
|
||||
"that libvirtd is running.\n\n"
|
||||
"containing kvm, qemu, libvirt, etc. are\n"
|
||||
"installed, and that libvirtd is running.\n\n"
|
||||
"A hypervisor connection can be manually\n"
|
||||
"added via File->Add Connection")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user