Re: mozilla and acrobat reader
"J.O. Aho" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > I usually compile mozilla from cvs sources. Acrobat reader does not load > in a mozilla window on my system. What happens is the pdf appears to load > fine but in the shell used to launch mozilla I get > I've tried a few things I found googling but an stumped. > > I am using Acroread 5.0.10 and Mozilla 1.8b Okey, I have now solved one of your problems (after a small X crash that caused a bit of havoc in user settings) To get acrobat reader to open inside mozilla, first you need the plugin placed in your plugins directory (that you already had), then you have to have acroread in your $PATH, if not then the Helper Application is used instead of the plugin and the window is opened outside the mozilla window. Found that on: http://plugindoc.mozdev.org/linux.html#Acrobat Your error messages I haven't been able to generate. I guess you use gtk2, what happens if you use gtk+ instead? Just thinking if the gtk2 is causing this. //Aho