Mendeley 最近从桌面版本转移到“Mendeley Reference Manager”。
链接: https: //www.mendeley.com/download-reference-manager/
它下载一个 AppImage 文件。我使文件可执行:
chmod a+x mendeley-reference-manager-2.77.0-x86_64.AppImage
Run Code Online (Sandbox Code Playgroud)
然后尝试安装它:
./mendeley-reference-manager-2.77.0-x86_64.AppImage
Run Code Online (Sandbox Code Playgroud)
这给出了以下错误:
(node:13441) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
[13441:0901/105344.492139:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
Run Code Online (Sandbox Code Playgroud)
尝试使用“sudo”安装会出现以下错误:
[13592:0901/105501.308639:FATAL:electron_main_delegate.cc(253)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Trace/breakpoint trap
Run Code Online (Sandbox Code Playgroud)
有什么帮助吗?格特·克鲁格