最近,我从他们的站点下载了Mendeley桌面用于Linux。完全按照安装过程进行,但应用程序不会启动。当我从终端运行程序时,输入:
纬度-E 6420:~$ mendeleydesktop
我得到以下错误报告。
/usr/bin/../../opt/mendeleydesktop/bin/install-mendeley-link-handler.sh: 56: /usr/bin/../../opt/mendeleydesktop/bin/install-mendeley-link-handler.sh: cannot create /home/mbbn/.local/share/applications//mendeleydesktop.desktop: Permission denied
The databases in [/home/mbbn/.local/share/applications/] could not be updated.
/usr/share/themes/macOS Sierra/gtk-2.0/gtkrc:879: error: invalid string constant "panel", expected valid string constant
QIODevice::setTextModeEnabled (QFile, "/home/mbbn/.local/share/data/Mendeley Ltd./Mendeley Desktop/log-2017-01-16.txt"): The device is not open
QIODevice::write (QFile, "/home/mbbn/.local/share/data/Mendeley Ltd./Mendeley Desktop/log-2017-01-16.txt"): device not open
QSslSocket: cannot resolve SSLv2_client_method
QSslSocket: cannot resolve SSLv2_server_method
Error in finalize query "attempt to write a readonly database" : "BEGIN EXCLUSIVE"
[0117/012238:ERROR:nss_util.cc(94)] Failed to create /home/mbbn/.pki/nssdb directory.
Qt WebEngine Plugins directory not found. Trying fallback directory... Plugins as for example video codecs MAY NOT work.
[0117/012238:ERROR:nss_util.cc(94)] Failed to create /home/mbbn/.pki/nssdb directory.
Error in finalize query "attempt to write a readonly database" : "BEGIN EXCLUSIVE"
Error in open database "unable to open database file" : "/home/mbbn/.local/share/data/Mendeley Ltd./Mendeley Desktop/www.mendeley.com/m.b.bagherieh@gmail.com-3848/search-index.sqlite"
Failed to open search index
Error in prepare query "unable to open database file" : "SELECT value FROM UpdateTokens WHERE key = :key"
Error in bind value "no statement prepared"
Error in execute query "query not prepared"
Error in step query "query not active"
Error in prepare query "unable to open database file" : "SELECT name, state FROM MonitoredFolders"
Error in step query "query not active"
Error in finalize query "attempt to write a readonly database" : "BEGIN EXCLUSIVE"请帮我找出问题。谢谢
发布于 2017-07-24 21:24:19
这似乎与Mendeley不会启动Ubuntu 16.04.2有关。对我来说,在Debian拉伸中,这是可行的:
sudo apt-get install libssl1.0-devhttps://askubuntu.com/questions/872693
复制相似问题