- vboxwrapper: don't run headful if client is sandboxed (it won't work).

svn path=/trunk/boinc/; revision=25695
This commit is contained in:
David Anderson 2012-05-18 18:24:58 +00:00
parent 023031a497
commit c8c85f4a75
2 changed files with 6 additions and 1 deletions

View File

@ -3919,3 +3919,8 @@ David 18 May 2012
sched/
sched_array.cpp
David 18 May 2012
- vboxwrapper: don't run headful if client is sandboxed (it won't work).
samples/vboxwrapper/
vboxwrapper.cpp

View File

@ -433,7 +433,7 @@ int main(int argc, char** argv) {
vm.vm_cpu_count = "1";
}
if (aid.vbox_window) {
if (aid.vbox_window && !aid.using_sandbox) {
vm.headless = false;
}