With the recent version of gtk3 (> 3.19) virt-viewer produces some runtime warnings: Gtk-WARNING **: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node box owner ViewAutoDrawer) Gtk-WARNING **: Allocating size to SpiceDisplay 0xcffa50 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? They seem to be related to AutoDrawer Would be nice to drop AutoDrawer and use gtk3 (GtkOverlay) for its functionality (top slider in the fullscreen mode)
btw, same issue with virt-manager which uses similar code (in python though)
Note I just switched to Gtk Overlay + Gtk Revealer in virt-manager and dropped autodrawer, it's much simpler and all those runtime warnings are gone now. Mandates gtk 3.10 for Revealer though... https://github.com/virt-manager/virt-manager/commit/dc05600324f6b9a82b68581fc0a9c145f9889ce9
Fixed: https://git.fedorahosted.org/cgit/virt-viewer.git/commit/?id=cc455b7f916110d7cfae6b7af753349e070c9494
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.