LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Arch Linux: In KDE, the default directory is Documents *When I open Terminal* (https://www.linuxquestions.org/questions/linux-newbie-8/arch-linux-in-kde-the-default-directory-is-documents-%2Awhen-i-open-terminal%2A-884900/)

theif519 06-06-2011 09:25 PM

Arch Linux: In KDE, the default directory is Documents *When I open Terminal*
 
How do I change it back to ~/ directory? This may also atribute to my other problems as well regarding why I can't put files in the trash nor delete them. How do I change the default directory? After around a week, Arch Linux is up and running as almost stable, all I have to do is settle these problems and a few others and Arch Linux will be good enough for daily use. Someone said I may have changed my UID by accident, but I'm not sure how to change that back.

theif519 06-06-2011 09:36 PM

Actually, it's not just terminals, it's EVERYTHING! Everything I open up goes directly documents. The last thing I did was Install KDE and uninstall every other desktop environment and all of the applications provided by someone friendly enough to help me out AND give me the code to copy and paste. What can I do to fix this?

MTK358 06-07-2011 07:12 AM

I also have this problem (not in the terminal, just in KDE app file dialogs) and would like a solution. I can't believe why they would decide to start in ~/Documents instead of ~, it just makes no sense to me.

theif519 06-07-2011 02:43 PM

I deleted the Documents directory and it default changed back to ~/, but when I add it back, it goes back to the way it was before. I instead made a directory call Docs and it doesn't make it the home. I still want to know how I can make my Documents directory without making it the default one.

roygbiiv 06-08-2011 04:26 AM

you can add
Code:

cd ~/
to your local ~/.bash_profile. If you don't have it, create it and add the stuff
Code:

touch ~/.bash_profile && echo "cd ~/" > ~/.bash_profile
.


All times are GMT -5. The time now is 09:21 PM.