Debian

LibreOffice Writer 在帶有 Gnome 桌面的 Debian “buster”上崩潰

  • January 8, 2021

我在libreoffice --writer沒有任何消息的情況下在我的系統上崩潰的問題。libreoffice --calc工作沒有任何問題。(我沒有檢查其他人喜歡drawimpress)。

我已經能夠在沒有任何選項的情況下開始,但是在從 GUI 中libreoffice選擇時遇到了同樣的崩潰。new writer document

 Operating System: Debian GNU/Linux buster/sid
           Kernel: Linux 4.13.0-1-686-pae
     Architecture: x86
      LibreOffice: 1:5.4.2-3

我在 64 位系統上使用相同版本沒有這個問題。

我現在通過刪除 libreoffice gtk3 包來解決這個問題。

apt remove libreoffice-gtk3

我可以忍受這個,雖然它看起來不是很好,但是有沒有更好的解決方法,不涉及降級?

自版本以來,這似乎已修復: 1:5.4.3-4+b1

Libre Office 不再執行,有或沒有:libreoffice-gtk3

它只是從終端啟動時退出,沒有任何消息,有或沒有選項(--calc --writer…)

幸運的是,這一次它可以像@StephenKitt 之前推薦的那樣通過移動舊的配置文件來修復。

mv ~/.config/libreoffice{,.old}

從那時起,它還執行:libreoffice-gtk3

在第一次啟動時,我收到了錯誤消息:

$ libreoffice 
error
xsltParseStylesheetFile : cannot parse 
I/O warning : failed to load external entity ""
error
xsltParseStylesheetFile : cannot parse 

雖然只是在第一次開始。

現在它似乎執行得相當穩定,而且比以前快得多。

引用自:https://unix.stackexchange.com/questions/408087