问题:系统升级后,鼠标点击(包括打开各类office文档)没有任何反应,也不给出任何错误提示
终端输入命令 $ soffice
错误提示:/opt/openoffice.org3/program/soffice.bin: error while loadingshared libraries: libuno_sal.so.3: cannot open shared object file: Nosuch file or directory
解决方法: su
cd /opt/openoffice.org/basis3.0
mv ure-link ure-link.backup
ln -s /usr/lib/openoffice.org/ure ure-link
原因:暂时还不明白。