To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59042
                  Issue #:|59042
                  Summary:|Session management does not work with KDE plugin
                Component:|gsl
                  Version:|680m142
                 Platform:|All
                      URL:|
               OS/Version:|Unix, X11
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|pl
              Reported by:|pl





------- Additional comments from [EMAIL PROTECTED] Wed Dec  7 10:26:09 -0800 
2005 -------
When receiving a save yourself callback with shutdown=true from the session
manager, Qt begins to do lots of things in its KApplication::commitData
funtction, including calls to the Xserver. Since this is not protected by the
SolarMutex from concurrent X calls within OOo's main thread, this gets instantly
punished by an unexpected asynchronous reply.

Overloading the KApplication::commitData method and simply returning fixes the
problem.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to