Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328605 - app-office/openoffice-3.2.1 with USE=kde crashes wordprocessor with any widget style other than Oxygen
Summary: app-office/openoffice-3.2.1 with USE=kde crashes wordprocessor with any widge...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 13:28 UTC by Konstantin Münning
Modified: 2010-11-14 17:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Münning 2010-07-16 13:28:22 UTC
Hello!

After latest upgrade openoffice it stopped working on one user account - window disappeared when opening the word processor. The other modules worked normal. On the console an error appears:

X-Error: BadMatch (invalid parameter attributes)
        Major opcode: 59 (X_SetClipRectangles)
        Resource ID:  0x7c000b8
        Serial No:    3416 (3416)
These errors are reported asynchronously, set environment variable SAL_SYNCHRONIZE to 1 to help debugging soffice

(Setting SAL_SYNCHRONIZE did not change anything except that OO was slow)

After quite a search I found out that this user had different widget style set in systemsettings (General->Style->Applications->Widget style) than the default "Oxygen" which caused the problem. Returned to that and everything was OK again.

So to test it, just set any other widget style than Oxygen, start openoffice and open the word processor.

By the way, it's the same on 32 and 64 bit. Tested with openoffice-3.2.1, kde-4.4.4 and 4.4.5.
Comment 1 Hanno Zysik (geki) 2010-07-16 14:19:55 UTC
That should be fixed in ooo-build-3.2.1.4. See:

ooo-build commit: do not crash with non-Oxygen KDE4 theme (bnc#612491, i#109176)
http://cgit.freedesktop.org/ooo-build/ooo-build/log/?h=ooo-build-3-2-1

The line to update in ebuild.
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-office/openoffice/openoffice-3.2.1.ebuild?revision=1.2&view=markup#l16
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2010-07-20 09:46:24 UTC
3.2.1.4 is in the tree since a few days please rebuild an test to see if the problem is gone for good
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2010-11-11 20:13:26 UTC
No feedback, but should be fixed
Comment 4 Konstantin Münning 2010-11-14 17:57:14 UTC
(In reply to comment #2)
> 3.2.1.4 is in the tree since a few days please rebuild an test to see if the
> problem is gone for good

Well, as the package version was still 3.2.1 I was waiting for a 3.2.1.4 to come out. IMHO it's not best practice to "silently" change the ebuild so nobody will get the new version without knowingly reemerging the same ebuild version.

But after looking inside the ebuild I saw that the PV variable has changed to 3.2.1.4 and I tried out the new version. The problem seems to be fixed now.