GNOME Bugzilla – Bug 134122
FileChooser for Image background in under prop window
Last modified: 2004-12-22 21:47:04 UTC
The FileChooser dialog for image background is under the panel-properties window. Don't know why, but: diff -u -r1.14 panel-properties-dialog.glade --- panel-properties-dialog.glade 11 Feb 2004 15:33:49 -0000 1.14 +++ panel-properties-dialog.glade 11 Feb 2004 16:04:31 -0000 @@ -9,6 +9,12 @@ <property name="title" translatable="yes">Panel Properties</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER</property> + <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> + <property name="decorated">True</property> + <property name="skip_taskbar_hint">False</property> + <property name="skip_pager_hint">False</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> + <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="modal">False</property> <property name="resizable">False</property> <property name="destroy_with_parent">False</property> Seems to fix this.
Fernando: I think it's related to bug #96140, isn't it?
Yep Vincent, it is. That patch to metacity fixes the issue, so I'm marking this as dependant and wait until someone commit that.
Its just a duplicate then, right? i.e. when #96140 is fixed nothing remains to be done? *** This bug has been marked as a duplicate of 96140 ***