After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 595025 - Lotus Notes Pages Not Loading in GNOME 2.27.91
Lotus Notes Pages Not Loading in GNOME 2.27.91
Status: RESOLVED DUPLICATE of bug 590404
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
csw
Depends on:
Blocks:
 
 
Reported: 2009-09-12 21:13 UTC by Ben
Modified: 2009-09-20 11:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
Notes strace (55.57 KB, application/octet-stream)
2009-09-12 21:13 UTC, Ben
Details

Description Ben 2009-09-12 21:13:55 UTC
Created attachment 143084 [details]
Notes strace

Lotus Notes 8.5.0 or 8.5.1 do not load GTK Windows correctly in GNOME 2.27.91
which ships with openSUSE 11.2 Milestone 7

Here's the errors I see when running: 
A gdk Window is being destroyed out of DestroyWindow
/opt/ibm/lotus/notes/libemulator.so [0x1ac895]
/opt/ibm/lotus/notes/libemulator.so [0x175651]
/usr/lib/libgobject-2.0.so.0 [0x758a21]
/usr/lib/libglib-2.0.so.0(g_datalist_id_set_data_full+0x3b3) [0x51ce83]
/usr/lib/libgobject-2.0.so.0 [0x759069]
/usr/lib/libgobject-2.0.so.0(g_object_unref+0xc8) [0x759348]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_destroy+0x3a) [0xc1273a]
/opt/ibm/lotus/notes/libemulator.so [0x18cffb]
/opt/ibm/lotus/notes/libemulator.so [0x18ce90]
/opt/ibm/lotus/notes/libemulator.so(DestroyWindow+0x183) [0x18d1d7]

My best guess is it's while loading gtk windows.. 

I've included an strace also.. if that's at all helpful. 


Reproducible: Always

Steps to Reproduce:
1.Open Lotus Notes
2.Pages do not load
3.
Actual Results:  
Ugly Windows

Expected Results:  
Nice loaded GUI
Comment 1 Paolo Borelli 2009-09-18 14:48:55 UTC
iirc there where issues with lotus notes and client-side-windows.

Does running with

export GDK_NATIVE_WINDOWS=1

work around the bug?
Comment 2 Alexander Larsson 2009-09-20 11:19:08 UTC

*** This bug has been marked as a duplicate of bug 590404 ***