[virt-tools-list] [PATCH] engine: improve message about missing binaries
Cole Robinson
crobinso at redhat.com
Wed Aug 16 21:37:33 UTC 2017
On 08/14/2017 10:04 AM, Christian Ehrhardt wrote:
> 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 at canonical.com>
> ---
> virtManager/engine.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/virtManager/engine.py b/virtManager/engine.py
> index 644a42a..262375e 100644
> --- a/virtManager/engine.py
> +++ b/virtManager/engine.py
> @@ -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")
>
>
Pushed, thanks!
- Cole
More information about the virt-tools-list
mailing list