Virt-manager Spice console not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
virt-manager (Debian) |
New
|
Undecided
|
Unassigned | ||
virt-manager (Ubuntu) |
Incomplete
|
Medium
|
Unassigned |
Bug Description
Description of problem:
When starting Virt-Manager using spice I got error
"Virt-Manager Error Opening Spice console, SpiceClientGtk missing"
Although all the required packages are installed.
It works find on Ubuntu 14.04
But not on 16.04
Version-Release number of selected component (if applicable):
Working Ubuntu 14.04
$ uname -a
Linux nasho-OptiPlex-9010 3.19.0-66-generic #74~14.04.1-Ubuntu SMP Tue Jul 19 19:56:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ sudo dpkg --get-selections |grep spice
[sudo] password for nasho:
libspice-
libspice-
libspice-
python-
spice-client-
spice-client-gtk install
spice-vdagent install
NON-Working ubuntu 16.04
$ uname -a
Linux nasho-ThinkCent
$ sudo dpkg --get-selections |grep spice
libspice-
libspice-
libspice-
libspice-
python-
spice-client-
spice-client-gtk install
spice-html5 install
spice-vdagent install
* note that I also installed libspice-
How reproducible:
Every time
Steps to Reproduce:
1. Installed from software channel
2. deployed a windows vm instaleld spice agents. works fine with vnc but not with spice
3. all the configuration are correct and replicating the working system 14.04
Actual results:
No display
Expected results:
display works as well as copy past and screen resize
Additional info:
NA
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: virt-manager 1:1.3.2-
ProcVersionSign
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Aug 15 13:00:45 2016
ExecutablePath: /usr/share/
InstallationDate: Installed on 2016-08-12 (3 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
InterpreterPath: /usr/bin/python2.7
PackageArchitec
ProcEnviron:
LANGUAGE=en_IE:en
PATH=(custom, user)
XDG_RUNTIME_
LANG=en_IE.UTF-8
SHELL=/bin/bash
SourcePackage: virt-manager
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in virt-manager (Ubuntu): | |
importance: | Undecided → Low |
importance: | Low → Medium |
Hi,
I got it working using this magic incantation:
apt install gir1.2- spice-client- gtk-3.0
Yes, it's still broken, but at least you perhaps get stuff done.
Hope that helps!
-=david=-