Joh*_*ohn 4 libreoffice mendeley 16.04 snap
我刚刚更新到最新的 LibreOffice (6.0.4.2),但我从传统安装的版本更改为 LibreOffice 的 snap 版本。
现在,当我运行 Mendeley (1.19) 时,我不再看到安装 LibreOffice 插件的选项。
这可能是快照与常规安装不同的问题吗?最重要的是,有没有办法让插件工作?
我更喜欢使用 snaps,所以它们总是最新的,但如果我不能像以前那样工作,那么我会回到安装应用程序的旧风格。
我遇到了这个问题,这就是我在 Ubuntu 18.04.1 上解决它的方法(原则上它应该适用于任何 Linux 版本):
首先确保您已安装 LibreOffice 和 Mendeley。就我而言,我通过他们的.deb
文件安装了 Mendeley ,通过 Snap安装了LibreOffice。以下行将在您计算机上已安装的快照中搜索 libreoffice,如果找到任何内容,它将显示它:
snap list | grep -i libreoffice
Run Code Online (Sandbox Code Playgroud)
这是你得到的:
libreoffice 6.1.0.3 80 stable canonical? -
然后您需要知道 Mendeley 将 OpenOffice 插件存储在何处。所以让我们搜索一下:
sudo find / -name "openOfficePlugin"
Run Code Online (Sandbox Code Playgroud)
这是我得到的:
/opt/mendeleydesktop/share/mendeleydesktop/openOfficePlugin
请记住,/opt/
没有sudo
.
现在您可以将 openOfficePlugin 文件夹复制到 LibreOffice 可读的位置:
cp -r "/opt/mendeleydesktop/share/mendeleydesktop/openOfficePlugin" "~/Downloads"
Run Code Online (Sandbox Code Playgroud)
现在您必须打开“LibreOffice Writer”和“Mendeley”应用程序。
从LibreOffice的作家菜单,进入“工具”>“扩展管理器...”(或者在6.1.0.3版本中,你可以使用Ctrl+ Alt+E打开扩展管理器)
现在使用“添加”按钮,转到~/Downloads/openOfficePlugin
并打开文件(在我的情况下是这样,Mendeley-1.19.2.oxt
但版本可能与您的情况不同)。
添加插件大约需要一秒钟,然后在重新启动 LibreOffice 后,您将在 LibreOffice Writer 中看到 Mendeley 工具栏。如果您打开了 Mendeley,它应该会自动连接到它并且您可以访问您的图书馆。
归档时间: |
|
查看次数: |
3339 次 |
最近记录: |