Skip to content

Commit

Permalink
Don't spawn GUI, use headless.
Browse files Browse the repository at this point in the history
git-svn-id: http://vboxweb.googlecode.com/svn/trunk@61 729376a8-6c6b-11de-afdd-bb9f892af8c1
  • Loading branch information
vboxweb committed Aug 21, 2009
1 parent 899af09 commit e45d11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VBoxWebSrv.py
Expand Up @@ -399,7 +399,7 @@ def vboxVMAction(self, operation, uuid):
# Close session if opened # Close session if opened
if operation == "startvm": if operation == "startvm":
session = self.ctx['mgr'].getSessionObject(self.ctx['vb']) session = self.ctx['mgr'].getSessionObject(self.ctx['vb'])
progress = self.ctx['vb'].openRemoteSession(session, uuid, "gui", "") progress = self.ctx['vb'].openRemoteSession(session, uuid, "headless", "")
# todo we shouldn't wait here, perform asynchronously # todo we shouldn't wait here, perform asynchronously
progress.waitForCompletion(-1) progress.waitForCompletion(-1)
session.close() session.close()
Expand Down

0 comments on commit e45d11c

Please sign in to comment.