突然(或看起来如此),LibreOffice 模块无法启动。我只看到 LibreOffice 社区横幅一秒钟,然后什么都没有了。直到今天它一直运行良好,我不知道发生了什么变化。版本是
LibreOffice 7.3.6.2 30(Build:2)
如果我从命令提示符运行它,将发生以下情况:
$ libreoffice
terminate called after throwing an instance of 'com::sun::star::deployment::DeploymentException'
Unspecified Application Error
答案1
确保您已安装 libraoffice-gtk3,因为这是一个依赖项并且会抛出那些错误消息。
sudo apt install libreoffice-gtk3
如果您已经解决了这个问题请告知我们。
答案2
您可能在本地为用户安装了扩展,而与此同时系统中也安装了相同的扩展。尝试删除和处的 LibreOffice 配置文件文件~/.libreoffice
夹~/.config/libreoffice
。