Changeset 4127 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 13, 2007 11:05:15 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r4095 r4127 4235 4235 #ifdef RT_OS_LINUX 4236 4236 /* make sure the VM process will start on the same display as VBoxManage */ 4237 env = Utf8StrFmt ("DISPLAY=%s", getenv ("DISPLAY")); 4237 { 4238 const char *display = getenv ("DISPLAY"); 4239 if (display) 4240 env = Utf8StrFmt ("DISPLAY=%s", display); 4241 } 4238 4242 #endif 4239 4243 ComPtr<IProgress> progress;
Note:
See TracChangeset
for help on using the changeset viewer.