[Compiz] [Bug 1078694] Re: Modal dialog broken on Unity

2013-01-15 Thread Vadim Zeitlin
This is related to the global menu and not compiz. ** Package changed: compiz (Ubuntu) => appmenu-gtk (Ubuntu) -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.net/bugs/1078694 Title: Modal dial

[Compiz] [Bug 1078694] Re: Modal dialog broken on Unity

2013-01-15 Thread Vadim Zeitlin
This bug is absolutely trivial to reproduce, here is a minimal GTK+ program which shows it: #include static void activate_test(GtkMenuItem*, GtkWindow* window) { GtkWidget* dialog = gtk_message_dialog_new(window, GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_OK, "a message", NULL);

[Compiz] [Bug 1078694] Re: Modal dialog broken on Unity

2013-01-14 Thread Launchpad Bug Tracker
[Expired for compiz (Ubuntu) because there has been no activity for 60 days.] ** Changed in: compiz (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of compiz packagers, which is subscribed to compiz in Ubuntu. https://bugs.launchpad.ne

Re: [Compiz] [Bug 1078694] Re: Modal dialog broken on Unity

2012-11-15 Thread raananb
Le 15/11/2012 13:17, Vadim Zeitlin a écrit : > The relevant code inside wxWidgets is in > http://trac.wxwidgets.org/browser/wxWidgets/trunk/src/gtk/dialog.cpp#L102 > and uses gtk_window_set_transient_for() and gtk_window_set_modal() which > doesn't seem to be enough when using Ubuntu global menu ba

[Compiz] [Bug 1078694] Re: Modal dialog broken on Unity

2012-11-15 Thread Vadim Zeitlin
The relevant code inside wxWidgets is in http://trac.wxwidgets.org/browser/wxWidgets/trunk/src/gtk/dialog.cpp#L102 and uses gtk_window_set_transient_for() and gtk_window_set_modal() which doesn't seem to be enough when using Ubuntu global menu bar. Presumably gtk_dialog_run() works (otherwise more

[Compiz] [Bug 1078694] Re: Modal dialog broken on Unity

2012-11-15 Thread raananb
To reproduce this bug, use the sample provided with wxWidgets (2.9.4). Build wxWidgets, then 'make' the sample 'dialogs' under the resuting build (GCCBuildReleaseGTKUnicode & GCCBuildDebugGTKUnicode in my case). When the resulting 'dialogs' application is launched, select any entry in the Dialogs

[Compiz] [Bug 1078694] Re: Modal dialog broken on Unity

2012-11-14 Thread Daniel van Vugt
Sorry, but we can't help with this until we can reproduce it. Please provide a test program to help us reproduce the problem, or detailed instructions for how to. ** Package changed: unity (Ubuntu) => compiz (Ubuntu) ** Changed in: compiz (Ubuntu) Status: New => Incomplete -- You receive