You are not logged in.

#1 2012-12-06 21:34:44

CTheGreatDevaluation
Member
Registered: 2012-09-03
Posts: 21

[SOLVED]login problems - New install with old /home/usr

Hi,

today I reinstalled arch and kept my old home/usr, on my old install I started Xfce with

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startxfce4 --with-ck-launch
#could use xinit instead of startx
#exec xinit -- /usr/bin/X -nolisten tcp vt7
fi

When I want to login now, I'm getting some error messages I can't read because it's going to fast.

How can I read/ find the logs that I'm able to find what's wrong?


TIA

Last edited by CTheGreatDevaluation (2012-12-06 22:16:41)

Offline

#2 2012-12-06 21:54:25

Šaran
Member
From: Bosnia
Registered: 2011-09-03
Posts: 407

Re: [SOLVED]login problems - New install with old /home/usr

Desktop environment stuff should go into .xinitrc.
With following in my .bash_profile X output is redirected to .xlog.

[[ -z $DISPLAY && $XDG_VTNR == 1 ]] && startx &> ~/.xlog -- vt$XDG_VTNR

Offline

#3 2012-12-06 22:15:39

CTheGreatDevaluation
Member
Registered: 2012-09-03
Posts: 21

Re: [SOLVED]login problems - New install with old /home/usr

Thank you Šaran, that helped!

Offline

Board footer

Powered by FluxBB