[Study]/[Linux & Unix]2010. 6. 19. 01:25
(firefox:????) : GLib-WARNING **: g_set_prgname() called multiple times

오랜만에 리눅스를 만져보고싶어서 만만해? 보이는 우분투를 깔고선 신나게 놀다가...
전원코드를 밝아서 하필이면 노트북의 베터리도 빼논 상태라서 그냥 꺼져 버렸다....

재부팅한 후에 아무리 파폭을 실행 할려고 해봐도 실행되는듯 하다가 멈추고
그러길래 터미널에서

>firefox -safe-mode
>gksu firefox %u


등등 해봤지만 위와 같은 메세지가 계속 뜨고 gksu로 했을경우 몇번 저런 메세지가 뜨다가 겨우겨우 실행됬다...

오랜만에 리눅스 만져볼려고 깔았다가 완전 개삽질을 해대 다가

결국 외국 포럼에서 찾았다.

그냥 자신의 홈 폴더(/home/자기 아이디)에 숨겨진 파일(폴더)로 mozila(firefox)의 개인 설정 파일 내용들이 들어 있는데 이것이 강제 종료나 기타 상황으로 뻑났을때 일어나는 증상 이라고 한다...

해결책으로는 간단하게

>rm -rfv /home/자기 아이디/.mozila


Issue

Firefox is crashing or closing unexpectedly

Description

i can't run firefox 3.5.6 without sudo in ubuntu, it just show error like this :
(firefox:2447): GLib-WARNING **: g_set_prgname() called multiple times
for detail, i have post a repport to launchpad

Solution
1-open a terminal
2-go to your home folder
>cd
3- remove the folder .mozilla
> rm -rf .mozilla
4- restart your computer (it's not obligated (i'm not sure that this word exist in english but ;)... ) but it is what i have done)
5- re launch firefox
6- it might be good !!


-출처-
https://support.mozilla.com/en-US/forum/1/536197

'[Study] > [Linux & Unix]' 카테고리의 다른 글

인코딩 변환 eucKR <-> utf8  (0) 2011.02.06
Dell Studio 1555 Linux Sound Problem.  (0) 2010.06.19
Vi Setting 새로 올림  (0) 2010.01.11
Linux X-Window resolution Setting tip  (0) 2009.09.25
[Linux] vimrc 설정파일  (0) 2009.09.06
Posted by xiasonic