DUPLICATE ADDRESS BOOKS... ONE CONTAINS MY APPS

I have duplicate ADDRESS BOOK folders on my dock. One contains my addresses and the other ADDRESS BOOK folder contains my APPLICATIONS !
I am missing my APPLICATION FOLDER from the dock. I am a very new IMAC user  .Help please

One of those is your Applications folder, being displayed as a stack with the top item (Address Book) on top.  Hover the mouse over each one to see the name.  The Applications folder should be the one over near the trash can.  Control-click the Applications folder and choose Folder in the Display As section of the menu that appears.

Similar Messages

  • How to create a duplicate address book contact?

    This seems so simple yet I cannot determine how to create a new duplicate address book contact. I have a few contacts from the same company and want to change the variable data instead of re entering the data
    I can create a new contact, copy the data of the record I want to duplicate yet when I paste the info into the new record - address book puts everything into one field.
    Why not a duplicate contact command?
    GRRRR

    Rich,
    According to Address Book Help:
    To duplicate an address card:
    Select an address card.
    Choose Edit > Copy, and then choose Edit > Paste.
    Works for me

  • Remove duplicate Address Book emails

    I'm trying to write a script that walks through the currently selected Address Book entries, checks for duplicate email addresses, and removes any duplicates that it finds. Here's what I came up with:
    <pre>tell application "Address Book"
    set the_selection to selection
    repeat with this_person in the_selection
    set unique_emails to {}
    set duplicate_emails to {}
    repeat with this_email in every email of this_person
    if the value of this_email is in unique_emails then
    copy the contents of this_email to the end of duplicate_emails
    else
    copy the value of this_email to the end of unique_emails
    end if
    end repeat
    repeat with this_email in duplicate_emails
    remove this_email from this_person's emails
    end repeat
    end repeat
    end tell</pre>
    It seems like this should work, but when I try to run it, I get:
    <pre>Address Book got an error: NSReceiversCantHandleCommandScriptError</pre>
    I believe the first repeat clause is correct; the error comes in the call to remove. I just can't figure out how to remove the emails listed in duplicate_emails from Address Book. Any suggestions? TIA
    PowerBook G4   Mac OS X (10.4.3)  

    Yes, that's because of the emails is reduced by one -every time- after the script encounters the second address. On the third encounter the index for this email address is 3, but the actual index of it is 2 -because the second one got deleted, is that make sense?
    Yes, I'm just surprised that this is necessary. In some other programming languages (such as Java's collections API), keeping track of indices is not necessary because you can delete an element on the fly and the iterator object will adjust itself accordingly.
    Anyway, even though the second repeat loop is not strictly necessary, I'd rather do that than have to deal with index-based loops. The second loop approach is easier to read and understand, I think.
    I've posted the final version of the script here: http://vocaro.com/trevor/software/applescript/
    Thank you for your help; I appreciate it!
    PowerBook G4   Mac OS X (10.4.3)  

  • Address book duplicates, address book duplicates

    My Address book is duplicating contacts. It will not search. I cannot merge duplicates as it freezes/hangs on the merging sequence. What to do? I have Mac OS X Lion Version 10.7.2 with a 2.8 GHz Intel Core i5 Processor and 16 GB  1333 MHz DDR3, my Graphics ATI Rdeon HD 5750 1024 MB.

    You have duplicates because you are using two accounts that have the same information in them. You need to eliminate one of the accounts and then check again. If you still need help then navigate to the iCloud on my Mac forum and someone can provide more insight on how to fix the issue.

  • Duplicate address book entries

    After upgrade I have multiple address book entires for same contact (OSX 10.7.2).  How do I delete duplicate entries?

    One reason you may have duplicates is that you have each contact listed under your 'iCloud' account AND under your 'on my mac' account. Only contacts in the iCloud account will sync.
    Click on the ribbon in the Address Book to reveal 'Users & Groups', and then by selecting each account on the left side you will see which contacts are in which account. (make sure nothing is typed in the search field)
    If this is the reason you have duplicates you have two options of dealing with the situation. Either you can leave the duplicates alone and click on one account or the other before clicking on the ribbon again to limit what you see to that account when you return to the main part of your Address Book.
    Or you can delete all the contacts from one account (usually the 'on my mac' account if you want to continue syncing with iCloud). Click on the account you want to delete contacts from on the left side of the Address Book and select the first contact in the list on the right, shift click the last contact to select all and delete.
    Finally, You may want to check your default account is set correctly in the Address Book preferences.
    OR
    Go to users and groups and choose only your On My Mac Contacts to display.
    Ensure that nothing is typed in the search field.
    Click to select the first contact and shift-click the last to select them all.
    Drag the list of contacts to your desktop.
    Delete the contacts from Address Book (using your delete key).
    Make sure your iCloud account is your default account (preferences > general).
    Select All iCloud contacts from users and groups.
    Drag the file you previously dragged to your desktop back onto Address Book.
    You might want to back up all your contacts before you begin.
    Select All contacts in users and groups
    Click to select the first contact and shift-click the last to select them all.
    Drag the list of contacts to your desktop.
    You might also take a look at this User Tip, to ensure you understand the differences between the different accounts in Address Book

  • Can I use Mackeeper to remove duplicate address book entries?

    On my MacBook using OS 10.7.2 and iTunes 10.5.1, after syncing with iPad2 and iPod Touch I now have 3 and 4 copies of most Address Book entries ON MY MAC BOOK. Can I use Mackeeper to remove duplicates? No option to remove duplicates ever appeared during the sync process.

    I suggest if you have MacKeeper install, that your first move be to uninstall it.
    Here is a script to find duplicates in addressbook
    http://hints.macworld.com/article.php?story=20060322202753429
    Allan

  • Remove multiple label address book one time

    Hi guys,
    In my address book I have many contact with useless field like "facebook" or "twitter".
    So, how can I remove this labels in one time, for example with Automator ?
    Thank you
    Best regards,
    Andrea

    Hi Pierre, than u for the response.
    I do this:
    Open automator
    Application
    Utility
    Do AppleScript
    put this code:
    set theNames to {"Facebook"}
    tell application "Contacts"
        repeat with thisPerson in people
            tell thisPerson
                set theProfiles to social profiles
                repeat with thisProfile in theProfiles
                    if the service name of thisProfile is in theNames then
                        set user name of thisProfile to ""
                        set user identifier of thisProfile to ""
                        set url of thisProfile to ""
                    end if
                end repeat
            end tell
        end repeat
        save
    end tell
    And click on the green arrow inside the code box (watch the screenshot: http://imgur.com/rI9fmid )
    When click AddressBook open, but the contact with Facebook field don't removed !
    Where is the error ?
    Thank u,
    Andrea

  • Console error in Address Book: One record without metadata?

    3/4/08 10:58:01 AM AddressBookManager[10577] Records in database: 291
    3/4/08 10:58:01 AM AddressBookManager[10577] Records in metadata: 290
    3/4/08 10:58:01 AM AddressBookManager[10577] Records without metadata: {(
    ".C83F41CD-8F9B-4CD0-91FE-1E81FDBE154A:ABSubscriptionRecord"
    Is there a way to rebuild the database to reconcile this. Address Book is working OK I just get these messages in console (perhaps when sync wants to work?

    WARNING: I do not know if this will help.
    Quit Address Book. Look in folder ~/Library/Application Support/AddressBook and find file AddressBook-v22.abcddb. Drag it to the desktop and restart Address Book. If it helps, or doesn't make thinks worse, put the desktop copy of AddressBook-v22.abcddb in the trash, otherwise (quit AB first) put it back where it came from, overwriting the newer one.
    AK

  • De-duplicate address book

    I have synced my Microsoft Outlook address book with my iphone, and all the contacts are duplicated - how can I resolve this?

    I would assume that if you have mobile me or iCloud they are directly saved on either of them automatically. For this to happen , you need to turn on automatic synchronisation in system preference.
    Also , if you want to avoid lost of data one day, I would suggest that you export your contacts as csv. file and email it to yourself in a folder that only you can access. Hope I have answered your question. If so, can you please 'like' the answer to gain credit/points.
    Thank you and good luck

  • Jumbled fonts in Address Book, Safari and Mail apps

    The fonts become jumbled (just weird characters, where names in the Address book should be and in fine print on web pages and the To/From boxes in Mail) in these OS apps after the computer has been on and to fix it I have to restart or if that doesn't work, throw away the Cache folder and sometimes the Preferences folder in the Library on my HD
    Is this a glitch in System X? I've had the same thing happen to my G5 at work.
    What is the fix?

    The fonts become jumbled (just weird characters,
    where names in the Address book should be and in fine
    print on web pages and the To/From boxes in Mail)
    The usual fix is to get rid of bad fonts and clean your font caches (use Fontfinagler for caches, use google to find it). The most common bad fonts are Helvetica Fractions and Times Phonetic. Send me a screen shot if you want (click on my name for the address).

  • Address Book- blank and Mail app preferences- gone! (and iphoto and firefox

    Hello,
    Suddenly, my address book is blank. After starting the computer this morning, the doc came up in its basic original form. Mail app has lost its preferences (when it opens it says "You have no email accounts configured to use Mail..."). Iphoto has also lost all the preferences. The pictures and are there in the computer but they don't appear in iphoto; further, firefox also seems to have lost its preferences.
    I have no idea what to do....
    Any help out there?!
    Thanks
    Omar

    Thank you for the replies.
    It does appear that my contacts are in the metadata folder.
    I deleted the AddressBook-v22.abcddb file and opened Address Book but it was still blank and I still could not add my contacts back. I noticed that the file did rebuild itself. I restarted and still nothing changed.
    There is a second file, AddressBook-v22~.abcddb, I deleted that as well and it did not rebuild itself and had no effect.
    I did make a copy of the complete folder. Any other suggestions or even just insights will win my undying loyalty. I believe this is the first awkward problem I've had with my Mac and I am really uncomfortable not knowing what is going on.
    I can only think of a few things I've done since I last checked Address Book, but I don't see how it would create this problem
    - Deleted my windows partition through bootcamp
    - ran disk permissions for the first time
    - unintentionally had my contacts placed on my ipod (I have no need for them there and it really wasn't what I was trying to do)
    I don't think there was anything else. Oh, yes - I purged my computer of all hidden google related files. I had already done this before but it turned out there were more more more. Geez, if a google related hidden files broke my Address Book - there are larger problems at hand than my contacts. (I did Not have my contacts synced with a google account or do I do any syncing with any mobile devices at all)
    Also, I do not have any AV software.
    Thanks again.

  • Recovering backup duplicates address book... how can I fix ?

    Hi everyone, i´m BES and NOTES administrator in my company in Brazil, some employers are reclaim me the adress book of blackberry 9000 ( and 8900 and 8300) are duplicating !
    this is the problem: when the employer receive the new BlackBerry, he make a backup of address book, and then recover this backup on the new phone, but ON the adress book dont appears DESKTOP, appears UNKNOWN... so, when the sync starts, duplicates all address becouse it creates a new book called DESKTOP.. how can I fix this?
    thankzz

    For those that don't want to download any additional software and Just want to make a return label you can also duplicate your own address card within the address book application the number of times you need it in on your label sheet. Highlight them all, then print. Once you've finished you can just type in your own name in the search bar and delete everything except your original card which is obvious because that card has the shadow of a person.
    The other way around this is to make a card called Return Address. and put your name and address in the address area. Duplicate the card so that you have the same about cards as labels, print and then delete when you have finished.
    I am not saying this way is perfect but at least there is a work around if you need it.
    Have a good day.

  • Duplicate Address Book

    I made a copy of my address book. Does anyone know how to keep the copy from changing every time I make a change to the original address book?
    Thank you, Linda

    Linda in Phoenix wrote:
    So, if I understand you correctly, I will make an archive of the Address Book. Days later, when I want to access it, I make an archive of the current Address Book and then open the older archive. When I am done with the older, unchanged archive, I then open the newer, more current archive. I want to password protect one unchangeable address book and leave another available for changes.
    That is correct. If you want to password protect the permanent one, then [create an encrypted disk image|http://support.apple.com/kb/ht1578] in Disk Utility. Since you don't want to add much to this address book, I would just use a regular disk image and make it about 10-20% larger than your current addressbook folder. A sparse disk image allows you to set a very large size to grow into. Even though you may make it 50GB, if you only use 5MB, that is all that it will take up on disk. It can grow to whatever that max size you create it as.
    To use it, mount the image and create the archive in that disk image (looks just like an external hard drive). After you have recovered the archive, eject the mounted disk image. When you want to get the the archive again, double-click on the disk image, enter the password, and it will mount like a hard disk. Eject it and it will go back to its encrypted state.
    The reason I want to use Address Book is because of synching with MobileMe.
    I still don't understand. No matter, though. I also don't have MobileMe, so trying to come up with a better way wouldn't be productive, I don't think.

  • Duplicate Address Book items

    Hello - I went into my address book tonight, there must have been 20 duplicate listings for each of my contacts. I painstakingly deleted all of the duplicate entries, and before my eyes I can see some of them duplicating themselves. Any ideas? Thanks.
    Chris

    Take a look at this thread and see if it helps. Otherwise post more details, particularly of synchronisation.
    AK

  • Duplicate address Book entries on iPod

    Hi,
    I posted this on the iSync and iPod forums and haven't gotten a response so I thought I'd post it here. So sorry for the extra posting but sometimes its difficult to know which fourm can be the best.
    Hi,
    Hope someone can tell me what I need to do to fix this.
    I have a 3Gen iPod with my calander and contacts on it. The data on my iPod is the same as the data on my G4, except that the contacts on my iPod are duplicated. the data in address book is fine. There are a total of 483 cards in my address book on my G4 and 966 cards on my iPod.
    How do I fix this?
    Thanks,
    Bob

    Fortunately, I was able to restore my Address Book using time machine. AFAIK, Until this is resolved, you have to do a complete replace from the Mac Address Book, rather than a two way sync. Bummer.

Maybe you are looking for

  • Context menu How to add extra lines in Windows 7

    Windows 7. Just updated from XP.  Only modest technical skills, so I would appreciate simple detailed instructions if anyone is able to help me.

  • Main component in a JFrame?

    Hi all, Just wondering, how do you set the main component in a JFrame (or JDialog). The main component being the component that gets activated when you hit the enter key. thanks, J

  • Edit decision table from the web module

    Hello every one <br>I am using decision table to create rules and my question is can I edit decision table from the web module <br> i.e. can I change decision table values from jsp files(invoke.jsp) and if yes can any one please tell me the steps I s

  • Help understand Visual Communicator Live Streaming

    Up to know I run live streaming through our Steaming server using FMS and Flash Media Live Encoder as we only needed one camera for live video feeds. We are looking at the ability now to use 2 live cameras and also the ability to snap in pre recorded

  • How to kill concurrent request oracle session which is terminated

    Dear, In our production environment Concurrent request "Gather Schema Stats" was running 2 days. Hence we cancelled the request. Request completed as terminated status. Unfortunately the oracle session of that concurrent request went to "Killed" stat