How do I change Desktop folder properties?

I recently purchased a macbook pro. I used migration assistant to transfer all files, from my g4, via firewire. Now, when I attempt to download from the internet, I get this error message: "Downloading/users/myname/Desktop/filename could not be saved, because you cannot change the contents of that folder. Change the folder properties and try again, or try saving in a different location". How do I change desktop folder properties?
mac book pro Mac OS X (10.4.7)

Control-click or right-click anywhere on your desktop picture, and select Get Info from the contextual menu. Then expand the Ownership & Permissions section. You need to set the drop-down menus like this:
You can: Read and Write
Owner: <your username>
Access: Read & Write
Group: Staff
Access: No Access
Others: No Access
If that doesn't work, log in as an administrator, open Terminal, and enter these commands (assuming your username is "bigalive"; change appropriately:
sudo chown bigalive:staff /Users/bigalive/Desktop
sudo chmod 700 /Users/bigalive/Desktop
That should fix it.

Similar Messages

  • How do I change desktop folder/safari pictures to registered business icons, I have tried almost every how to  on-line but none are worki?  I have treing. First how do I get the icon I need from the website and then what?

    How do I change Mac desktop folder/safari pictures to registered business icons? I have tried almost everythin but none are working.  First how do I capture the business icon from the website, then what?

    OK, well to start with, you must have the icon file in the correct format. You need to end up with an .icns file. One of the how-to articles should tell you how to do this - iConvert will also do it.
    If it is in the correct format, when you click the icon file to highlight it, and click cmd-i, you will see the Get Info window - at the top left, you should see a mini version of the icon. If you do NOT see that icon correctly, the file is not the correct format. So this will not work for a jpg or png file, for example.
    Once you have this window open, go to the thumbnail, click it to highlight it blue, and click cmd-C to copy.
    Go to your Safari app from the Applications folder (not from the dock), again click cmd-i to open its Get Info window, and again click its icon to highlight it blue. Now click cmd-V to paste. You will be asked for your admin password to authenticate. The icon should now become the one you've pasted in.
    You may need to log out and back in for the effect to show on the application file itself.
    You might also want to look into Candybar if you plan on doing a lot of icon customization.
    Matt

  • How do i change desktop folder?

    i have all these "plain" blue folders on my desktop
    Y'know where the MacIntosh HD is located
    How do i make those folders into an icon?
    Something exciting,maybe from a jpeg or something?
    rather than plain blue or plain silver?

    Ok.i followed the directions and here is the problems
    Let me make it simpler for you.
    1) Open 2 (two!) finder windows.
    2) Go to. icon image that you want--for example, let's say you like the "applications" folder icon. Or one's you've downloaded from the sites mentioned.
    3) Click on "info"
    4) In the upper left hand corner there is a tiny version of the icon. Click on that (highlight it), COPY.
    Next part.
    1) In the other finder window, open up the folder or whatever with the icon you want to change (example, you don't like the iTune's Music folder icon).
    2) Click on "info"
    3) Highlight the tiny folder/icon image in the upper lefthand corner of the info box.
    4) Click "Paste"--it will be replaced with the icon you copied and saved from the other folder (or whatever).
    Now if you're just using a picture from iphoto, then you can save steps--you copy the picture, and highlight the tiny folder image, and paste. Photo or pictures are easy to exchange. For icons you need to take that extra "get info" step to switch out the icon image.
    Does this help?

  • How do I change the default properties for Replace(Ins)?

    Acrobat Pro X
    Comment tools: Annotations
    All tool icons EXCEPT Replace(Ins) show "Tool Default Properties" as an option when right-clicked.  When I right-click a particular replacement in the document and select "Properties," there is no option to set current as default.
    So, how do I change the default properties for this annotation tool?  I need to change the Author and the color.
    Thanks,
    Nancy

    Create customized controls for your graphs and controls and setup your favorite attributes .
    Use your custom controls instead of the canned controls.
    Do a search on UI and you will find a community that already created custom controls.
    Visualize the Solution
    CLA
    LabVIEW, LabVIEW FPGA

  • HT201361 Is it possible to save the screenshot files to a different folder than desktop. How can I change the folder?

    Is it possible to save the screenshot files to a different folder than desktop (that is the default). How can I change the destination folder? Thank you, Sal

    To change the screenshot capture location to a new place on your Mac, first think of a location that would serve you properly. We like to place ours in a "Screenshot" folder located inside of the User's "Pictures" folder. To change the location to this new location, open the Terminal and enter the following command:
    defaults write com.apple.screencapture location /Users/[u]/Pictures/Screenshots/
    Replace "[u]" with the name of the user on your system. Once you have entered this command, let's restart the screen capture utility by restarting the SystemUIServer by entering the following command:
    killall SystemUIServer
    You can optionally log out and back in instead of entering this second command, thus restarting the SystemUIServer. Once restarted, all screen captures taken from here on out will end up in your /Pictures/Screenshots/ folder in the User's home folder on your Mac.

  • How to delete the Desktop Folder in the User folder

    I don't use my desktop as a folder
    and I changed this folder to .Desktop to have it hidden
    but there is another folder Desktop non-hidden + my .Desktop folder always ready when I restart...
    How should I keep it hidden or out of my system ?
    Message was edited by: c8455

    Click here and use the instructions to hide it.
    (46869)

  • How do you change the folder layout in WebDB Site Builder?

    Hello,
    When multiple subfolders are added to folders, they are formatted from left to right in the content area of the WebDB Site. I want the folders to appear in a list, how can I change the layout?
    Regards,
    Lindsay Fraschilla

    The folders in my content area are already displayed, I just want them to be displayed vertically in a list not horizontally. My folders appear like this:
    a b
    c d
    I want them to appear like this:
    a
    b
    c
    d
    Any ideas?
    The 'multiselect option' below that you referred to only alows you to select the order of the folders and if they are displayed or not.
    Thanks
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jerry madrigal ([email protected]):
    in your home page (root folder), edit the folder properties, choose navigation bar. be sure that the 'folder links' are selected and choose the desired folders to be displayed in the next 'multiselect option' below. You can also manage different folder links in each folders..<HR></BLOCKQUOTE>
    null

  • How can i change element's properties at specific time position?

    Hi, as the title describes, i want to change 'product_lg' position(left,top,width,height) at time position 'product_show' and 'product' automaticly, how can i do it with js?
    thanks!

    I known your solution, but i need to change it on trigger 'compositionReady' or 'compositionComplete', actually i want to init element's trigger effects at different time position automaticly.
    code as followed can change element's properties at current time, but it can't change element's properties at next coming trigger time:
    sym.$("Ellipse").css({'top':209, 'left':251, 'height':27, 'width':27});
    Thanks!

  • How does one change the folder to which scanned images are saved?

    Using a CanoScan 9000F Mark II scanner
    Using the ScanGear driver software that came with it
    Right now every time I scan something, it is automatically saved in "My Documents", and I have to drag and drop the file where I really want it to go. How do I change it so that the file is saved where I want it to go in the first place. Also, it is automatically assigning a file name so that I have to go to the file and change that to what I would like it to be too. How do I make it so that I can name the file before it gets saved. Neither do I see where it gives me the option to choose the format in which the file is saved; it is saving the files automatically as JPG, but I would like to save them as TIFF or BMP.
    These seem to be very standard options; so I don't know why I'm finding it so hard. I must be blind or something.
    Thank you for your time and assistance.

    Hello barbarossa,
    Great question!  You can change all these settings through the My Image Garden software.  The exact procedure will vary depending on the version of Windows you are using.
    If you are having any difficulty locating this software, feel free to visit the link below to let us know your operating system and we can follow-up with step-by-step directions.  Thanks! 
    http://www.usa.canon.com/cusa/consumer/standard_display/contact_us_consumer
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How do I change the folder in which Mail saves sent e-mails (On my Mac)?

    If I send an e-mail from my iPad, te e-mail is saved in "sent items". However, if I send an e-mail from my Mac, with mail, the e-mail is saved in another folder: "Sent Messages".
    I know I can easily change the folder in which the iPad saves sent e-mails, but I would like to change this setting on my Mac, so that the Mac saves sent e-mails exactely where the iPad saves snet e-mails.
    Is it possible to change this setting on the Mac?

    Bryan.O wrote:
    Is it possible to change this setting on the Mac?
    There might. (Stress, might.)
    Quit Mail.
    Make a backup of <~/Library/Preferences/com.apple.mail.plist>.
    Open it with a suitable text editor (eg, TextWrangler), or plist editor (eg, Xcode, Pref Setter).
    Look for the key "SentMessagesMailboxName". Replace the string "Sent Messages" with what you want.
    Repeat for every such key. Save.
    Launch Mail. Test. If anything goes wrong, replace com.apple.mail.plist with the backup.
    Warning: I have not tested this myself, so I don't know if it works and/or if it causes any problems.

  • How can I change a folder icon. Or at least change the background color. Folders are great for organization but the are SO ugly!!!!

    Want to be able to change my folder icon to a different icon image or at least change the background from dismal grey to a different color!

    You cannot.
    http://www.apple.com/feedback

  • How can i change DCIM folder in my N8 belle?

    Any ideas how to change the DCIM folder? Can i make the camera save in the images and the videos folderes as it was in s3^? I really dont like the way camera saves in the DCIM, photos are mixed with videos and there is no secondery folders arrangement.

    @yzamara
    AFAIK you can't as DCIM was supposed to bring it into line with other photo taking devices.
    Happy to have helped forum with a Support Ratio = 42.5

  • How can I change the folder path to my library

    I just changed the file path to my locally stored music from C:\MyStuff\...\iPod Nano Music\... to C:\OneDrive\...\iPod Nano Music\...
    Is there a way I can edit the path that Apple has locally stored to redirect iTunes to the new, correct location instead of (as I've had to do previously) deleting all the music files in iTunes and then adding each music folder back?
    In Advanced Preferences the 'iTunes media folder location' shows as C:\Users\Mark\Music\iTunes\iTunes Media with an edit button. However this is not the location of all my music files (as indicated above).
    Mark

    If you want to move your media to a new path what you should do is edit the media folder preference in iTunes and then consolidate to that new path. Moving the media first by hand and then trying to fix iTunes is generally the wrong approach.
    Your options are to move everything back where it came from, then consolidate to the new path, then delete the originals that iTunes leaves behind. Alternatively you should be able to use my FindTracks script to reconnect the relocated media to iTunes. See this post for an explanation of how it works.
    See also Make a split library portable for reasons why splitting the media folder to a new path may be undesirable.
    tt2

  • How to define the desktop folder?

    Hi,
    I entered the following lines into the Terminal application:
    sudo mv desktop desktop.bak
    ln -s /Users/username/Dropbox/./Desktop
    this command defined my Dropbox folder as the OS X desktop. plus, my Home folder now contains a folder called desktop.bak.
    how can I undo this?
    is it possible to define a folder inside the Home folder or inside the Dropbox folder as the OS X desktop?
    thanks in advance for your suggestions.
    best, Ian

    @Niel
    thanks a lot, the commands you suggested created a folder called Desktop.old inside my Home folder that now seems serve as the OS X Desktop. the dropbox folder no longer serves as the Desktop.
    I'd have some further questions:
    is it safe to delete the desktop.bak folder from the Home folder?
    is it safe to rename the Desktop.old folder to simply Desktop?
    is it possible to define a folder inside the dropbox folder as the OS X Desktop?
    again, thank you Niel for your very helpful answer.

  • How do I change desktop

    I just installed Leopard. However my desktop looks the same as it was previously under Tiger (flat screen with icons on it, and the bar along the bottom). Evidently I made some wrong selection when I went through the installation. (1) What can I do to change my desktop so it looks like the one that appears in the Leopard Manual? (2) Is it possible, having done that,to revert to the desktop I now have if I decide I don't like the new one (and if so, how)?

    RauldeB wrote:
    …where there is a big window in the middle of the desktop where windows display like a book…
    This would be the Finder's new Cover Flow. To get this, click on this toolbar button in any Finder window.
    And then, you can browse your files with Cover Flow, in the way that you described.

Maybe you are looking for

  • Update server not responding photosmart 410 all-in-one

    Hi all, I'm new to blogging and not too computer savvy so patience please. This problem looks like it's been posted before but I'm not sure how to apply it to me.  I have a 410a printer connected to a minimac running OSx 10.10 (yosemite?). I am tryin

  • Need help with user ID for this forum

    I have problem that I can't seem to get resolved online which involves my Apple Support user ID... Sorry to post this here, but I don't know where to go for help. I have been a member of the apple community for a long time (since 2002) but my login I

  • Safari HTTP error 403

    I am connected to the internet - email works fine, evernote syncronises etc.  But on ANY web page I am getting a HTTP Error 403: The service you requested is restricted and is not available to your browser. The restriction can be based on your IP add

  • Install JAXB and JAXP only

    Hi, We want to use the funtion of JAXB and JAXP but do not want to use the whole java web service Can the JAXB and JAXP work separately on JDK1.2/JDK1.3.1 Jacinle

  • FAGLL03 - very slow

    Hi, Using fagll03 by wbs element wise i.e,  fagll03->custom selection->gl account line item->wbs element->give input of wbs element. It takes so much of time and our cpu is 100% utilizised and all other process is very slow. Anybody give the solution