hi all
i installed seamonkey in my machine..
i am using the seamonkey ".so" files i.e
libgtkembedmoz and xpcom to my source..

i am linking this ".so" like this..
Code:
ln -s -f /usr/lib/mozilla-seamonkey-1.0.9/libgtkembedmoz.so $HOME/.libs
ok.. my application running sucessfully in root level...

but the same exe(source executable file) is not working in user level
and saying this error
Code:
[munna@localhost Desktop]$ phone
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key

(phone:19524): Gtk-WARNING **: cannot open display:
[munna@localhost Desktop]$
what is the wrong with this..

please help me

thank you in advamce