若演示文件中含有在WINDOWS的OLE图片,比如VISIO图片,在浏览缩略图的时候会导致系统crash,严重时会导致X crash。
把openoffice的各个版本装了好几遍,才发现问题的所在,郁闷。
解决办法: http://www.oooforum.org/forum/viewtopic.phtml?p=116276#116276 sudo mv /usr/bin/ooffice2 /usr/bin/ooffice20 sudo nano /usr/bin/ooffice2 ooffice2的内容: #/bin/sh MALLOC_CHECK_=0 ooffice20 $1 $2 $3 $4 $5 $6 $7 $8 $9
sudo mv /usr/bin/ooffice2 /usr/bin/ooffice20 sudo nano /usr/bin/ooffice2
#/bin/sh MALLOC_CHECK_=0 ooffice20 $1 $2 $3 $4 $5 $6 $7 $8 $9
电子邮件地址不会被公开。 必填项已用 * 标注
姓名 *
电子邮件 *
站点
评论
您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Please copy the string jzzB1g to the field below:
Notify me of followup comments via e-mail
解决办法:
http://www.oooforum.org/forum/viewtopic.phtml?p=116276#116276
sudo mv /usr/bin/ooffice2 /usr/bin/ooffice20
sudo nano /usr/bin/ooffice2
ooffice2的内容:
#/bin/sh
MALLOC_CHECK_=0 ooffice20 $1 $2 $3 $4 $5 $6 $7 $8 $9