Bug 29550
Summary: | [Qt] Acroread PDF plugin does not work under Linux | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | hausmann, kenneth |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
Tor Arne Vestbø
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...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenneth Rohde Christiansen
We currently do not support Xt plugins, though the GTK+ port does.
Changing platform to Linux.
Simon Hausmann
*** This bug has been marked as a duplicate of bug 29385 ***