Changeset 4064 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 7, 2007 2:19:46 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r3917 r4064 4236 4236 } 4237 4237 4238 Bstr env; 4239 #ifdef RT_OS_LINUX 4240 /* make sure the VM process will start on the same display as VBoxManage */ 4241 env = Utf8StrFmt ("DISPLAY=%s", getenv ("DISPLAY")); 4242 #endif 4238 4243 ComPtr<IProgress> progress; 4239 CHECK_ERROR_RET(virtualBox, OpenRemoteSession(session, uuid, sessionType, progress.asOutParam()), rc); 4244 CHECK_ERROR_RET(virtualBox, OpenRemoteSession(session, uuid, sessionType, 4245 env, progress.asOutParam()), rc); 4240 4246 RTPrintf("Waiting for the remote session to open...\n"); 4241 4247 CHECK_ERROR_RET(progress, WaitForCompletion (-1), 1);
Note:
See TracChangeset
for help on using the changeset viewer.