GNOME Bugzilla – Bug 676631
Allow to open a machine from command line
Last modified: 2016-03-31 13:58:48 UTC
If the name is not a file or a URI, lookup the machine from the collection and open it. This allows calling "gnome-boxes xp" to start and open that VM for example.
Created attachment 214748 [details] [review] Allow to open a machine from command line
Review of attachment 214748 [details] [review]: ACK otherwise! ::: src/app.vala @@ -147,0 +147,11 @@ + public void open (string name) { + ui_state = UIState.COLLECTION; + view.visible = false; // to avoid some glitches ... 8 more ... nitpick: newline before 'return' as per coding-style..
Attachment 214748 [details] pushed as 82955dc - Allow to open a machine from command line