|
Bugzilla – Full Text Bug Listing |
| Summary: | Acroread crashes | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Tobias Burnus <burnus> |
| Component: | X11 Applications | Assignee: | George Horlacher <ghorlacher> |
| Status: | RESOLVED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | sndirsch |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Tobias Burnus
2005-08-18 10:33:00 UTC
Possibly related to scim. Please try GTK_IM_MODULE=xim acroread What's the output of echo $GTK_IM_MODULE Gratulation: You have won the washing machine! GTK_IM_MODULE=xim acroread Works! echo $GTK_IM_MODULE scim (I start to dislike scim: In 9.3 it blocked any input in Tk, in 10.0 special input in Tk is still not possible & acroread crashes :-( Somehow it is not yet completely mature.) This problem will be fixed for Beta3. Tobias> (I start to dislike scim: In 9.3 it blocked any input in Tk, in 10.0
Tobias> special input in Tk is still not possible & acroread crashes :-(
Tobias> Somehow it is not yet completely mature.)
Both is not the fault of scim.
By the way, the Tk problem still exists! But the Tk problem is
clearly a Tk bug, the XIM support in Tk is *very* broken, even with
kinput2 it works only partly. As a workaround you can use
XMODIFIERS=@im=local tk-application
when starting a tk application.
The acroread problem occurs because acroread is a binary only
commercial software which has been compiled against an older version
of libstdc++. scim of course is compiled against the current version
of libstdc++. When scim is loaded as a plugin by Acroread, different
versions of libstdc++ are used in the same binary which causes the
problems. The best fix would be to recompile acroread against a
current version of libstdc++, but this impossible because we do not
have the sources.
For the gory details of the acroread problem see bug #85416. See
comment #40 in that bug, I have submitted the "export
GTK_IM_MODULE=xim" workaround in the startscript for Beta3.
|