Scott:
Try logging into a failsafe session, then run gnome-session.
See what errors show up.
The problem might be with recent changes trying to get dbus
launching from gnome-session. You could probably hack around
this by editing /usr/dt/config/Xsession.jds and change it as
follows. You should only add the line after the
"## Add the following line" comment.
---
# Use ssh-agent if available.
#
if [ -x "/usr/bin/ssh-agent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
command="/usr/bin/ssh-agent -- $command"
else
echo "$0: ssh-agent not found."
fi
## Add the following line
##
command="dbus-launch --exit-with-session $command"
/bin/sh -c "$command"
----
Does that fix your problem?
Another way to fix this problem would be to use the CBE to
uninstall and reinstall the following packages. You probably
need to run "svcadm disable dbus" before uninstalling
SUNWdbus and you may need to run "svcadm enable dbus" after
installing it again.
- SUNWdbus
- SUNWgnome-display-mgr
- SUNWgnome-session
Brian
> I tried updating my system to vermillion_81x per the README in the
> tarballs. Installation seemed to go fine, but after the reboot, I'm
> unable to login and get a desktop. The CDE login screen is presented,
> user/pass accepted, then get bounced back to the CDE login screen.
>
> Where should I be looking for clues as to what's happening?
>
> System is an Ultra 20. Initially installed with SXDE 09/2007, bfu'd at
> snv_81 now. No changes to JDS before this attempt.
>
> Thanks,
> -scott
>
> _______________________________________________
> desktop-discuss mailing list
> desktop-discuss at opensolaris.org