Unable To Double Click Open Folders On Desktop!

I am running a G4 450 mhz with 1GB Ram OS 10.4.11. Recently I have not been able to double click open folders or launch applications from the desktop. The cursor also seems very jerky. I can open with a Command O or using Open from the Menu bar. I have zapped the pRam, Reset Open Firmware, Repaired Prefs with no luck. I would prefer not to do an archive and install if I do not have to, as I understand that sometimes files and apps get messed up. Any suggestions would be greatly appreciated. Also, if i have to do an archive and install I have another problem. i am unable to boot from my 10.4 CD as the CD/DVD drive kicks it out. I have tried the disk on other computers with no problem. Other OS boot from this drive so I do not think it is the drive or the disk. I could boot off of a external hd disk set as my startup disk but Apple tells me that it I do this and try to mount the 10.4 disk on the desktop and do a archive and install from there it will not work, only if I boot off of the disk holding down the C key at startup. I am lost. Can anyone help!!!

Hi Hoshwa, and a warm welcome to the forums!
Do you have another Mouse to try?
I have tried the disk on other computers with no problem.
If you do need to A&I, you can use another Mac with Firewire as an expensive DVD drive...
If you have another Mac with Firewire & a FW cable, put the Install Disc in the other Mac, boot the Other Mac into Target mode...
http://docs.info.apple.com/article.html?artnum=58583
Boot the G4 with the Option key held down, see if the Install Disc in the other Mac shows up as a boot choice.
At this point I think you should get Applejack...
http://www.versiontracker.com/dyn/moreinfo/macosx/19596
After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
applejack AUTO
Then let it do all 5 of it's things.
At least it'll eliminate some questions if it doesn't fix it.
The 6 things it does are...
Correct any Disk problems.
Repair Permissions.
Clear out Cache Files.
Repair/check several plist files.
Dump the VM files for a fresh start.
Trash old Log files.
First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!
Disconnect the USB cable from any UPS so the system doesn't shut down in the middle of the process.

Similar Messages

  • Mouse can't double-click open folders

    I have a mac 10.4.11. I don't know what happened but my mouse can't seem to double-click and open folders in my desktop and folders within folders. I can can only do so by highlighting and using shortcuts on the keyboard. Can someone helps me fix this problem!?!

    I'm using the white mouse that came with the Mac desktop. Double click setting is set to fast but that isn't doing anything because it takes a million clicks before a folder opens. Maybe I did pressed on the wrong  button or something. I don't know. All I know is that I'm using keyboard short cuts to open folders and it's a pain!

  • Configuring KDE (aterm transparency/double-click opening)

    I had fluxbox working and setup so aterm was pinned and transparent to look like it's part of the desktop. I recently decided to try out kde and wanted to do the same thing, but it opens with a black background instead of transparent. I can set  it to other colors though. I was curious if anyone else has experienced this and knew how to solve it.
    I'd be open to using other terminals, though I haven't been quite been satisifed with other ones I've tried. Konsole and Eterm almost work. Konsole leaves a small white line around the outline, even when I used the KDE menu to configure it to have no window border, that just removes the window decorations. Eterm also leaves a grey menu on top, which I'd prefer not to have, but didn't see an option to turn this off, though I'll admit I haven't looked too hard. I did get gnome-terminal to look the way I want, but it seems like running that probably loads more than I'd really like it to if I'm running KDE.
    Also while I'm posting, I thought I'd ask a probably simple question. I want to change the setting so double-clicking opens directories instead of single clicking. I remember from when I tested out knoppix when I first started there was an obvious place, but I can't seem to find it in the new version. There was a wizard when I first started KDE that let me choose, but I deleted it from the menu, and now can't seem to find it again.

    mcmillan wrote:I had fluxbox working and setup so aterm was pinned and transparent to look like it's part of the desktop. I recently decided to try out kde and wanted to do the same thing, but it opens with a black background instead of transparent. I can set  it to other colors though. I was curious if anyone else has experienced this and knew how to solve it.
    You didn't mention your previous method so I'm not sure how to try and duplicate your issue. I've never desired to eliminate the borders, but something like this should get you transparency (just advance the trailing number to increase transparency):
    $ aterm -tr -sh 70
    mcmillan wrote:Also while I'm posting, I thought I'd ask a probably simple question. I want to change the setting so double-clicking opens directories instead of single clicking.
    KDE Contol Center > Peripherals > Mouse > General

  • Unable to double click after using at line-selection

    hi all...
    unable to double click after using at line-selection. But if i comment set pf-status, i can double click on the line but on first double click everytime i just get last record i.e. 200th and after second double click i'm not getting output. what is the problem? plz reply...
    REPORT  YP2 line-count 10(2).
    tables: lfa1, LFB1.
    data: itab like lfa1 occurs 0 with header line,
          JTAB LIKE LFB1 OCCURS 0 WITH HEADER LINE.
    SELECT-OPTIONS: vendor_n for lfa1-lifnr.
    *SET PF-STATUS 'MENU'.
    INITIALIZATION.
    vendor_n-low = '1'.
    vendor_n-high = '200'.
    vendor_n-option = 'BT'.
    APPEND vendor_n.
    clear vendor_n.
    At selection-screen.
    IF VENDOR_N-LOW < 1.
    MESSAGE w000(sabapdocu).
    clear vendor_n.
    ELSEIF vendor_n-HIGH > 200.
    MESSAGE S001(sabapdocu).
    ENDIF.
    START-OF-SELECTION.
    SELECT * FROM lfa1 INTO TABLE ITAB WHERE lifnr IN vendor_n.
    WRITE:5 SY-ULINE(72).
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    top-of-page.
    WRITE:/5 SY-ULINE(72).
    WRITE: /5 SY-VLINE, 'Vendor_code', 20 SY-VLINE, 28 'Name' ,58 SY-VLINE, 60 'Phone', 76 SY-VLINE.
    WRITE:/5 SY-ULINE(72).
    end-of-page.
    WRITE:5 SY-ULINE(72).
    WRITE:/ 'THE PAGE NO IS',SY-PAGNO.
    WRITE:/5 SY-ULINE(72).
    END-OF-SELECTION.
    WRITE: /5 sy-uline(72),/ 'THE RECORD IS CLOSED'.
    AT LINE-SELECTION.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    WRITE:/5 SY-VLINE,6 'Vendor No.',17 SY-VLINE,18 'Company code',28 SY-VLINE, 29 'Created by',39 SY-VLINE.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    AT PF7.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    AT USER-COMMAND.
    IF SY-UCOMM = '0001'.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.

    Hi,
    copy and paste the code given below it works....
    START-OF-SELECTION.
    SELECT * FROM lfa1 INTO TABLE ITAB WHERE lifnr IN vendor_n.
    WRITE:5 SY-ULINE(72).
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    hide : itab-lifnr.
    ENDLOOP.
    clear itab.
    top-of-page.
    WRITE:/5 SY-ULINE(72).
    WRITE: /5 SY-VLINE, 'Vendor_code', 20 SY-VLINE, 28 'Name' ,58 SY-VLINE, 60 'Phone', 76 SY-VLINE.
    WRITE:/5 SY-ULINE(72).
    end-of-page.
    WRITE:5 SY-ULINE(72).
    WRITE:/ 'THE PAGE NO IS',SY-PAGNO.
    WRITE:/5 SY-ULINE(72).
    END-OF-SELECTION.
    WRITE: /5 sy-uline(72),/ 'THE RECORD IS CLOSED'.
    AT LINE-SELECTION.
    IF itab-lifnr is not initial.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    HIDE ITAB-LIFNR.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    WRITE:/5 SY-VLINE,6 'Vendor No.',17 SY-VLINE,18 'Company code',28 SY-VLINE, 29 'Created by',39 SY-VLINE.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.
    AT PF7.
    IF itab-lifnr is not initial.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    HIDE ITAB-LIFNR.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.
    AT USER-COMMAND.
    IF SY-UCOMM = '0001' and itab-lifnr is not initial.
    IF SY-LSIND = 1.
    SELECT * FROM  LFA1 INTO TABLE ITAB WHERE LIFNR = ITAB-LIFNR.
    LOOP AT ITAB.
    WRITE: /5 SY-VLINE,9 ITAB-lifnr,20 SY-VLINE, 22 ITAB-name1,58 SY-VLINE, 60 ITAB-telf1, 76 SY-VLINE.
    HIDE ITAB-LIFNR.
    ENDLOOP.
    clear ITAB.
    WRITE:/5 SY-ULINE(72).
    ELSEIF SY-LSIND = 2.
    SELECT * FROM LFB1 INTO TABLE JTAB WHERE LIFNR = JTAB-LIFNR.
    LOOP AT JTAB.
    WRITE:/5 SY-VLINE,6 JTAB-LIFNR,17 SY-VLINE,18 JTAB-BUKRS,28 SY-VLINE, 29 JTAB-ERNAM,39 SY-VLINE.
    ENDLOOP.
    CLEAR ITAB.
    WRITE:/5 SY-ULINE(72).
    ENDIF.
    ENDIF.
    Regards,
    Siddarth

  • Mavericks Finder - how default to "double click opens new window"?

    I am old and set in my ways.  I like having the Finder open a new window when I double click a folder.  Since 1984 I've arranged Finder windows in positions and sizes that suit me and I have never seen any reason to change.
    In Mavericks however there does not seem to be a way to default to, "double click opens new Finder window".  My choices under Finder preferences are, open in the same window; or open in a tab.  I don't care for either.
    Does anyone know of a way to restore the traditional Finder behavior in Mavericks?  Thanks in advance.

    There is a great deal of logic behind this change actually
    And youll find me the LAST PERSON to complain about Mavericks really,......
    not ONLY is it FREE,.......its made my new Air just blazing fast
    My boot time now is 8 SECONDS (my goodness)
    Switching APPS is ultra-fast.........even on my Air, Photoshop opens up LIGHTNING FAST,.....just mind numbingly FAST!
    Thank You to Apple, MAVERICKS IS AWESOME!!!! I REALLY LOVE IT!!!

  • I am unable to double click on anything on my MacBook pro, any suggestions?

    I am unable to double click on anything on my MacBook pro, any suggestions?

    1. Try slower double click speed.
        System Preference > Universal Access > Mouse & Trackpad
        Click the "Trackpad options" button.
        Set Double Click Speed at a slower speed.
    2. Take the MBP to the Apple store to have the battery and the trackpad checked.
    Best.

  • HT5192 After installing IOS 5.1, I am unable to double click the home button and access the camera. Is anyone else experiencing this issue? Does a fix or work aroud exist?

    After installing IOS 5.1, I am unable to double click the home button and access the camera. Is anyone else experiencing this issue? Does a fix or work aroud exist?

    I just updated--my Camera is a disaster.  Yes, I know how to turn (and position) the Camera now. However, every photo I take is UPSIDE DOWN in the Camera Roll OR Photo Stream.  Even worse, a number of my Apps (Weather Underground, for example) are ALSO now upside down.  Has anyone here experienced these serious orientation problems after this update?  I've read the 'Manual' and its as if it doesn't exist.  However, if I leave the Apple site, customer complaints about orientation abound...
    This is my first time posting here about an issue (well, the same issue - I posted last week about the Camera, and no one responded).  Any advice at all about how to get this corrected is much appreciated!
    Thank you!
    Lisa

  • Double click won't open folders on desktop

    Hi McFriends-Have new MacBook Pro, 2.2 Ghz, 15" screen, latest OS X 10.4.10. Has worked fine for few days. Now when I try to double click to open a folder on desktop it won't open. It will open if I right click and select "open." Also image of hard disk is now on the bottom part of screen on right side below folders when I reboot. Disk utility and Tech Tool Pro say no problems found. Works normal to click once to open applications in the finder. Am I missing something obvious? Puzzled......any suggestions? Thanks!!!

    For Mac mice, did you go to SysPrefs and play with the "Mouse Click" settings?
    For third party mice, there might be a PrefPane in SysPrefs that will allow you to re-establish your clicking scenario.

  • Unable to double-click or drag/drop files to open.

    I'm running Photoshop CC 64 on a Windows 7 64 machine and am only able to open files in Photoshop by going to File->Open. Double-clicking from Explorer doesn't work and i can not drag/drop files into the open application window or taskbar icon. Right clicking on files and selecting "Open with" also doesn't work.
    I checked file associations and made sure to choose CC 64. If I right click on the shortcut and choose "Run As Administrator" which I have to do in order to get files to open between Lightroom and Photoshop (both need to be Run As Administrator), I'm still unable to open from Windows Explorer. However, if I check the box to "Run this program as administrator" in the shortcut's Compatibility tab, I can double-click to open from Explorer but am prompted with a UAC warning every time. Dragging/dropping into the open app still doesn't work.
    Opening between Bridge and PS works as expected so long as both programs are "Run As Administrator"
    Been searching the forums here and seen suggestions of similar but not the same issue, at least not that I've found.
    Anyone else experiencing? Suggested remedies?

    This is an OS permission problem.  Make sure you have ownership of the HD.  Do a web search on how to check.  External HD can be a problem for permission.

  • Unable to "double-click"

    After having issues with Leopard and FCP, I downgraded back to Tiger but now I am unable to use my double click feature, as well as the "right click" feature on my touch pad. Therefore I am unable to open my links in new tabs or save pictures, etc. It's not just my internet browser (sing Firefox) but I am unable to do that with anything. Help would be appreciated.

    Hi ngar and a warm welcome to the discussions.
    Have you reset the settings in System preferences/Keyboard and Mouse under the "trackpad" tab?
    You may also wish to try creating a new account in System preferences/Accounts to see if the problem still occurs.
    Cheers
    Rod

  • Edit original (alt + double click) opens in an old version of CS

    I have been using the alt + double click to open Illustrator files that I have placed in my InDesign document for months with no problems. When I alt + double click the placed image, it has always opened up in the latest version of Illustrator - CS5.5.  However, starting about two days ago, it now attempts to open the file in an older version - CS 5.0.  I am sure that the Illustrator files and the InDesign document were both created with the latest version of CS. 
    Is there any way to set the preference for the alt+double click to target the latest version again?
    Thanks,
    Paul

    Eugene,
    You and Bob are correct. There is no CS5.5 (for Illustrator).  I sincerely apologize for inflating my latest Illustrator version by 0.4 points.  I purchased the "CS5.5 master suite upgrade" and when I look in the CS 5.5 folder I see Illustrator CS5.1.  Illustrator 5.5 or 5.1 - either way, I'm referring to the latest version of the software.
    I'm not "worrying" about anything.  All I wanted was a possible solution that would allow me to once again use the alt+double click to open and edit my Illustrator files in my latest version of Illustrator, not the previous version. Given that I have deactived the previous version, it makes it difficult to edit the file when it asks me to install CS5 again. Even if I hadn't deactivated it, I still would prefer to have the file open in the latest version, considering it had been doing that for the past two months before it suddenly stopped. I'm sorry that I was rude. It's just that "You are worrying about nothing" really isn't something that I can change in my preference setting to enable the alt+double click to work again.

  • Double-click any file on desktop, calling JAVA PROGRAM

    hi guys,
    i'm breakin my head on doin this prog....when we double click a file icon of any file extension, my another
    java program should be called.
    how to do this???
    pls send a sample code........asap!!!!!!!!!
    regards,
    Sam...

    If you are using windows you could probably make a file association (for all extension types) to a batch file that in turn fires off 'java YourClass params_here'
    - but if you (can) do this, won't you screw up your desktop - ie doubleclicking on an .xls or .doc will never fire up Excel or Word, unless you change the file extension associations back to what they were before? This would make your pc kind of strange to use...??!!
    hi guys,
    i'm breakin my head on doin this
    doin this prog....when we double click a file icon of
    any file extension, my another
    java program should be called.
    how to do this???
    pls send a sample code........asap!!!!!!!!!
    regards,
    Sam...

  • Tree component - center vertically?  double-click open?

    When I open nodes of the tree near the bottom, the new branches open down out of sight. Is there some way to make the tree bring a clicked node to the vertical center of the window?
    Also, is there a way to make nodes open and close by double-clicking?
    Thanks

    Double-click:
        <Tree id="tree"
                 doubleClickEnabled="true"
                 doubleClick="onDoubleClick(event)"           
             ... />
                private function onDoubleClick(event:MouseEvent):void {
                    if (!tree.selectedItem) return;
                    tree.expandItem(tree.selectedItem, !tree.isItemOpen(tree.selectedItem));

  • I'm Unable to 'double click' when screen sharing from iMac to MBP

    I want to use my new iMac to display the Macbooks screen but the double click doesn't seem to work ( most of the time ) !
    I set up realVNC client on the iMac as well and the same problem happens, I can connect OK to windows hosts and can double click OK. This is a really odd problem it must be related to the VNC server built into OSX, is there a better/less buggy one that's free to use and easy enough to install ? I've never actually tried VNC to my MBP before.. I've recently started using the Remote desktop client from m$ too which seems OK
    I've also managed to get Virtual box to reproducible hang my entire system, I thought thte iMac had overheated and shut down at first, the top gets pretty warm.
    I am in love with this thing, 4 cores are definitively better than 2 !
    Simon

    I believe I may have fixed this. My wireless router kept on needing resets so I changed its 'channel' to Auto from hard set to 10 ( default setting infact ;0) )..
    Since I did that, the Doubleclick on VNC to MBP is working now and no more WIFI router reboots since. I Don't know if this is related to the new iMac on the net seems like a weird coincidence though if not. I can't really think of the reason for this BTW..

  • After double clicking Firefox icon on desktop screen is black. Tried uninstalling and downloading. Didn't help. What can I do?

    When I double click the Firefox icon on my desktop it brings me to a black screen rather than the Google start page. I tried updating Firefox and that didn't help. I uninstalled and reinstalled Firefox but that did not help. I am using Microsoft Explorer to download and send this message. I have never had this problem before. Any ideas to help me get rid of the black screen so Firefox is functioning? Thanks in advance. Molly

    Hi Molly, you probably found the answer in another thread by now, but this is caused by Firefox 33 being incompatible with older graphics card/chipset driver software. As a temporary workaround, you can disable Firefox from using hardware acceleration. More info: https://support.mozilla.org/questions/1025438

Maybe you are looking for

  • Why is not the E90 available on all the other netw...

    I have a Nokia 9500 on the Orange network. I need to change this quickly because the phone is falling to pieces. However orange have told me that the phone is not available to them. I have sent an email to nokia but they have not replyed & this has b

  • Accounting Document not updated in BKPF for JV by J1IH

    Hi The user posted JV through transaction code J1IH. The document number is updated in table J_1IPART2 but when the user is trying to see the same document in FB03 we are getting the error message as "the document is not exist or not archived". And w

  • TS4268 Help me to get a phone number

    Please because I need to use messages and FaceTime and I don't have a phone number and can you help me activate messages and face time or help what can I do. Thanks

  • Preserving aspect ratio 16:9

    I've placed several Flash videos on a Web site, all 4:3 standard definition. All look fine. I have one video that's 16:9 widescreen high-definition. When I try to place it on the same site (using the same HTML snippet code as the others), much of the

  • Can you lower FaceTime volume while watching other videos in Safari/ listening to music in iTunes?

    Can you lower FaceTime volume while watching other videos in Safari/ listening to music in iTunes? Many times when I am FaceTiming I also watch videos in Safari and listen to music in iTunes. Can the volume be adjusted for FaceTime in Mavericks becau