LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Terminal using command line (https://www.linuxquestions.org/questions/linux-desktop-74/terminal-using-command-line-482378/)

Bamitola 09-11-2006 06:54 AM

Terminal using command line
 
I try using my command line,but mean while i try to configure somethings on it and in the process,somthing went wrong and it couldn't come up again and ever since then,my command line"terminal refuse to come up".
Any help please i'll be gratefull.

zulfilee 09-11-2006 07:45 AM

:) What is the command line you are using ? Is it a terminal?Konsole or Gnome-terminal or xterm or something like that

What is the distro you are using?

What error are you getting?

Bamitola 09-11-2006 09:20 AM

I'm using Terminal
When i try clicking on it,it will only do as if it want to come up but it will not at the end.
Thank you.

zulfilee 09-12-2006 12:53 AM

What desktop are you using?

If you are using KDE try this

Press Alt+F2

Type
konsole

See if the above terminal comes up.If it does
From here type
xterm


Terminal is not the name of the application.
The console will have a name like konsole or xterm or gnome-terminal or xvt etc..

You can check this by doing a Right Click on it and checking for properties.


If you are finding a problem with one terminal you can always use the other terminals till you fix the issue.

Bamitola 09-12-2006 09:15 AM

Thank you very much for your concern at least
i got all your information right,i am using gnome-terminal,
i got into the run application and i try to log in to
the gnome teminal from the konsole, i only come up with a
flash of the gnome-terminal which never stay.
But at least i can still use the konsole for the main time.
Thank you very much.

zulfilee 09-13-2006 12:35 AM

Cool.

One thing.
Dont run Konsole from Gnome.
It will take a lot of resources [because its a kde application and needs the kde basic libraries and processes to be loaded before it can run]


For troubleshooting gnome-terminal try this

Go to your home directory
cd ~

And create a temp directory say t/ there

Move all the .gnome* directories into the t/ directory and try gnome-terminal again.
This should do the trick.

If everything is proper , you can safely delete t/ directory.

Bamitola 09-14-2006 07:09 AM

Thank you very much for your care,
I already make the t/,but i donīt know how to move the .gnome*, i try some command which never work.
Can you please offer me some help.
Thank you very much.

zulfilee 09-14-2006 07:19 AM

cd ~
mv .gnome* t/


ls -al


The t/ directory must be available in home directory of user.


All times are GMT -5. The time now is 08:40 PM.