PDA

View Full Version : [kde] terminal issue



stlsaint
December 7th, 2009, 10:37 PM
i installed kde over gnome (ubuntu 9.10) all has been well until today when i open up my terminal using (terminator) and it opens me up to /home/stlsaint/Documents on default. i dont change anything and it goes to that location on its own...nothing is edited in my .bashrc (btw i am using zsh and bash and both yield same results).
Any ideas?

adaucourt
December 7th, 2009, 10:43 PM
i installed kde over gnome (ubuntu 9.10) all has been well until today when i open up my terminal using (terminator) and it opens me up to /home/stlsaint/Documents on default. i dont change anything and it goes to that location on its own...nothing is edited in my .bashrc (btw i am using zsh and bash and both yield same results).
Any ideas?

not sure if this applies but you can take a look:
http://ubuntuforums.org/showthread.php?t=872579

stlsaint
December 7th, 2009, 11:03 PM
not sure if this applies but you can take a look:
http://ubuntuforums.org/showthread.php?t=872579

Thanks for reply...i tried all the ideas from that post you gave but none worked.

apmcd47
December 8th, 2009, 12:16 AM
In konsole, select "Settings/Edit Current Profile..." and in the resulting dialog, under "General" tab, check your initial directory.

Andrew

drubin
December 8th, 2009, 09:20 AM
In konsole, select "Settings/Edit Current Profile..." and in the resulting dialog, under "General" tab, check your initial directory.

Andrew

Odd that this value could carry over to Terminator, and tty's! though?

stlsaint
December 8th, 2009, 11:47 AM
In konsole, select "Settings/Edit Current Profile..." and in the resulting dialog, under "General" tab, check your initial directory.

Andrew

There is no general tab in kde (from what i can find) but my home dir has already been proven as being /home/stlsaint

thanks for reply tho

Gen2ly
December 8th, 2009, 11:54 AM
System Setttings > About Me > Paths ?

If you want that doesn't work you can directly tell bash where to go in your ~/.bashrc

cd $HOME

stlsaint
December 8th, 2009, 02:57 PM
System Setttings > About Me > Paths ?

If you want that doesn't work you can directly tell bash where to go in your ~/.bashrc

cd $HOME

my paths are correct and bashrc is correct. though i am in zsh.
thanks for reply

drubin
December 8th, 2009, 08:39 PM
http://techbase.kde.org/KDE_System_Administration/KDE_Filesystem_Hierarchy#KDEHOME

Please post the output of echo $KDEHOME :)

https://bugs.edge.launchpad.net/ubuntu/+source/software-properties/+bug/364197

stlsaint
December 8th, 2009, 09:32 PM
http://techbase.kde.org/KDE_System_Administration/KDE_Filesystem_Hierarchy#KDEHOME

Please post the output of echo $KDEHOME :)

https://bugs.edge.launchpad.net/ubuntu/+source/software-properties/+bug/364197

that returns nothing but a blank line then back to prompt.

drubin
December 8th, 2009, 09:38 PM
that returns nothing but a blank line then back to prompt.

O well there goes that idea. If that isn't set then I don't see that as being the issue.

SkonesMickLoud
December 9th, 2009, 04:13 AM
my paths are correct and bashrc is correct. though i am in zsh.
thanks for reply

Then put it in ~/.zshrc

stlsaint
December 9th, 2009, 05:22 AM
Then put it in ~/.zshrc

thanks for response
but my zshrc is also fine for path.

stlsaint
December 9th, 2009, 11:22 PM
i believe i have narrowed down issue some more. I opened up regular terminal (not terminator) and i was started at correct location (/home/stlsaint) so i figure it has to do with terminator!