[Webkit-unassigned] [Bug 29550] New: [Qt] Acroread PDF plugin does not work under Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 07:34:29 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29550

           Summary: [Qt] Acroread PDF plugin does not work under Linux
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


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...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list