| Try doing this. Emerge the slocate package (if you haven't allready) and as root, run
updatedb
wait for it to finish, then run
locate -i gnome-session
that should tell you IF the package is installed, and where.
If it comes back fine, log into your regular user, and run
which gnome-session
if it comes back fine, you should be ok, and I dont know how to help you. If it is missing, you need to put that directory into your user's path.
mine came up being in /usr/bin/gnome-session so it was in my path by default.
post what you find.
__________________
New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCT for RHEL version 4
echo "$whatever_youre_saying" > /dev/null
|