无法在 ubuntu 中加载月光或浏览器应用程序
我已经使用 silverlight 4 实现了浏览器外功能,并且它在 Microsoft 环境中运行良好。 当我在 Linux (ubuntu) 环境中测试同一页面时,浏览器外应用程序在 Linux 环境中完美安装,但在打开应用程序时显示以下错误。
启动应用程序时出错。 详细信息:无法执行子进程“/home/lenovo/.mozilla/firefox/x9y2ruwx.default/extensions/[email protected]/plugins/moonlight/lunar-launcher”(权限被拒绝)
您可以使用以下网址进行测试: http://www.microsoft.com/silverlight/out-of-browser/ demo/
以下是我的测试环境: 操作系统: ubuntu 10.10 浏览器:Mozilla firefox 3.6,带 Moonlight 插件版本 4.0.51204.0
您能告诉我如何解决此问题吗?
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经调试了这个(lunar-launcher 不知道在哪里可以找到 libmoonplugin.so)。我即将向 git master 提交修复,因此下一个夜间构建应该可以解决这个问题。
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.