mirror of https://github.com/BOINC/boinc.git
- vboxwrapper: don't run headful if client is sandboxed (it won't work).
svn path=/trunk/boinc/; revision=25695
This commit is contained in:
parent
023031a497
commit
c8c85f4a75
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue