Hi, I'm just experiencing problems running my extension on Linux desktop. My extension contains one Swing window with few controls - combo boxes, check boxes and buttons. There's UIManager call during initialization to set look and feel to the system one - GTK in this case. When I start my extension in the OpenOffice.org, it complete freezes OpenOffice.org and my extension window.
This extension is mainly used on Windows, so, I can easily workaround this issue for testing purposes on Linux by: a) change look and feel of my Swing window to cross platform, (GTK is not used) - my app looks ugly, b) disable GTK VCL plug-in in the OpenOffice.org (via environment variable or just move *gtk* from program/ directory) - openoffice.org looks ugly. It looks like there's an issue in GTK VCL plug-in. Anyone already seen this behavior? What should I check or what should I attach to an issue to make it more useful? My current configuration is ... - OpenOffice.org 2.4.1, - openSuSE 11, - Java 1.6.0 update 6. I tested this with official build and with ooo-build included in openSuSE. Same behavior. Regards, -- Robert Vojta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
