Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Restore Default for Terminal

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

    Re: Restore Default for Terminal

    Quote Originally Posted by iou View Post
    rm: cannot remove `/home/jarid/.gconf/apps/gnome-terminal': No such file or directory
    You should have that directory, weird

  2. #12
    Join Date
    Jan 2011
    Location
    Timpson, TX
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Restore Default for Terminal

    Quote Originally Posted by mikewhatever View Post
    What version of Ubuntu do you have? Is it Kubuntu? Lubuntu?
    10.10
    AFAIK it is the one you get wgen you go go to:

    www.ubuntu.com

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

    Re: Restore Default for Terminal

    Quote Originally Posted by mikewhatever View Post

    Code:
    find - -name *terminal
    That should be

    Code:
    find ./ -name *terminal

  4. #14
    Join Date
    Jan 2011
    Location
    Timpson, TX
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Restore Default for Terminal

    Quote Originally Posted by nothingspecial View Post
    That should be

    Code:
    find ./ -name *terminal
    When I do that, the only thing that happens is that the cursor breaks to another line and repetabley flashes.

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

    Re: Restore Default for Terminal

    Does your terminal open in your home directory?

    Code:
    ns@ns-net:~$ cd .gconf/apps/gnome-terminal
    ns@ns-net:~/.gconf/apps/gnome-terminal$ ls
    %gconf.xml  profiles
    ns@ns-net:~/.gconf/apps/gnome-terminal$ 
    
    ns@ns-net:~$ find ./ -name *terminal
    ./.gconf/apps/gnome-terminal
    See, all this works for me. You have something different going on.

  6. #16
    Join Date
    Jan 2011
    Beans
    20

    Re: Restore Default for Terminal

    Quote Originally Posted by iou View Post
    rm: cannot remove `/home/jarid/.gconf/apps/gnome-terminal': No such file or directory



    That was the first thing I tried
    can u pls tell wen u went through the procedure wat result u got i mean didnt u get the option to customize ur terminal or set it to default??
    Last edited by star123; January 8th, 2011 at 09:31 PM.

  7. #17
    Join Date
    Jan 2011
    Location
    Timpson, TX
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Restore Default for Terminal

    Well, I would rather not reinstall Ubuntu. I guess maybe I can live with how it looks

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

    Re: Restore Default for Terminal

    Quote Originally Posted by iou View Post
    Well, I would rather not reinstall Ubuntu. I guess maybe I can live with how it looks
    yeah, don`t do that just because you don`t like the way the terminal looks.

    I`m interested though, as to why you don`t have that directory -- you should.

  9. #19
    Join Date
    Nov 2007
    Beans
    1

    Re: Restore Default for Terminal

    It seems gnome-terminal does not use ~/.gconf/gnome-terminal, at least any more. I moved the whole thing to ~/.gconf/gnome-terminal.bak and my customisations stayed the same. I was trying to restore Ubuntu's default color pallet because the "Custom" default one was lost when I looked at the other pallets, which I didn't like as much. From TTY1 I did

    Code:
    killall gnome-terminal
    sudo dpkg-reconfigure gnome-terminal
    which didn't help either. The color pallet isn't that big of an issue but this missing/ignored configuration files thing is kind of interesting.

    Edit:
    Oh and "find ~/ -name gnome-terminal" found nothing.
    Last edited by sigilbaram; February 18th, 2011 at 03:47 AM.

Page 2 of 2 FirstFirst 12

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
  •