• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Setting Finder window background picture
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting Finder window background picture


  • Subject: Re: Setting Finder window background picture
  • From: Graff <email@hidden>
  • Date: Fri, 20 Feb 2004 21:02:10 -0500

On Feb 20, 2004, at 6:30 PM, Walter Ian Kaye wrote:

At 11:34a -0800 02/20/2004, Mark Alldritt didst inscribe upon an electronic papyrus:

Has anyone figured out how to set the background picture for a
volume/folder? AppleScript would be best, but if there's some shell command
that does this trick, that's fine also.

Isn't it just a matter of placing the right filename?
Let's see... I know OmniWeb uses a bkgd pic...

/volumeOrFolder/.background/background

So that's an image file named "background" in a folder named ".background".

Let's see how Watson does it...

/Watson 1.7.5/.background/backdrop.jpg

So I guess the name of the file doesn't matter, as long as it's in a hidden folder named ".background". Therefore you could do something like this:

do shell script "mkdir " & posixPathToVolumeOrFolder & "/.background ; cp -p " & posixPathToOriginalImage & " " & posixPathToNewDotBackgroundFolder

Hmm, no go with that here. I tried doing what you suggested manually using the Terminal and it didn't change the background of the folder. I suspect that what you are talking about is only for disks at the root level of the disk or some such thing. The Finder sure doesn't use that method, I tried setting the background through the Finder and it didn't create any hidden folders or files in the folder.

- Ken
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Setting Finder window background picture
      • From: Walter Ian Kaye <email@hidden>
References: 
 >Setting Finder window background picture (From: Mark Alldritt <email@hidden>)
 >Re: Setting Finder window background picture (From: Walter Ian Kaye <email@hidden>)

  • Prev by Date: Re: Setting Finder window background picture
  • Next by Date: Re: Where to report Script Editor bug?
  • Previous by thread: Re: Setting Finder window background picture
  • Next by thread: Re: Setting Finder window background picture
  • Index(es):
    • Date
    • Thread