我一直在尝试在 ubuntu 16.04 上安装Mendeley。我遵循了他们网站上的安装指南,但它根本无法启动。当我运行它时会出现该图标,并在 3 秒内消失。有什么想法吗?
mendeleydesktop终端运行输出
Unable to use Qt libraries in /usr/lib/x86_64-linux-gnu. Some components are missing:
/usr/lib/x86_64-linux-gnu/libQtWebKit.so.4 To run Mendeley Desktop you may need to install the QtWebKit and QtSvg packages provided by your Linux distribution. Using bundled SSL runtime libraries /usr/bin/../../opt/mendeleydesktop/bin/mendeleydesktop: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud) 我最近升级到 Ubuntu 22.04(从 20.04 开始),现在我的 Mendeley Reference Manager AppImage 无法启动。我制作了 AppImage 可执行文件并确认已libfuse2安装。当我尝试从终端运行 AppImage 文件时,出现以下错误:
(node:10810) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
(node:10810) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
[10810:0820/002523.646076: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)
有人能帮忙吗?如果您有兴趣,这里有一个 AppImage 下载链接: https: //www.mendeley.com/download-reference-manager/linux
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)
有什么帮助吗?格特·克鲁格
我刚刚更新到最新的 LibreOffice (6.0.4.2),但我从传统安装的版本更改为 LibreOffice 的 snap 版本。
现在,当我运行 Mendeley (1.19) 时,我不再看到安装 LibreOffice 插件的选项。
这可能是快照与常规安装不同的问题吗?最重要的是,有没有办法让插件工作?
我更喜欢使用 snaps,所以它们总是最新的,但如果我不能像以前那样工作,那么我会回到安装应用程序的旧风格。
现在我厌倦了这个错误,在尝试了从类似问题中发现的所有内容后,我决定发布此内容。所以我尝试在新安装的 Ubuntu 14.04 上安装mendeleydesktop :
sudo dpkg -i mendeleydesktop_1.16.1-stable_i386.deb
但它会抛出以下错误:
(Reading database ... 248304 files and directories currently installed.)
Preparing to unpack mendeleydesktop_1.16.1-stable_i386.deb ...
Unpacking mendeleydesktop (1.16.1) over (1.16.1) ...
dpkg: dependency problems prevent configuration of mendeleydesktop:
mendeleydesktop depends on python.
dpkg: error processing package mendeleydesktop (--install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing …Run Code Online (Sandbox Code Playgroud)