OS X 10.5用户壁纸的位置在哪里

时间:2010-07-07 20:07:06

标签: macos operating-system filesystems desktop-wallpaper

我只是想知道用户当前壁纸的/File/System/Location/在OS X 10.5中的存储位置。类似于默认登录窗口壁纸如何存储在/System/Library/CoreServices/DefaultDesktop.jpg

2 个答案:

答案 0 :(得分:1)

尝试路径:/ Library / Desktop Pictures,其中root是您的计算机名称。这就是它在我的OS X 10.5上的位置

答案 1 :(得分:0)

有关每个桌面(即显示器)的当前桌面图片的信息可通过System Events AppleScript界面​​获得。例如:

tell application "System Events"
    get picture of its first desktop
end tell