Fails to load moonlight out or browser application in ubuntu

984 Views Asked by At

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/[email protected]/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.

1

There are 1 best solutions below

2
On

I've debugged this (lunar-launcher doesn't know where to find libmoonplugin.so). I'm about to commit a fix to git master, so the next nightly build should solve this problem.