Initial size of gnome-terminal fixed at 80x24.

Asked by Ralph Corderoy

It seems that every new gnome-terminal window is fixed at 80x24. The --geometry command line option can be used, e.g. "--geo =100x40" but this only affects the window opened by that invocation of gnome-terminal. Altering the command executed by an icon or menu item to use --geo isn't sufficient since typing Ctrl-Shift-N or selecting the "Open Terminal" menu item results in the new window being 80x24; it doesn't copy the window executing the command. I also understand that gnome programs, including gnome-terminal, don't honour any Xt resources, so they can't be used. I've examined gnome-terminal's settings in gconf-editor and there doesn't seem to be anything to help.

How can I change the default window size for a profile such that it be used for all new windows of that profile type? I suspect this should be a wishlist bug.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ralph Corderoy (ralph-inputplus) said :
#1

In theory, I should be able to do

     echo -n '^[[8;40;100t'

to set the terminal to 100x40. xterm supports this and vte's vteapp.c has resize_window() which is called on the appropriate signal but it doesn't work in gnome-terminal. Neither does

    echo -n '^[[4;200;200t'

which also works in xterm to set the terminal to 200x200 pixels. Again, vte has code to support this escape sequence.

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.