GNOME Bugzilla – Bug 763772
Read-only property of VNC display not always correctly saved/loaded
Last modified: 2016-09-20 08:15:55 UTC
Steps to reproduce: 1. Launch a box that uses VNC as it's display (to get it running) 2. Go back to overview once it's loaded. 3. Change 'Read-only' property by launching properties view via right-click menu 4. After quitting properties, re-launch the box. 5. Launch properties from topbar menu. Your change to Read-only property is lost. From the fact that change is remembered if you launch the properties from overview both times, I'm guessing the issue is that property is not loaded properly rather than change not saved. Anyway, needs further debugging..
Created attachment 326917 [details] [review] Remove set_enable_inputs () It is not needed, because the spice-gtk widget has enabled inputs by default and the vnc widget gets it from its "read-only" property.
Thanks, pushed with log improved.