This is the portion of the tutorial involved in the error :
as user this is what reports the id command (when I run xfce and xorg) :
I suspect that there isn't a permission problem,but something else. When I log out from xfce4 and from xorg,this is what I see (as user) :
I don't see the dir 1001,so I can't check the permissions !. Is that normal ? I'm using zsh.
Code:
# nano /home/marietto/.zshenv
# Path
typeset -U PATH path
path=("$HOME/bin" "/usr/local/bin" "$path[@]")
export PATH
# xdg directories
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_RUNTIME_DIR="/var/run/user/`id -u`"
as user this is what reports the id command (when I run xfce and xorg) :
Code:
# id
uid=1001(marietto) gid=1001(marietto) groups=1001(marietto),0(wheel),44(video)
# id -u
1001
I suspect that there isn't a permission problem,but something else. When I log out from xfce4 and from xorg,this is what I see (as user) :
Code:
# cd /var/run/user
# ls
0
I don't see the dir 1001,so I can't check the permissions !. Is that normal ? I'm using zsh.
Code:
echo $SHELL
/usr/local/bin/zsh