GNOME Bugzilla – Bug 528683
"gnome-terminal --geometry <width>x<height>" doesn't work well.
Last modified: 2008-11-05 11:12:13 UTC
Please describe the problem: I can only open the correct window when I run "gnome-terminal --geometry 10x10". That means the opened window's width is 10, the height is 10.But when I use the parameters (width=100,height=50),the opened window displays abnormally. Steps to reproduce: 1.Open a terminal window. 2.Run "gnome-terminal --geometry <width>x<height>" (e.g.width=100,height=50) Actual results: The opened window's width is not 100,and the height is not 50. Expected results: The opened window's width is 100,and the height is 50. Does this happen every time? Yes Other information:
Can confirm this bug. Also doesn't work when opening multiple windows (--window --geometry=... --window --......). (gnome-terminal 2.22.1, Kernel 2.6.25.3-18.fc9.i686)
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Geometry option still doesn't work in Gnome 2.24.X.
(In reply to comment #3) > Geometry option still doesn't work in Gnome 2.24.X. How about some details? Command line used, window manager used (use metacity or you're on your own), expected and actual results?
(In reply to comment #4) > (In reply to comment #3) > > Geometry option still doesn't work in Gnome 2.24.X. > > How about some details? Command line used, window manager used (use metacity or > you're on your own), expected and actual results? > I typed "gnome-terminal --geometry <Width>*<Height>+<X Coordinate>+<Y Coordinate>" in the terminal so as to open a new terminal with specified geometry parameters. But even I changed the parameter values, the size and the location of the newly opened terminal does not change.
Works here. Which window manager are you using?
For (In reply to comment #6) > Works here. Which window manager are you using? > Metacity 2.24.0
I'm also using metacity 2.24.0 (with compositing disabled), and it works for me.