I am using version 7.08 and after a bit of research have founf out that it is a gtk 2.10 problem see link.<br><br>http://www.adobeforums.com/cgi-bin/webx/.3bc14512<br><br>I followed the fix and with a slight alteration it works.<br><br>I edited the startup script and and added two lines of code ater commenting out the old one as follows :-<br><br>418#           echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'<br>419        echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'<br><br>644#    MIN_GTK_VERSION="240"<br>645    MIN_GTK_VERSION="2040"<br><br>The original fix was just missing an opening quote.<br><br><b><i>Mike Chambers <mike@miketc.com></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On Sat, 2006-09-23 at
 20:04 +0100, David Bentley wrote:<br><br>> I am just about to start debuging the file that launches acroread.<br>> /usr/local/Adobe/Acrobat7.0/bin/acroread but can't so far spot where<br>> the error message is coming from.<br><br>Where are you getting your version from?  I believe you can get the<br>latest rpm from adobe.com and it installs fine.  7.0.5 I think is it.<br><br>-- <br>Mike Chambers<br>Madisonville, KY<br><br>"Sex is like air, it's not important unless your not getting any!"<br><br>-- <br>fedora-test-list mailing list<br>fedora-test-list@redhat.com<br>To unsubscribe: <br>https://www.redhat.com/mailman/listinfo/fedora-test-list<br></blockquote><br>