![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#21 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2007
Beans: 52
|
For those who care for absolute correctness: the more correct patch is available online, here:
http://remi.collet.free.fr/files/acroread.patch Download the patch, and patch the acroread using it. The way to do it: suppose you download the patch to /tmp/acroread.patch, then: $ sudo bash (asking your password then...) # cd /usr/local/Adobe/Acrobat7.0/bin # patch < /tmp/acroread.patch # exit Now invoke acroread, it should work OK whether the libgtk file was libgtk-x11-2.0.so.0.1000.11 or the old-style libgtk-x11-2.0.so.0.200.0 . I found a comprehensive discussion here: http://www.adobeforums.com/cgi-bin/webx?128@@.3bc22d86 HTH, Wirawan |
|
|
|
|
|
#22 | |
|
First Cup of Ubuntu
![]() Join Date: Jul 2007
Beans: 3
|
Re: How to get Adobe Acrobat Reader to Work
Quote:
why it still not working for me? I changed the said line to all the following suggested solutions from this thread, echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)[0-9]\{2\}.\([0-9]*\)\|\(.*\)/\1\2\3/g' echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)000.\([0-9]*\)\|\(.*\)/\1\2\3/g' echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g' They all not working for me. /usr/bin/acroread does not throw any error it just return with nothing showing after I run. Can you help? Thanks! my gtk version is # dpkg -l |grep gtk ii gtk2-engines 2.10.1-0ubuntu1 theme engines for GTK+ 2.x ii gtk2-engines-pixbuf 2.10.11-0ubuntu3 Pixbuf-based theme for GTK+ 2.x ii gtk2-engines-ubuntulooks 0.9.12-4 'ubuntulooks' theme for GTK+ 2.x |
|
|
|
|
|
|
#23 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Location: Brussels
Beans: 7
Ubuntu 7.04 Feisty Fawn
|
Re: How to get Adobe Acrobat Reader to Work
Hello,
I'm running Fiesty Fawn and I'm an Ubuntu beginner. I can't get Acrobat to work. I installed Acrobat using the .rpm from the site which I converted to .deb using alien. I did it like this because I found a thread that said that was the way to do it. Then when I tried to run it I got a permission error. When I went to Applications->Office->Adobe Reader and clicked on it I got a messsage that said "Failed to execute child process "acroread" (Permission denied)". So I googled and found a site that said you had to run sudo chmod 755 /usr/bin/acroread. I did that and now when I doubleclick on Adobe Reader nothing happens!! I've tried it in the terminal and nothing happens there either, it returns nothing and i'm back to the command prompt. I've tried changing all the stuff in the thread, about the missing '0' from line 418, but still nothing works. If anybody has the time/interest to help me get this working I would be very grateful!! Thanks, Martin. |
|
|
|
|
|
#24 | |
|
Dipped in Ubuntu
![]() Join Date: Apr 2005
Location: Canada
Beans: 625
The Feisty Fawn Testing
|
Re: How to get Adobe Acrobat Reader to Work
Quote:
I recently installed from the adobe site with the shell script with no problems. Anyway - what is the output of Code:
acroread Code:
cd /usr/bin ./acroread
__________________
Registered Linux User 425324 Ubuntu user # 12843 Wrapping workspaces in Gnome Gmail notifier for Dzen |
|
|
|
|
|
|
#25 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: Austin, TX, USA
Beans: 79
|
Re: How to get Adobe Acrobat Reader to Work
@Martin28, you might also trying to install Acrobat reader thru Automatix. Instructions are here: http://www.getautomatix.com/wiki/ind...e=Installation
|
|
|
|
|
|
#26 | |
|
Dipped in Ubuntu
![]() Join Date: Apr 2005
Location: Canada
Beans: 625
The Feisty Fawn Testing
|
Re: How to get Adobe Acrobat Reader to Work
Quote:
Remember that Automatix is not recommended by the Ubuntu team and has caused problems when people upgrade.
__________________
Registered Linux User 425324 Ubuntu user # 12843 Wrapping workspaces in Gnome Gmail notifier for Dzen |
|
|
|
|
|
|
#27 |
|
A Carafe of Ubuntu
![]() |
Re: How to get Adobe Acrobat Reader to Work
Since a few days even Goliath's: method does not work any more. acroread has the following output on command line:
(acroread:5771): Gtk-CRITICAL **: gtk_rc_get_style: assertion `GTK_IS_WIDGET (widget)' failed Any idea what could cause that error? |
|
|
|
|
|
#28 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2007
Beans: 10
|
Re: How to get Adobe Acrobat Reader to Work
bump! same problem here
|
|
|
|
|
|
#29 | |
|
First Cup of Ubuntu
![]() Join Date: Jul 2007
Beans: 1
|
Re: How to get Adobe Acrobat Reader to Work
the same problem,all solutions are not work ,my os is 7.04
Quote:
|
|
|
|
|
|
|
#30 | |
|
A Carafe of Ubuntu
![]() |
Re: How to get Adobe Acrobat Reader to Work
Quote:
For Feisty users I recommend using Medibuntu repository (http://www.medibuntu.org/repository.php): Code:
echo "deb http://de.packages.medibuntu.org/ feisty free non-free" | sudo tee -a /etc/apt/sources.list wget -q http://de.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update sudo apt-get install acroread |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|