Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 14 years ago.
为什么不直接创建一个 HFS+ 别名呢? Command-Option-将 iTunes 应用程序拖动到计算机上您想要的任何位置,它应该按照您想要的方式工作。
Why not just make an HFS+ alias? Command-option-drag the iTunes app anywhere you want on your machine, and it should work like you want it to.
我刚刚找到了一个解决方案:
制作一个可执行文件(作为链接)
#!/bin/bash cd /Applications/iTunes.app/Contents/MacOS nohup ./iTunesX & exit
并在终端的首选项下进行更改
当 shell 退出时:如果 shell 完全退出则关闭
将 iTunesX 和 cd 路径更改为任何所需目标。
I just figured out a solution:
Make an executable (intended as the link)
and change under preferences in Terminal
When the shell quits: close if the shell exited cleanly
Change iTunesX and the cd path to any desired target.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
为什么不直接创建一个 HFS+ 别名呢? Command-Option-将 iTunes 应用程序拖动到计算机上您想要的任何位置,它应该按照您想要的方式工作。
Why not just make an HFS+ alias? Command-option-drag the iTunes app anywhere you want on your machine, and it should work like you want it to.
我刚刚找到了一个解决方案:
制作一个可执行文件(作为链接)
并在终端的首选项下进行更改
将 iTunesX 和 cd 路径更改为任何所需目标。
I just figured out a solution:
Make an executable (intended as the link)
and change under preferences in Terminal
Change iTunesX and the cd path to any desired target.