Bug 29550 - [Qt] Acroread PDF plugin does not work under Linux
Summary: [Qt] Acroread PDF plugin does not work under Linux
Status: RESOLVED DUPLICATE of bug 29385
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-21 07:34 PDT by Tor Arne Vestbø
Modified: 2009-11-24 08:01 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tor Arne Vestbø 2009-09-21 07:34:28 PDT
This bug report originated from Nokia internal issue QT-1254

--- Description ---

The Acrobat PDF plugin does not work under Linux, as it uses the Xt toolkit and expects
that the Xt environment is correctly initialized before it is loaded.
Firefox for example calls gtk_xtbin_init, which initializes the Xt toolkit and integrates the Xt
event loop into the glib event loop. Something similar must be done in Qt as well.
Alternative would be to use a separated process that initializes the Xt environment and loads
the plugin and just xembed the window of that process into webkit (like done in KDE with nspluginviewer).

--- Comments ---

Note: shausman: 02/16/09 08:35:10 AM:
See also the gtk2xtbin files in WebCore/plugins/gtk...
Comment 1 Kenneth Rohde Christiansen 2009-10-18 08:38:13 PDT
We currently do not support Xt plugins, though the GTK+ port does.

Changing platform to Linux.
Comment 2 Simon Hausmann 2009-11-24 08:01:50 PST

*** This bug has been marked as a duplicate of bug 29385 ***