On Fri, Feb 23, 2007 at 02:07:17AM +0100, G Hasse wrote: > I want to position the windows with -geometry 100x100+200+200 > something. > > I have not found any way to do this. Funny though the > option --display=XXX.XXX.XXX.XXX:0.0 does work. > > Accodingly one might try --geometry=100x100+200+200 but this > does not work. > > Could anyone guide me in the right direction?
There is no such automatically existing and automatically applied option for Gtk+ apps. The application has to explictly support it and explictly call gtk_window_parse_geometry() (see its documentation) on some of its windows. If you need this for a particular application and it makes sense for it, ask the author to add such an option. Yeti -- Whatever. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list