LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Non-Root Terminal Does Not Open (https://www.linuxquestions.org/questions/debian-26/non-root-terminal-does-not-open-754022/)

stoneheart 09-09-2009 08:33 PM

Non-Root Terminal Does Not Open
 
I am running Lenny with LXDE. Fresh install of the single CD. The regular terminal fails to open when I click on the icon or when I use the Accessories menu title. However, the root terminal will open. Any way to fix this? I don't want to always be using root for routine work.

karlatLQ 09-09-2009 09:22 PM

sudo to a user access. Check your shell initialization. Check the logs for errors.

Try: # bash

the trooper 09-10-2009 09:29 AM

Is lxterminal installed?.

stoneheart 09-10-2009 12:36 PM

Yes, LXTerminal is the command line program. I'll take a look at Bash tonight after researching how shell profiles work. I'm no Linux expert. Thanks for the hint, karlatLQ.

the trooper 09-10-2009 12:47 PM

Quote:

Yes, LXTerminal is the command line program
You didn't mention if you have it installed.
I use Lxde myself,and recall having to install lxterminal manually.

Quote:

sudo to a user access
Debian does not use sudo by default.

stoneheart 09-10-2009 12:51 PM

Quote:

Originally Posted by the trooper (Post 3677604)
You didn't mention if you have it installed.
I use Lxde myself,and recall having to install lxterminal manually.

If you install using the Lenny LXDE/XFCE single CD as I did, lxterminal is installed by default. Being a newbie to Debian and Linux in general, I'm not sure how I would even go about acquiring a shell prompt if one wasn't provided initially for me.

the trooper 09-10-2009 12:55 PM

Quote:

lxterminal is installed by default
How do you know?.

Code:

ade@Pc1:~$ dpkg -l | grep lxterminal
ii  lxterminal                          0.1.6-1+b1                desktop independent vte-based terminal emula


stoneheart 09-10-2009 01:14 PM

Quote:

Originally Posted by the trooper (Post 3677616)
How do you know?.

Code:

ade@Pc1:~$ dpkg -l | grep lxterminal
ii  lxterminal                          0.1.6-1+b1                desktop independent vte-based terminal emula


Eh? I assume that states lxterminal is not installed by default?

All I can say is that if you use the LXDE CD and pick basic system and desktop environment as what you want to use the pc for, you WILL get lxterminal installed.

Not sure why this is such a point of contention. It's on my system and I certainly didn't enter an apt-get command to install it.

the trooper 09-10-2009 01:34 PM

Quote:

Eh? I assume that states lxterminal is not installed by default?
No.It shows that the package is installed on my machine as an example,as shown by the ii.

Quote:

you WILL get lxterminal installed
If you say so.

Quote:

Not sure why this is such a point of contention. It's on my system
Again,how do you know it's on your system?
Use the command i posted then you will know for sure.

stoneheart 09-10-2009 01:56 PM

Quote:

Originally Posted by the trooper (Post 3677672)
Again,how do you know it's on your system?
Use the command i posted then you will know for sure.

Because the title bar of the (root) shell window says "LXTerminal"?

If I were at my home computer, I would check for sure using your hint, but this line of talk seems a bit pedantic, no? Sounds like the way you installed your Debian system is different from my own, and that's fine.

the trooper 09-10-2009 02:06 PM

Quote:

but this line of talk seems a bit pedantic
All you had to do was answer the question.
There's really no need for the attitude.

stoneheart 09-10-2009 02:08 PM

Quote:

Originally Posted by the trooper (Post 3677712)
All you had to do was answer the question.
There's really no need for the attitude.

Huh? Reread the thread and tell me who's being confrontational.

I do thank you for your hint at using the dkpg command though.

the trooper 09-10-2009 02:20 PM

The following link may help with your problem:

http://forum.lxde.org/viewtopic.php?f=26&t=292

j1alu 09-10-2009 03:17 PM

Im not sure if the terminal-emulator xterm is on a standard installation, but i guess so.
You could open it from a command-prompt by entering xterm.
Then open lxterminal from within xterm with
Code:

lxterminal &
That should give you some usefull error-messages about whats going wrong with lxterminal.

If there aint no xterm use the root-terminal, become user
Code:

su your_username
and run lxterminal &

btw: the most reasonable explanation seems to be that it aint or aint proper installed (like trooper suggested). So installing or re-installing it would be the first way i would go too.
apt-get install --reinstall lxterminal

If you dont get it up and running, what i doubt, just use any of the other terminal-emulators availiable (like roxterm or tilda, perhaps eterm or xterm...).

greetings


All times are GMT -5. The time now is 07:49 PM.