GNOME Bugzilla – Bug 683108
Show some feedback during VM launch
Last modified: 2016-03-31 14:02:21 UTC
Some things can take a lot of time during VM launch. For instance, we might need to restore a saved VM from disk. We should have some feedback on what is happening, like in this mockup: http://fedorapeople.org/~jimmac/gnome3/Boxes-login.webm
Created attachment 223070 [details] [review] Show some status messages during VM launch
Review of attachment 223070 [details] [review]: Looks good to me, this at least needs notifications of gnome-i18n and the doc team as this adds new strings.
Review of attachment 223070 [details] [review]: ::: src/machine.vala @@ +94,3 @@ return; + status = _("Connecting to %s").printf (name); Translation comment highly welcome. In many languages the translation of "to" depends on what %s is. For German I could use "zu" or "mit" depending on what follows. https://live.gnome.org/TranslationProject/DevGuidelines/Use%20comments @@ +125,2 @@ need_password_id = _display.notify["need-password"].connect (() => { + status = _("Enter password for %s").printf (name); Translation comment highly welcome. In many languages the translation of "for" depends on whether %s is a username or a location. https://live.gnome.org/TranslationProject/DevGuidelines/Use%20comments
Attachment 223070 [details] pushed as a4fa454 - Show some status messages during VM launch