﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
9785,Set extradata for specific Machine not working,ls,,"To start a machine in kiosk mode, without using SDL, we're suppose to do :
{{{
VBoxManage setextradata [NAME] GUI/Customizations noMenuBar,noStatusBar
}}}

but it doesn't work. Only global customization Work :
{{{
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar
}}}

But this way, we can't set a Machine with menu, and an other without menu.
This is on Ubuntu Linux Host, I still didn't make a try on Windows Host.

Context : I first tried global customization to switch off menus, then global customization to switch them on: it worked.  Then I tried to swich menus off for specefic machine, and it didn't worked. 
",defect,closed,VM control,VirtualBox 4.1.4,worksforme,,,Linux,Linux
