Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Gnome terminal default size

  1. #1
    Join Date
    Apr 2007
    Beans
    40

    Gnome terminal default size

    All of a sudden I can no longer control the default size of my gnome terminal windows. The option is just gone from the preference window. If I look in gconf-editor my old values are still there but they are ignored.

    Does anyone know how to solve this?

  2. #2
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Gnome terminal default size

    Don`t know what`s up with the gnome-terminal launcher.

    But you could map a keybinding to a command that opens it with a specific geometry

    Code:
    gnome-terminal --geometry=50x30+0+0
    The first number is how many characters wide the terminal is ie how many times you have to press space to get to the end of the line.

    The second number is the height ie how many times you press enter untill you get to the bottom

    The 2 0s put the top left corner at the top left of the screen, you`ll have to experiment with that.

  3. #3
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Gnome terminal default size

    I also noticed the option has disappeared.

    However I usually just change Gnome's default terminal option to run "gnome-terminal --geometry 120x40"..

    The option is in System/Preferences/Preferred Applications, on the System-tab. (note that if you type in "gnome-terminal" it will automatically change to default Gnome-terminal option, so type the geometry part first and then add the "gnome-terminal" to beginning of the command). Also remember to set the Execute flag to "-x".

    If you use the launcher in the menu you need to change that command with menu editor as well. The option in Preferred Applications affects terminal windows opened from Nautilus and other programs, while terminals opened from the menu are only affected by the command in the menu launcher itself.

  4. #4
    Join Date
    Apr 2007
    Beans
    40

    Re: Gnome terminal default size

    Thx, not the optimal solution, but it works at least. Very strange that the option is gone...

    //T

  5. #5
    Join Date
    May 2010
    Location
    Aus - when at home (rare)
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Gnome terminal default size

    Quote Originally Posted by ojve View Post
    Thx, not the optimal solution, but it works at least. Very strange that the option is gone...

    //T
    I've found exactly the same problem and it is very very painful!! I don't understand why the option from the terminal preferences has disappeared!!

    Thanks for the work around though!!

  6. #6
    Join Date
    Feb 2010
    Beans
    10
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Gnome terminal default size

    Add the following line to your .bashrc file (of course you can change the dimensions to whatever you want):
    Code:
    alias gnome-terminal='gnome-terminal --geometry=80x42'
    This will make every call of gnome-terminal actually call gnome-terminal --geometry=80x42. This way you don't have to go around and change the various launchers you have set.

    You will probably have to log out & back in for this to take effect.

    Edit: this only works if you are launching gnome-terminal via bash, which does not include most shortcuts or menu items (or, sadly, gnome-do).
    Last edited by wookiefoot; October 1st, 2010 at 04:13 AM. Reason: correction

  7. #7
    Join Date
    Sep 2008
    Location
    Denver, CO
    Beans
    17
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Gnome terminal default size

    I had this same problem, I noticed that the option in termcap/sterm wasn't working. However, I found that it is much easier than the above solutions. It seems that this option is now part of your profile. From the menu bar, select "Edit->Profiles...", and click "Edit" to edit the Default profile. Default size is now an option in this menu, previously it was not.

    I'm using gnome-terminal version 2.29.6 on Ubuntu 10.04.01

  8. #8
    Join Date
    Jul 2006
    Location
    in a state of confusion
    Beans
    24
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Gnome terminal default size

    Using a new install of 10.04.1 64bit. I do not have a "default size" as stated above.
    There are some default sizes one can choose from now under the "terminal" menu option.
    Try this:
    [CODE]gconftool-2 –set \
    /apps/gnome-terminal/profiles/Default/default_size_columns \
    –type integer 140

    That will give a wider terminal. If I remember correctly, you'll need to re-login (restart gdm) (ctrl-backspace).
    Last edited by ronnieredd; March 27th, 2011 at 07:08 PM. Reason: Tip no longer works as originally posted.

  9. #9
    Join Date
    Jul 2006
    Beans
    9

    Re: Gnome terminal default size

    The disappearance of the xterm configuration options is pretty inexplicable - downright shocking, actually. Am I missing something? I hope so. Right now I'm sitting in front of gnome thinking I might as well be in Windows...

    Paul

  10. #10
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Gnome terminal default size

    Quote Originally Posted by pauln600 View Post
    The disappearance of the xterm configuration options is pretty inexplicable - downright shocking, actually. Am I missing something? I hope so. Right now I'm sitting in front of gnome thinking I might as well be in Windows...

    Paul
    11.10 has the option now under edit settings. Well it does for gnome terminal I'm not at my pc right now.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •