답변:
에서 여기 . 개인적으로 iTunes로 시도하지는 않았지만 일부 응용 프로그램에서는 작동합니다.
If you'd like to have an application running, but without a dock icon, there's a
way achieve this by modifying the application's plist file.
Open a terminal session, and first navigate to the "Contents" folder of the
application you'd like to modify (note - you may want to make a backup of the app
first, especially if it's one of the Apple-installed applications). This example
uses Key Caps:
cd 'Applications/Utilities/iTunes.app/Contents/'
Now, edit the Info.plist file:
vi Info.plist
You can use vi, pico, or emacs to do the editing.
Just before the closing Just before the closing </dict> tag, add
<key>NSBGOnly</key>
<string>1</string>
Save the edited Info.plist, then launch iTunes from the GUI
(your application foler). If your edit was successful, you should see iTunes,
but no icon in the dock.
두 가지가 가까이 나옵니다. Finder에서 iTunes 응용 프로그램과 '정보 입수'를 선택한 다음 아이콘 위에 정보 창 상단의 새 아이콘을 붙여 넣을 수 있습니다. 비결은 데스크탑 배경 그림의 선택된 패치를 아이콘으로 사용하는 것입니다 (미리보기에서 데스크탑 그림을 열고 패치를 선택하고 복사하십시오). 또는 클릭 할 때까지 공간을 차지하지 않는 항목을 도크에 넣을 수 있지만 폴더를 탐색하지 않고도 쉽게 찾을 수 있고 폴더를 만들고 응용 프로그램의 별칭을 넣을 수 있습니다. 그런 다음 폴더를 독으로 드래그하면 폴더의 아이콘을 한 번 클릭하면 모든 내용이 표시됩니다.