Desk top repair - can't use desktop

I have been having a variety of problems with my eMac. I wasn't able to download from safari and then realized downloading was not the problem but where I was downloading to. I can't download to the desktop and can't add a new folder to the desktop. It says I don't have enough access privleges. I used disk utility to repair permissions a number of times but I still have the problem. Does anyone know how I can fix this problem and what the problem truely is?

Click on the desktop and choose Get Info from the File menu. Under Ownership & Permissions, change the settings so that you have Read & Write access to that folder; you may need to change the owner to yourself to do this. If this folder's Locked box is checked, open the Script Editor in the /Applications/AppleScript/ folder and run the following:
do shell script "chflags nouchg ~/Desktop"
(10461)

Similar Messages

  • My track pad stopped working with a single finger/double click when I try to open emails, and when I try to open apps on desk top.  If I use two fingers, and then click open, I can open them.  Thank You for your help.

    My track pad stopped working with a single finger/double click when I try to open emails, and when I try to open apps on desk top.  If I use two fingers, and then click open, I can open them.  Thank You for your help.

    Greetings ascnephew8,
    It seems your trackpad isn't working as you expect it to. Have you reviewed the trackpad settings in System Preferences? The following article provides trackpad setting details which may help:
    OS X Mountain Lion: Change the way your trackpad works
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • Desk top how can I freeze a photo

    Desk top how can I freeze a photo

    Additionally, please be aware that unless that photo is at least the size of your desktop (in pixels), you will most likely get a fuzzy and/or pixelated image. It is easy to make pictures smaller, but making them larger will mostly end up with a not-so-perfect result. So, you should check your desktop size (Displays Pane in Sustem Preferences, then check which resolution is highlighted - that is your desktop size in pixels. Now check your photo to make sure it is the same size, or almost as large or larger.

  • If i have a new  2.2 macbook w/ leopard  can i use desktop remote 2.0

    if i have a brand new macbook with leopard installed can i use desktop 2.0 to control my emacs in my computer lab that are all running panther but are updated to 10.3.9
    windoze

    ARD 2.2 is not supported on Leopard. At least one user (raus), though, posted here that he got ARD 2.2 to work in Leopard. It's the same work-around Apple provided for ARD 2.2 to work on Intel Macs using Tiger. From the finder, navigate to:
    /System/Library/CoreServices/RemoteMangement
    From the folder, delete (or move) the ARDAgent v3.X file. Install the 2.2 update for ARD on the Apple site. (This may be optional; the original poster just reinstalled the update to be safe.) You can reportedly now run Remote Desktop 2.2 in 10.5. This works for PowerPC and Intel Macs.
    Note, though, that this is completely unsupported by Apple and may or may not work, or may cause issues. For proper support for Leopard, you need ARD 3.2.
    Good luck.

  • Desk top locked up while using I photo, can't get mouse to do anything more them move. Just on off button works. Any ideas?

    Anyone have any ideas on how to unlock the desk top?

    Whoah boy, lots of things here and I have to make supper...
    I'll choose a few at a time. "RAM drives"
    RAM drives? Do you mean hard drives? Do you mean RAM chips?
    If hard drives, did you put them back in the same order? Multiple hard drives in one machine often need to be jumpered correctly when you move them about.
    If chips... It's too difficult at this stage to tell if it is hardware or software. If hardware it could be chips, and that error at the end had a vague chip ring to it. One way to test for chips if you have extra chips is to pull all but the minimum required to boot and see if it boots.
    You mention a backup drive. This wouldn't happen to have a clone of the operating system on it would it?
    4 drives... All internal?
    From all you've said it could be hardware or software. Blue screen could be software but failing hardware can corrupt a drive, messing up the software.
    Boot discs. It sounds like you have no boot discs (CD. DVD) for this computer, right?
    What computer are you using right now?

  • We bought 2 iPhone.  4s cant get mail on my husbands phone it says not a MobileMe account  this account already been migrated to iCloud  we have desk top and can't get mail also we have all the apple  products

    Can't get the email on my husbands iPhone we bought 2 phones I am able to get mail on my I phone and IPad can't get it on it ouch desk top and husbands iPhone

    If you migrated your MobileMe account to iCloud, on your phone you should be able go to Settings>Mail,Contacts,Calendars>Add Account>iCloud and enter the Apple ID associated with your iCloud account.  On your desktop computer, you can configure your email client to get your @me.com email by following this guide: http://support.apple.com/kb/HT4864.

  • Where would I look on desk top computer for back ups from iPad that tech helped me back up to try to fix my iPad?  Apple replaced my iPad but I can't find any of my photos.  Tech told me they would be on my desk top. Can u help me? Thank, MEC

    Where would I look to find my back ups from my iPad onto desk top computer?  The tech. Who helped me try to repair my iPad helped me back them off the iPad onto desk top. Apple had to send new replacement iPad.  Tech told me the back ups would be on my desk top but I can't find them.  I have lost all my photos.  Can anyone please tell me where to look?  Thanks, Marti48

    I think that the tech probably meant that your photos would be in the backup. If he helped you backup your iPad on your computer, then you have to restore from the backup in order to recover your photos.
    Did you bring your computer with you when you got this help from the tech backing up your iPad, or did he talk you through this over the phone?
    How to backup and restore from a backup
    http://support.apple.com/kb/HT1766

  • Can't use Desktop

    Hey all,
    I can't use my desktop. Get the information on the screen that I can drag files to the Desktop, but I can't see them.
    This problem occured when I was searching a file on my TimeCapsule.
    Someone?
    All best,
    FyFörSören

    Click on the desktop and choose Get Info from the File menu. Under Ownership & Permissions, change the settings so that you have Read & Write access to that folder; you may need to change the owner to yourself to do this. If this folder's Locked box is checked, open the Script Editor in the /Applications/AppleScript/ folder and run the following:
    do shell script "chflags nouchg ~/Desktop"
    (10461)

  • Can I use Desktop.getDesktop().open(file) to open a file instead of Applet

    Hi
    I was assigned a task in which a file has to be downloaded from a server. Right now, the code was already there which is written using applet. That is file is downloaded to local directory then it will get opened. Why cant I code in the following way.
    1. Reading the file from the server and writing it to a local directory.
    2. Opening the file from that directory using Desktop.getDesktop().open(file)
    Since I am a newbie to java i could not understand the difference between these two things.
    can anyone please explain me so that i can proceed with the right way.
    Thanks in Advance.

    Dinesh wrote:
    Hi
    I was assigned a task in which a file has to be downloaded from a server. Right now, the code was already there which is written using applet. That is file is downloaded to local directory then it will get opened. Why cant I code in the following way.
    1. Reading the file from the server and writing it to a local directory.
    2. Opening the file from that directory using Desktop.getDesktop().open(file)This is highly confusing. What you describe is what is apparently implemented in this applet. So what do you want to code differently? And WHERE do you want to run this code? There must be a reason why it is right now an applet. Are you talking about a web environment like servlets/JSPs?

  • HT1349 i bought a desk top computer, i wanna transfer my songs and videos from my laptop to the new desk top, how can i do that?

    My equipments (lap top & desk top) are not apple brand

    There are a few methods described on this page for copying music between computers : http://support.apple.com/kb/HT4527 - it should also work for films and tv shows

  • I have an older desk top Mac that I use the mail the one with the eagle and all of the sudden it stopped and can't get it back on...

    The prompt came on to sign in to mobile me which took me to outer space did not work as I don't even remember that password and I thought it was disabled. If i delete everything and start again I loose years of work as nothing is backed up correctly. Please tell me how to bypass mobile me and get my mail back on it worked fine a few days ago.

    You obviously don't use email much - Mobile.me was discontinued in June 2011!
    You need to use iCloud
    ENTERING iCLOUD MAIL SERVER SETTINGS IN SNOW LEOPARD OR LEOPARD
    http://www.wilmut.webspace.virginmedia.com/notes/icloudmail.html

  • I have Vista on my desk top how can I sync it to my phone

    on Vista there is not a place I can find to sync my desktop to my mobile

    You can have your iTunes account authorised on up to 5 computers at a time, and you can copy your library between computers - there are a number of methods that you could use described on this page : http://support.apple.com/kb/HT4527 (the page refers to music, but it should work for other content types as well - I've used home sharing to copy films, apps, audiobooks between computers)

  • If iPhone needs repair, can I use my old cell phone as back up?

    If I need to send my iPhone in for battery replacement or repair, will I be able to use my previous cell phone until I get my iPhone back?
    The newly posted iPhone Service FAQ states that Apple will be "renting" AppleCare Service iPhones for $29. I realize that none of the info stored on the SIM will transfer to my old phone, but I can always sync contacts to that phone from my computer, and I'd rather do that than shell out $29 for a loaner.
    By the way, don't most cell companies provide loaner phones for free? Why is Apple charging $29... other than because they can.
    iMac G5 2.0   Mac OS X (10.3.9)   iPhone 8GB, 12" PowerBook, mBox, ProTools, GarageBand

    Definitely...your iPhone sim card will work fine in any of our current phone models (as long as they are gsm/cingular/at&t...yada yada yada). Voice service will be instantly transfered to the phone and your data service will continue to work with the temporary phone's browser...Just remember, the opposite isn't true. You can't take the sim out of another phone and expect it to work in the iPhone without repeating iActivation. Hope this helps!
    Black Macbook   Mac OS X (10.4.10)   I LOVE MY iPHONE!!

  • I can no longer see FaceBook notifications in my notification area on my desk top. Can any one help me with this?

    I can no longer see any Notifications from my FaceBook account in the notifications area on my Mac. I have it in the Notifications Area and it is still not providing me my notifications. Any suggestions?

    Hi Tammy56,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/TS3999?viewlocale=en_US
    Cheers,
    - Judy

  • We have lost our Iphoto icon on the desk top and can't find it

    We have lost our Iphoto icon and can't find it.  Our photo's are still on the computer but just in individual files.

    The Application should still be in the Aplications folder.
    Just drag its Icon back onto the dock.

Maybe you are looking for

  • Oracle RAC Installation

    Dears , I am installing oracle RAC and ORACLE 11g with QFS or ASM on Solaris 10 , what is recommended to be installed first ? 1-Should I install oracle database first then oracle clusterware and ASM ? OR 2-Install Oracle Clusterware and ASM then orac

  • How to impersonate another portal user?

    Anyone pls, how can i impersonate another portal user when i logged into the Portal with my userid. my requirement is i would have an iview with list of users(portal users). On click of the user i should open a new window which logs into the portal w

  • How to upload multiple images

    Hey folks.      I have 10 file upload files for users to upload up to 10 different images into the same folder, but not sure how i should go about it. I did 10 different inserts, but it seemed very "chicken scratch" type coding. Not sure how to do it

  • Wake-on-Lan Schedule

    Hi. Is it possible to setup a scheduled wake up on Zen 3.2? If yes, how? I would appreciate a link to the documentation that discusses the steps.

  • Displaying the Capacity Load in a Work Center

    Dear Sir, i would like to Displaying the Capacity Load in a Work Center for the previous periods . that is for the last two months i would like to know the capacity load in my work centre. in mc01 capacity load are displayed for the future but not in