WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 29385
Bug 29550
[Qt] Acroread PDF plugin does not work under Linux
https://bugs.webkit.org/show_bug.cgi?id=29550
Summary
[Qt] Acroread PDF plugin does not work under Linux
Tor Arne Vestbø
Reported
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...
Attachments
Add attachment
proposed patch, testcase, etc.
Kenneth Rohde Christiansen
Comment 1
2009-10-18 08:38:13 PDT
We currently do not support Xt plugins, though the GTK+ port does. Changing platform to Linux.
Simon Hausmann
Comment 2
2009-11-24 08:01:50 PST
*** This bug has been marked as a duplicate of
bug 29385
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug