Results 1 to 5 of 5

Thread: changing gnome-terminal scrolback settings

  1. #1
    Join Date
    May 2012
    Beans
    52

    changing gnome-terminal scrolback settings

    How can I configure and increase the gnome-terminal scrollback settings using an automated tool ? Yes I could just select a few options in the menu using the mouse but I would like to learn something more.

    Can gsettings do this ? So far i've not been able to figure out how.
    Last edited by piriton; May 28th, 2012 at 08:47 PM.

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: changing gnome-terminal scrolback settings

    Are you looking to change the number of scrollback lines available? That's changed via Edit > Profile Preferences > Scrolling.

    If that isn't what you are looking for, by automated tool, do you mean a GUI app?

    I didn't find a scrollback setting in dconf for gnome-terminal. There is still a setting in gconf-editor in /apps/gnome-terminal/profiles/Default/scrollback_lines, so it could be changed via a terminal command if desired.
    Last edited by drs305; May 28th, 2012 at 09:03 PM.
    Back to Xorg...

    Retired.

  3. #3
    Join Date
    May 2012
    Beans
    52

    Re: changing gnome-terminal scrolback settings

    >Are you looking to change the number of scrollback lines available?

    Yes, I would like to do this using a configuration tool or by editing a config file to set this value.

  4. #4
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: changing gnome-terminal scrolback settings

    Quote Originally Posted by piriton View Post
    >Are you looking to change the number of scrollback lines available?

    Yes, I would like to do this using a configuration tool or by editing a config file to set this value.
    gconf-editor is the GUI app, but as I mentioned you can also just do it via the gnome-terminal preferences as well.
    Code:
    gconf-editor /apps/gnome-terminal/profiles/Default
    Back to Xorg...

    Retired.

  5. #5
    Join Date
    May 2012
    Beans
    52

    Re: changing gnome-terminal scrolback settings

    Code:
    gconftool-2 -t int --set /apps/gnome-terminal/profiles/Default/scrollback_lines 10000
    Cool, thanks a lot !

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
  •