LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   problem with mozilla-seamonkey (https://www.linuxquestions.org/questions/programming-9/problem-with-mozilla-seamonkey-573894/)

munna_dude 08-01-2007 05:26 AM

problem with mozilla-seamonkey
 
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

bigearsbilly 08-01-2007 05:38 AM

are you logging in totally as a new user or
just su on an xterm?


try xhost +

man xhost xauth



why are you running as root?
you shouldn't.

munna_dude 08-01-2007 07:29 AM

Quote:

Originally Posted by bigearsbilly
are you logging in totally as a new user or
just su on an xterm?


try xhost +

man xhost xauth



why are you running as root?
you shouldn't.

hi
i login in to user..
run this exe in user level
the error is same...


i dontknow what happens...

i included ".so" in " make "file of gtk ..
here mozlib finds the current version of seamonkey....
Code:

-lgtkembedmoz -lxpcom -Wl,-R/usr/lib/$(mozlib)
yes.. with this it is running in root level...

what i have to do to run this exe in user(munna) level

please help me

thank you in advance


All times are GMT -5. The time now is 11:20 PM.