Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
~/.xsession-errors
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Wed Jan 15, 2003 12:02 am    Post subject: ~/.xsession-errors Reply with quote

this is what i have in /home/myuser/.xsession-errors
Code:
/etc/X11/gdm/PreSession//Default: Registering your session with wtmp and utmp
/etc/X11/gdm/PreSession//Default: running: sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/lib/gdm/:0.Xs$


i cant log in a user tells me that i've session less then 10 sec and to fix it i have to failsafe ,
how do i fix this .
thank u very much

this is my /etc/X11/gdm/PreSession//Default

Code:
if command -v xsetroot > /dev/null 2>&1; then
        xsetroot -cursor_name left_ptr -solid "#363047"
fi

if command -v sessreg > /dev/null 2>&1; then
        # some output for easy debugging
        echo "$0: Registering your session with wtmp and utmp"
        echo "$0: running: sessreg -a -w /var/log/wtmp -u /var/run/utmp -x \"$X$
        exec sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "$X_SERVERS" -h "$$        # this is not reached
fi

# some output for easy debugging
echo "$0: could not find the sessreg utility, cannot update wtmp and utmp"
exit 0

Back to top
View user's profile Send private message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Wed Jan 15, 2003 5:08 am    Post subject: Reply with quote

i fixed it
i only did emerge gnome , and after doing an emerge -p gnome-session i saw that i didnt have gnome-applets install
had to remove gmd and reinstall it and that fixed the problem
:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum