답변:
켄의 대답은 주제를 조금 복잡하게 만든다고 생각합니다. 유니티에는 스위치 인 -b가 있다고 생각합니다. 처럼unity -b http://mail.google.com
나는 그것이 정말 잘 모르겠어요 -b
당신이 더 확인 있도록 unity --help
.
-b
플래그는 11.04에서 누락 된 것으로 보입니다
내가 지금 아는 유일한 방법은 gconf입니다. 다음은 데스크탑 파일의 이름과 경로를 사용자의 것으로 바꾸는 예입니다. 제 경우에는 /home/ken/.local/share/applications/chrome-http___mail.google.com_a_vandine.org.desktop입니다.
gconftool --type string --set /desktop/unity/launcher/favorites/app-chrome-http___mail.google.com_a_vandine.org.desktop/desktop_file /home/ken/.local/share/applications/chrome-http___mail.google.com_a_vandine.org.desktop
gconftool --type list --list-type=string --set /desktop/unity/launcher/favorites/favorites_list $(gconftool --get /desktop/unity/launcher/favorites/favorites_list| sed "s/]//g"),app-chrome-http___mail.google.com_a_vandine.org.desktop]
최신 Chromium 빌드 (> 11.0.696.57)를 사용하는 경우 이제 Unity에서 작동합니다. Chromium 내에서 shorcut 앱을 만든 다음 Unity 바로 드래그합니다. 이것이 Chrome에 들어가기까지 얼마나 걸리는지 확실하지 않습니다.