GNOME Bugzilla – Bug 664215
Make the VM thumbnail in the properties view insensitive
Last modified: 2016-03-31 14:03:07 UTC
The VM thumbnail in the "properties" view page (i.e. the one with the load graphs) reacts to clicks as a regular VM window. I suspect it's actually *the* VM window just scaled down :) Anyway, it should not be sensitive to clicks in that view.
yup! taking this one, - we can switch read-only property on VNC display already, that's trivial - I'll finish the branch for spice-gtk read-only switch
Created attachment 202109 [details] [review] Make the VM thumbnail in the properties view insensitive We need a newer spice-gtk from git
Review of attachment 202109 [details] [review]: Works! Ack otherwise but please rid of these: machine.vala:372.25-372.72: warning: unhandled error `Boxes.Error' machine.display.set_enable_inputs (widget, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ machine.vala:390.13-390.61: warning: unhandled error `Boxes.Error' machine.display.set_enable_inputs (widget, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Attachment 202109 [details] pushed as 70adec0 - Make the VM thumbnail in the properties view insensitive