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 134122 - FileChooser for Image background in under prop window
FileChooser for Image background in under prop window
Status: RESOLVED DUPLICATE of bug 96140
Product: gnome-panel
Classification: Other
Component: general
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-11 16:05 UTC by Fernando Herrera
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Fernando Herrera 2004-02-11 16:05:02 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.
Comment 1 Vincent Untz 2004-02-11 21:58:05 UTC
Fernando: I think it's related to bug #96140, isn't it?
Comment 2 Fernando Herrera 2004-02-16 12:46:44 UTC
Yep Vincent, it is. That patch to metacity fixes the issue, so I'm
marking this as dependant and wait until someone commit that.
Comment 3 Mark McLoughlin 2004-02-16 13:00:06 UTC
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 ***