Page 1 of 1

파이어폭스 두개 실행 방법

Posted: 2010 04 02 00:27 37
by acooda9
파이어폭스에다가 에드온을 많이 설치하면 너무 무거워져서 사용하기가 불편합니다. 그래서 파이어폭스을 용도별로 구별해서 사용할라고 합니다.

예를 들면 서핑용과 웹개발용으로 분류를 만들어서 에드온이 따로 실행하는 방식인데요.

각 용도에 맞게 파이어폭스 에드온 실행이 되게 해주는 에드온이 있는지 궁금합니다. 또는 파이어폭스를 두개 설치를 해서 실행하는 방법이나 파이어폭스 실행시 환경설정을 따로 불러서 실행하는 방법이 있는지 알고 싶습니다.

Re: 파이어폭스 두개 실행 방법

Posted: 2010 04 02 00:57 57
by Seeker
1. 실행되어있는 파이어폭스를 종료합니다.

2. firefox -p

로 프로필 관리 메뉴를 실행하고 새로운 프로필을 생성합니다.

3. 바로가기의 대상을

...\firefox.exe -p "프로필 이름"

으로 만들고 사용합니다.

Re: 파이어폭스 두개 실행 방법

Posted: 2010 04 02 01:38 43
by acooda9
profile 설정하는 기능이 있었군요 :)

왜 이걸 생각을 못했나 모르겠네요 하하;

Code: Select all

acooda@M:~$ firefox --help
Usage: firefox-bin [ options ... ] [URL]
       where options include:           

X11 options
        --display=DISPLAY               X display to use
        --sync          Make X calls synchronous        
        --no-xshm               Don't use X shared memory extension
        --xim-preedit=STYLE                                        
        --xim-status=STYLE                                         
        --g-fatal-warnings              Make all warnings fatal    

Firefox options
        -h or -help             Print this message.
        -v or -version          Print Firefox version.
        -P <profile>            Start with <profile>.
        -migration              Start with migration wizard.
        -ProfileManager         Start with ProfileManager.
        -no-remote              Open new instance, not a new window in running inst
        -UILocale <locale>      Start with <locale> resources as UI Locale.
        -safe-mode              Disables extensions and themes for this session.
  -jsconsole           Open the Error console.
  -browser            Open a browser window.
  -private            Enable private browsing mode.
  -setDefaultBrowser   Set this app as the default browser.
답글 감사합니다 꾸벅.