linux下Acrobat Reader出错

升级了内核之后,发现Acrobat Reader启动不了了,于是Google了一下,发现了解决办法:
the original text:

After upgrade to gtk 2.10.1, run acroread just get infinite loop of "expr: Syntax error".with few hours work, I found a workaround:

1. open "acroread" script ,maybe in /usr/bin/,or any other path you put it;
2. find this row:


echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

3. replace with:


echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

Monthly Archives

Pages

Powered by Movable Type 7.7.2

About this Entry

This page contains a single entry by Cnangel published on March 4, 2007 11:18 AM.

苦行僧的生活 was the previous entry in this blog.

Sed用法 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.