GNOME Bugzilla – Bug 664216
Hide password entry if the VM is not password protected
Last modified: 2016-03-31 13:58:07 UTC
When clicking on a VM in the overview page, there's a nice animation that scales up its thumbnail before switching to the real VM window. While the animation is in progress, I see a "Password" entry below the scaled up thumbnail; this should be shown only if the VM needs a password.
Created attachment 201557 [details] [review] Hide password entry if the VM is not password protected
Comment on attachment 201557 [details] [review] Hide password entry if the VM is not password protected Seems to work great :)
I actually pushed it along with another password fix. commit 8ef80d81b0bad3754db65505504c3fcdc80911c5 Author: Marc-André Lureau <marcandre.lureau@gmail.com> Date: Thu Nov 17 01:28:56 2011 +0100 Fix connect to libvirt machine with password commit c35334bf64f391ed7e59d746f629d5ecde9945f3 Author: Marc-André Lureau <marcandre.lureau@gmail.com> Date: Wed Nov 16 19:20:37 2011 +0100 Hide password entry if the VM is not password protected https://bugzilla.gnome.org/show_bug.cgi?id=664216
(In reply to comment #0) > When clicking on a VM in the overview page, there's a nice animation that > scales up its thumbnail before switching to the real VM window. > While the animation is in progress, I see a "Password" entry below the scaled > up thumbnail; this should be shown only if the VM needs a password. in theory we should have a prettier zoom-in effect, I didn't get around of retriving the item geometry from the iconview yet, but it should get more fancy later ;)