Bug 1110679
| Summary: | Fail to display spice guest graphical console with the latest spice-gtk | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | tingting zheng <tzheng> |
| Component: | spice-gtk | Assignee: | Default Assignee for SPICE Bugs <rh-spice-bugs> |
| Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.6 | CC: | acathrow, cfergeau, codong, dblechte, djasa, dyuan, juzhou, lcui, marcandre.lureau, mzhan, tzheng |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-18 16:46:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
tingting zheng
2014-06-18 08:55:36 UTC
spice-gtk-0.22-4 was built against glib 2.28 (this is related to bug #1101398). This bug should go away if you upgrade to glib2 2.28 instead of glib2 2.26 which I think you are currently using. (In reply to Christophe Fergeau from comment #2) > spice-gtk-0.22-4 was built against glib 2.28 (this is related to bug > #1101398). This bug should go away if you upgrade to glib2 2.28 instead of > glib2 2.26 which I think you are currently using. I checked my host,it indeed uses glib 2.26. After upgrade to glib2 2.28,virt-viewer can work well. So,spice-gtk should be used together with glib 2.28, however why there is no dependency added in spice-gtk,users will have no idea that they need to update glib while updating spice-gtk. (In reply to tingting zheng from comment #3) > > I checked my host,it indeed uses glib 2.26. > After upgrade to glib2 2.28,virt-viewer can work well. > So,spice-gtk should be used together with glib 2.28, however why there is no > dependency added in spice-gtk,users will have no idea that they need to > update glib while updating spice-gtk. This runtime dependency on glib 2.28 appeared implicitly because glib 2.28 was present in the build root when the latest spice-gtk build was done. We could set the correct version in spice-gtk Requires, but ideally glib would make it possible to automatically detect this :( For what it's worth, I don't think we support users upgrading only a subset of rhel6.6 packages. let's bump requirement, this will also please people who need https proxy support (ah https proxy support is only available in 2.24) (ah https proxy support is only available in 0.24) *** This bug has been marked as a duplicate of bug 1097338 *** just for the record, the spice-gtk-0.22-6 with the new glib requirement works. |