Comment 4 for bug 61943

Revision history for this message
seguso (maurizio-colucci) wrote :

I' ve been able to fix the problem as decribed in the link, i.e. by adding an asterisk in the file /usr/bin/acroread. This means that

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

becomes

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

What other info do you need?