** Description changed: + = Problem = + + After creating a top-level GTK widget, the window manager sends + GDK_CONFIGURE with the position as (0,0) even though the initial + position is already set to a different value. + + = Environment = + + * Ubuntu 11.10 (Oneiric) i386 + * Unity - 4.22.0-0ubuntu3 + + This problem not occur under gnome or unity-2d. + + = Impact = + + This causes issues for applications that rely on this GDK_CONFIGURE to + locate their app window. + + = Steps to reproduce = + + 1. Compile gdkconfig.cpp + 2. Launch it from a terminal + 3. GDK_CONFIGURE event will be printed out + + = Original text = when using unity 3d on ubuntu, after creating a top-level gtk widget, the window manager sends GDK_CONFIGURE with position as (0,0) although I have set the initial position to some different value. This dose not happen on gnome/unity 2d environment. It will cause seriously issue when we rely on this event to locate our window. Source code attached, you could compile it and launch it from terminal, the GDK_CONFIGURE event will be printed out.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890947 Title: unity 3d window manager send initial GDK_CONFIGURE event with position as (0,0) To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/890947/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
