You are not logged in.
Hello,
I've moved my user's home directory, the old one still exists.
Now, when I run terminal via a shortcut, it opens at the old location. For thunar, it is the same.
I haven't been able to find where to configure that.
Any thoughts?
Thank you in advance
Last edited by kwevej (2011-08-13 15:53:23)
Offline
Does useredit know about the new location? I think this was set in /etc/passwd.
Offline
actually what I did was:
I've created a new user with a different name;
Copied the content of old users home to the new location
in /etc/passwd the home location is fine
Offline
Maybe Xfce is not 'started' in the home directory.
Offline
I start it by:
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec ck-launch-session dbus-launch --exit-with-session startxfce4
Offline
So, I've removed the old directory and it works fine now.
Dunno why, but it works.
Offline
[ Generated in 0.012 seconds, 8 queries executed - Memory usage: 533.55 KiB (Peak: 534.39 KiB) ]