How to Fix Terminal in Ubuntu?

I'm stuck. Ubuntu 11.10 was working fine. I tried to create a desktop icon that I could click and run a Terminal command. (not launch a program, just run a command to set something). I don't know what I did, but now I can't get Terminal to run at all. I can't click on Terminal in the Launchbar or use alt-F2. If I try, I see a VERY quick box open and close. If I switch to another user, Terminal does open and work fine? I can't even get it to open gconfig or x-term or x-term manager? Does anyone know how to reset Terminal without being able to get into Terminal? I tried going into synaptic and removing Terminal, and then re-installing it, but it didn't change the behavior at all, it still won't open.

1

2 Answers

  1. Press Ctrl + Alt + F1

  2. In the virtual terminal, give your username and password to login.

  3. Execute these commands:

     rm -r ~/.gconf/apps/gnome-terminal gconftools --recursive-unset /apps/gnome-terminal

And see what happens.

0

Install another terminal emulator, and try to run gnome-terminal, see what kind of error messages you get, if any.

You can also use ctrl-alt-f1 to switch to terminal mode, but starting X programs from there might be tricky.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like