GNOME Bugzilla – Bug 92094
Dialogs have PPosition set
Last modified: 2013-02-13 04:08:30 UTC
I tested with sunbeta 2 build 4 package.source taken from CVS head on "Tue Aug 20 13:26:01 BST 2002". 1. invoke gnome-print-manager and keep in the top left corner of the screen. i.e next to panel. 2. select Edit->"search for document" menu. 3. dialog box appears but the left side of the dialog is not visible. user need to drag the dialog in order to view it. NOTE: Refer to 91694 bug. Initially this was created against print-manager but it was closed.
I have the same problem with many dialogs. Ideally, I could just center all dialogs on the screen.
Metacity's placement algorithm would handle this correctly. The problem is that GtkDialog defaults to GTK_WIN_POS_CENTER_ON_PARENT. Which overrides Metacity. This can't be changed in Metacity because overriding application-specified positions breaks various things, such as Java. Maybe what GTK should really do is position the dialog window (in case no window manager is running, or something) but not set PPosition. I don't know for sure.
*** Bug 111960 has been marked as a duplicate of this bug. ***