Bug 1352226
| Summary: | virt-viewer doesn't send window resize events | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | David Craven <david> |
| Component: | virt-viewer | Assignee: | Daniel Berrangé <berrange> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | lemenkov, pgrunt, rbalakri, xen-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-12 06:21:30 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
David Craven
2016-07-02 17:29:11 UTC
Maybe this is related: ** (remote-viewer:20893): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-mv7zMXN5YD: Connection refused (remote-viewer:20893): Spice-WARNING **: channel-display-gst.c:303:create_pipeline: GStreamer error: no element "appsrc" (remote-viewer:20893): Spice-WARNING **: channel-display-gst.c:303:create_pipeline: GStreamer error: no element "appsrc" (remote-viewer:20893): Spice-WARNING **: channel-display-gst.c:303:create_pipeline: GStreamer error: no element "appsrc" (remote-viewer:20893): Gtk-WARNING **: Allocating size to SpiceDisplay 0xfa4470 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? Hi, It is not a bug, in the past agent handled resizing. But now it is handled by qxl (drm kernel driver), however it needs some support in window manager - currently implemented in GNOME (mutter). I don't know about support in other desktop environments. Thank you for the information. (In reply to David Craven from comment #1) > Maybe this is related: ... > (remote-viewer:20893): Gtk-WARNING **: Allocating size to SpiceDisplay > 0xfa4470 without calling gtk_widget_get_preferred_width/height(). How does > the code know the size to allocate? This one is a well-known old GTK bug. See bug 1488249. |