月光 4 浏览器外

发布于 2024-10-19 12:17:27 字数 245 浏览 3 评论 0原文

我正在尝试在 Ubuntu 和 Moonlight 4 Preview 上在浏览器外启动一些现有的 Silverlight 应用程序。使用 Firefox 和 Chrome 安装应用程序非常方便。

我尝试过的所有示例都收到相同的错误消息:

执行子进程失败
“...有些长
路径.../月光/月球发射器"
(权限被拒绝)

有人有小费吗?

I'm trying to launch some of my existing Silverlight apps out-of-browser on Ubuntu and Moonlight 4 Preview. Install the apps was pretty sweet using Firefox and Chrome.

I received the same error message for all samples I tried:

Fails to execute child process
"...some long
path.../moonlight/lunar-launcher"
(Permission denied)

Any one has a tip?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丘比特射中我 2024-10-26 12:17:27

看起来“lunar-launcher”应用程序没有执行权限(运行 chmod +x /home/lenovo/.mozilla/firefox/x9y2ruwx.default/extensions/[email protected]/plugins/moonlight/lunar-launcher 修复它)或目录包含在没有正确的权限(尝试 chmod +rx /home/lenovo/.mozilla/firefox/x9y2ruwx.default/extensions/[电子邮件受保护]/plugins/moonlight 进行修复)

It looks like either the 'lunar-launcher' app doesn't have execute permissions (run chmod +x /home/lenovo/.mozilla/firefox/x9y2ruwx.default/extensions/[email protected]/plugins/moonlight/lunar-launcher to fix it) or else the directory it is contained in doesn't have the correct permissions (try chmod +rx /home/lenovo/.mozilla/firefox/x9y2ruwx.default/extensions/[email protected]/plugins/moonlight to fix)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文