Empty Desktop in use GNOME2 FreeBSD9.0

I have no icons and control after user login in GNOME2 FreeBSD9.0.
But when I login by root, I can see the icons and controls normally.
How can I resolve this problem?
 
Hi, thank you!
It's a little bit long story.
Code:
#pkg_add -r xorg
#Xorg -configure
#cp ~/xorg.conf.new  /etc/X11/xorg.conf
#vi /etc/rc.conf
dbus_enable="YES"
hald_enable="YES"
polkid_enable="YES"
#vi /usr/local/etc/PolicyKit/PolicyKit.conf
<match user="root|(user)">
   <return...
</matsh>
REBOOT
#startx
#pkg_add -r gnome2
#cd /usr/ports/X11/gnome2
#make install clean
likely above, I was able to use GNOME2.
And then I could login from user account and see the icons and controls. But I deinstall the installed ruby18 from the port by some reason.
Code:
#cd /usr/ports/lang/ruby18
#make deinstall
Soon after the deinstallation, I saw the warning messages showing some library would be deleted.
Since then, when I login from the user account, I can't see the icons and controls any more but can see only wall paper and use the pointing device. But I can login from root, and see the icons and controls normally. Then I can switch to the user account from the terminal and use ruby19 and any commands normally.

Please give me some advises to solve this problem. I would like to use the icons and controls after login from the user account as well.
 
Actually, I reinstalled FreeBSD9.0-Release, and carefully set it up. Then the problem solved.
Probably if I did,
#echo "/usr/local/bin/gnome-session" > /home/*user*/.xinitrc
#reboot
I could see the normal desktop of gnome2.
Thanks
 
Back
Top