0
這裏是我的代碼:AppleScripting應用更改通知中心的背景OSX 10.8
set NCBGPath to path ("Machintosh hd:System:LIbrary:Core Services:Notification Center:Contents:Resources")
set NCBackground to {"linen.tiff"}
set themeFolder to choose folder with prompt "Choose a Theme"
tell application "Finder"
if exists file (themeFolder & NCBackground) then
copy file (themeFolder & NCBackground) to NCGBPath
end if
end tell `
什麼我需要改變,使其工作?它應該讓你選擇一個文件夾,如果該文件夾中有一個名爲linen.tiff
然後將該文件複製到一組路徑:
/System/Library/CoreServices/Notification Center/Contents/Resources
取代已存在的一個...
在煩惱設置路徑並使其工作
其實這個腳本不會複製任何文件:/ –
也許你應該給予更多的細節,因爲清晰的代碼「做shell腳本CP」行意在複製文件。因此,麻煩 - 拍攝一些代碼,找出爲什麼它沒有做你需要的。沒有更多的解釋,我無法幫助你。 – regulus6633
劇本對我來說看起來也不錯......當然,那裏沒有麻布,所以我不知道NC應該如何選取它呢? –