After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664215 - Make the VM thumbnail in the properties view insensitive
Make the VM thumbnail in the properties view insensitive
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-16 18:02 UTC by Cosimo Cecchi
Modified: 2016-03-31 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make the VM thumbnail in the properties view insensitive (3.75 KB, patch)
2011-11-25 01:56 UTC, Marc-Andre Lureau
committed Details | Review

Description Cosimo Cecchi 2011-11-16 18:02:19 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.
Comment 1 Marc-Andre Lureau 2011-11-16 18:15:37 UTC
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
Comment 2 Marc-Andre Lureau 2011-11-25 01:56:13 UTC
Created attachment 202109 [details] [review]
Make the VM thumbnail in the properties view insensitive

We need a newer spice-gtk from git
Comment 3 Zeeshan Ali 2011-11-26 03:37:16 UTC
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);
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Comment 4 Marc-Andre Lureau 2011-12-02 10:12:36 UTC
Attachment 202109 [details] pushed as 70adec0 - Make the VM thumbnail in the properties view insensitive