Hasil dari google menunjukkan :
8<------------------------------------------------------------------->8
If you are using OpenSolaris, there is no /usr/dt directory. This
is the Nevada startup script.
Check your /usr/share/xsessions/gnome.desktop script and the "Exec"
line should tell you what program is being used for starting the GNOME
session. It should just be "gnome-session"
Normally when you start a session with GDM, it will run
/etc/X11/gdm/Xsession, which has these lines of code to source any
files in /etc/X11/xinit/xinitrc.d
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for i in /etc/X11/xinit/xinitrc.d/* ; do
if [ -x "$i" ]; then
. "$i"
fi
done
fi
So, if your startup process is different than using the
/usr/share/xsessions/gnome.desktop file, you need to make sure to
source those files for the desktop to work properly.
8<------------------------------------------------------------------->8
Ini link lengkap-nya[1], jadi coba cek dulu, apakah direktori /usr/dt
ada atau tidak di Osol yg dipakai :) Trs apakah XFCE-nya udah di install
juga ??
[1] http://opensolaris.org/jive/thread.jspa?messageID=399354
--
Martinus Ady H.
Registered Linux User #410906
Personal Blog : http://martinusadyh.web.id/
Planet NetBeans ID : http://planetnetbeans.org/id/index.html
Planet Slackware ID : http://planet.slackware-id.org/
coba matiin dulu gdmnya (svcadm disable gdm) trus start xfce manual
dari shell (/path/to/startxfce4). Kalo bisa berarti setting gdmnya
yang ngaco.