Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-07-31 12:18:07

kwevej
Member
Registered: 2011-07-31
Posts: 4

moved user's home folder; Thunar opens at the old location [solved]

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

#2 2011-07-31 18:25:02

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: moved user's home folder; Thunar opens at the old location [solved]

Does useredit know about the new location? I think this was set in /etc/passwd.

Offline

#3 2011-08-06 12:20:38

kwevej
Member
Registered: 2011-07-31
Posts: 4

Re: moved user's home folder; Thunar opens at the old location [solved]

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

#4 2011-08-06 22:17:43

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: moved user's home folder; Thunar opens at the old location [solved]

Maybe Xfce is not 'started' in the home directory.

Offline

#5 2011-08-07 00:29:48

kwevej
Member
Registered: 2011-07-31
Posts: 4

Re: moved user's home folder; Thunar opens at the old location [solved]

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

#6 2011-08-13 15:52:32

kwevej
Member
Registered: 2011-07-31
Posts: 4

Re: moved user's home folder; Thunar opens at the old location [solved]

So, I've removed the old directory and it works fine now.
Dunno why, but it works.

Offline

Board footer

Powered by FluxBB