Xmader / aria-ng-gui

一个 Aria2 图形界面客户端 | An Aria2 GUI for Windows & Linux & MacOS
https://aria-ng.xmader.com/
MIT License
1.76k stars 157 forks source link

v1.9.0 不能运行 #14

Closed ifsc01 closed 5 years ago

ifsc01 commented 5 years ago

下载完打开就这样了

image

Uncaught Exception:
Error: EROFS: read-only file system, open '/private/var/folders/q_/bmw7x38529lg5zjm9wb7v0cr0000gn/T/AppTranslocation/5E871478-ADFC-4DD9-9027-E6EE5BB0AA7D/d/AriaNgGUI.app/Contents/Resources/app/aria2/aria2.conf'
    at Object.fs.openSync (fs.js:577:3)
    at Object.module.(anonymous function) [as openSync] (ELECTRON_ASAR.js:166:20)
    at Object.fs.writeFileSync (fs.js:1321:33)
    at edit_conf (/private/var/folders/q_/bmw7x38529lg5zjm9wb7v0cr0000gn/T/AppTranslocation/5E871478-ADFC-4DD9-9027-E6EE5BB0AA7D/d/AriaNgGUI.app/Contents/Resources/app/edit_conf.js:41:8)
    at App.<anonymous> (/private/var/folders/q_/bmw7x38529lg5zjm9wb7v0cr0000gn/T/AppTranslocation/5E871478-ADFC-4DD9-9027-E6EE5BB0AA7D/d/AriaNgGUI.app/Contents/Resources/app/app.js:58:5)
    at App.emit (events.js:187:15)
Xmader commented 5 years ago

你好, AriaNg GUI 需要完全解压后才能运行

ifsc01 commented 5 years ago

啥叫完全解压,mac下不就是双击app

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Xmader notifications@github.com 发送时间: 星期四, 二月 28, 2019 12:35 上午 收件人: Xmader/aria-ng-gui 抄送: ifsc01; Author 主题: Re: [Xmader/aria-ng-gui] v1.9.0 不能运行 (#14)

你好, AriaNg GUI 需要完全解压后才能打开

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Xmader/aria-ng-gui/issues/14#issuecomment-467934223, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AfrXz7L8wCMYWt6KkbZPSKjMUUip456kks5vRrPZgaJpZM4bUesd.

Xmader commented 5 years ago

抱歉,我对 MacOS 不熟悉,我误认为你是从一个解压缩软件中打开 AriaNgGUI.app

由于 MacOS 上的 App Translocation 机制,在 ~/Downloads 文件夹中打开的 APP 会被自动挂载到一个只读文件系统,需要将它移动到其它的文件夹中(通常是 /Applications 中)才能正常打开

参考:https://lapcatsoftware.com/articles/app-translocation.html