GNOME Bugzilla – Bug 126427
Launcher Properties dialog incorrectly tries to always stay on top
Last modified: 2004-12-22 21:47:04 UTC
When adding a launcher to the panel via Panel menu->Add to panel->Launcher.., I clicked on the Icon button. This opened up a dialog box containing the icon possibilities. Unfortunately, due to whataver window hints are involved, the new dialog box opened up underneath the "Launcher Properties" dialog box and cannot be raised above it. In fact, the Launcher Properties dialog tries to stay on top of everything, including other windows (only noticed this while trying to run xprop on the window -- couldn't raise the terminal window).
Created attachment 21855 [details] [review] probable fix.
havoc,rob : This bug is in metacity. The window->layer for the transients of the panel have to be set correctly. Does this fix make sense ?
*** Bug 126220 has been marked as a duplicate of this bug. ***
*** Bug 127312 has been marked as a duplicate of this bug. ***
what version of metacity did you see this in? This works fine for me using either HEAD or 2.6.2.
I see this problem using metacity from HEAD.
The fix is more complicated than that, see bug #96140 Note that get_standalone_layer() is called that because it gets the layer of the window absent interactions with transients or application group. *** This bug has been marked as a duplicate of 96140 ***