I have implemented a out of browser feature using silverlight 4 and it is working fine in Microsoft environment. While i am testing the same page in linux (ubuntu) environment, the out-of-browser application installed perfectly in linux env but while opening the application it is showing the following error.
There was an error launching the application. Details: Failed to execute child process "/home/lenovo/.mozilla/firefox/x9y2ruwx.default/extensions/moonlight@novell.com/plugins/moonlight/lunar-launcher" (Permission denied)
You can test with the following url: http://www.microsoft.com/silverlight/out-of-browser/demo/
The following are my testing environments: OS: ubuntu 10.10 Browser: Mozilla firefox 3.6 with Moonlight plug-in Version 4.0.51204.0
Can you tell me how to resolve this issue.