Libreoffice Calc 单元格文本在编辑时未刷新

Libreoffice Calc 单元格文本在编辑时未刷新

当我在 Libre office Calc 中编辑单元格时,它不会清除旧文本,因此所有旧字母都会留在原处,直到我单击或按回车键。

一张图片胜过千言万语:

在上面的单元格中,我转到行首并输入一个新字母

我不确定是不是因为我一直在摆弄我的显卡驱动程序,并将内核更新到 4.6,并尝试使用较新的 libreoffice ppa,结果相同。有什么想法吗?

uname -a
Linux A 4.6.0-040600-generic #201606100558 SMP Fri Jun 10 10:01:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 16.04.1 LTS

apt show libreoffice
Package: libreoffice
Version: 1:5.2.0~rc4-0ubuntu1~xenial2

apt -a show libreoffice-gtk2
Package: libreoffice-gtk2
Version: 1:5.2.0~rc4-0ubuntu1~xenial2

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 5500 (Broadwell GT2) 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0
OpenGL core profile shading language version string: 3.30

apt show xfce4 
Package: xfce4
Version: 4.12.2

LO 设置 - 使用硬件加速和使用抗锯齿设置

答案1

我遇到了完全相同的问题,它让我发疯了...对我有用的一个解决方法是将主题集成设置为 gtk3:

SAL_USE_VCLPLUGIN=gtk3 libreoffice --calc

建筑维基

答案2

经过长时间的思考后,我才发现我可以通过删除工作表中的单元格冻结来解决问题。

相关内容