I have exact same problem with this thread:
http://www.opensolaris.org/jive/thread.jspa?messageID=215370
And I did "exactly" as it guided:
I login to desktop common environment, then in terminal I typed :

for d in /usr/share/icons/*; do
[ -d $d ] &&
gtk-update-icon-cache --force $d;

But it said: syntax error on ;

What I'm missing here?
Thanks and regards,

----------------------------------------------------------------------
some main content of above link :
- Phenomenon:
Fresh installed build 85 in a VMware virtual machine. I am unable to log
into GNOME.

On the first attempt, I was spammed with a number of applet crash/bug
buddy popups (Volume Control, Panel application, Open folder). After
killing the session and running gnome-cleanup, all subsequent attempts
to log in result in the session crashing and returning me to the login
screen.
-solution:
run the following commands as root:
---8<---
for d in /usr/share/icons/*; do
[ -d $d ] &&
gtk-update-icon-cache --force $d;
done
---8<---
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to