1、下载Everything,并找到windows下的所有字体(simhei.ttf 黑体、simsun.ttc 宋体);

      --我的路径是C:\Windows\Fonts

2、查看jdk路径

echo $JAVA_HOME

3、将Fonts下的所有字体上传至”jdk安装路径”/jre/lib/fonts/fallback下;

4、查看Linux系统字体安装路径

cat /etc/fonts/fonts.conf  

--我的路径是/usr/share/fonts

5、将”jdk安装路径”/jre/lib/fonts下的所有文件复制到/usr/share/fonts下;

6、扫描字体,更新缓存

fc-cache

7、重启openoffice进程;

ps -aux|grep openoffice

Kill -9 xxx

soffice --headless --nologo -nofirststartwizard -accept="socket,host=0.0.0.0,port=8100;urp;"  &

 

Tip:

1、everything可以不下载,找到字体即可;

结束

原文参考https://blog.csdn.net/laoyang360/article/details/73555598/ 

经本人验证,解决方案有效,谢谢!

Logo

更多推荐