From:
Gerald <gerald.radix@xxxxxxxxx>
To:
"Eclipse Platform
SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date:
04/18/2012 04:48 AM
Subject:
Re: [platform-swt-dev]
implement a custom download handler for SWT Browser.
Sent by:
platform-swt-dev-bounces@xxxxxxxxxxx
Very thanks for your help.
I have installed Acrobat reader in non-free contrib in debian Squeeze.
When i launch about:plugins
in iceweasel acrobat reader is installed. But in swt browser about:config
respond no plugin installed.
I have set the variable export MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins/
In this directory i have npwrapper.nppdf.so
And the style of browser is SWT.MOZILLA...
On 17/04/2012 22:54, Grant Gayed wrote:
This page is attempting to show PDF
content in a new window. So you need two things:
2. The Acrobat reader plug-in must be installed. In most cases it
will be automatically found. If for some reason it is installed but
is not found (used to be more common with older mozilla and swt releases)
then you can explicitly point at it as described in http://www.eclipse.org/swt/faq.php#mozillaplugins
.