Files appears on desktop with delay.

Hello! All my files that I save to the desktop and screenshots appears on it with delay. It takes more than 10 minutes for them to appear. But if I copy/paste an existing file on desktop or empty the trash can the screenshots appears immediately.
I have a lots of free RAM, no app running, and I have any idea

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) on the advice of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
Here's a summary of what you need to do, if you choose to proceed:
☞ Copy a line of text in this window to the Clipboard.
☞ Paste into the window of another application.
☞ Wait for the test to run. It usually takes a few minutes.
☞ Paste the results, which will have been copied automatically, back into a reply on this page.
The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; BI () { $PB\ :CFBundleIdentifier "$1"; }; LC () { $2 launchctl list | awk 'NR>1 && !/0x|\.[0-9]+$|com\.apple\.(AirPortBaseStationAgent|launchctl\.(Aqua|Background|System))$/{print $3}' | grep -Fv "$1"; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"and $((l-25)) more line(s)"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps Model; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^EO]|x([^8]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm POST; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/s/^.*://p' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;/Apple|Intel|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm Heat; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=; fdesetup status | grep -q On && o=On; Ps FileVault; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel log"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; bi=`egrep '\.(kext|xpc)/(Contents/)?Info.plist$' <<< "$sys" | while read i; do [[ -f "$i" ]] && BI "$i"; done`; o=`kextstat -kl | grep -Fv "$bi" | cut -c53- | cut -d\< -f1`; Pm "Kernel extensions"; li=`egrep 'Launch[AD].+\.plist$' <<< "$sys"`; jl=`while read f; do [[ -f $f ]] && $PB\ :Label $f; done <<< "$li"`$'\n'"$bi"; R && o=`LC "$jl" sudo`; Pm Daemons; o=`LC "$jl"`; Pm Agents; o=`for d in {/,}L*/Lau*; do M; done | grep -Fv "$li" | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; p=`lsbom -pfc /var/db/*/*.BSD.bom | sed -En '/peri.+\/.+\./s/^\.\/[^/]+//p'`; [[ "$b" && "$l" && "$p" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do i="$d"/Info.plist; [[ -f "$i" ]] || continue; ID=$(BI "$i") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Shared libraries"; o=`find -L {,/u*/lo*}/e*/periodic -type f -exec cksum {} \; | awk '{print $3"\t"$1}' | grep -Fv "$p" | awk '{print $1}'`; Pm "Periodic scripts"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=; defaults read /Library/Preferences/com.apple.alf globalstate | grep -q 0 || o=On; Ps Firewall; o=`scutil --proxy | egrep 'Prox.+: [^0]'`; Pm Proxies; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm TCP/IP; [[ "$I" =~ [AW]i ]] && { o=`/S*/*/P*/*/*/*/*/airport -I | awk '/lR/{print $2}'`; o=$((o<=-87?o:0)); Ps RSSI; }; R && o=`sudo profiles -P | grep : | wc -l`; Ps Profiles; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc hosts <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "App check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`find .??* -path .Trash -prune -o -type d -name *.app -print -prune`; Pm "Hidden apps"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font issues"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps UID; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
8. If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
[Process completed]
to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • Preview pdf files in the desktop with Adobe Reader Touch .. is it possible?

    preview pdf files in the desktop with Adobe Reader Touch
    .. is it possible?

    Windows Store apps (including Adobe Reader Touch) do not offer the preview capability in the desktop environment.  That's just how Microsoft has set up.  So you need traditional desktop apps.
    Because your operating system is Windows 8 (not Windows RT), you can find a lot of desktop apps that are compatible with Windows 7 and 8.  (For Windows RT, only built-in Microsoft Office products are available for desktop apps.  But that's not the case here.)
    You can download Adobe Reader XI (which is also a free PDF viewer) from the following Adobe Reader download page
    http://get.adobe.com/reader/enterprise/
    and install it on your Windows 8 desktop.  (Note for Windows RT users: Adobe Reader XI is not compatible with Windows RT.)
    In case you have any questions about Adobe Reader XI (desktop app), you can visit the Adobe Reader forum.
    http://forums.adobe.com/community/adobe_reader_forums

  • Downloading  pipe delimited text file on to desktop  with data in internal

    hi all,
    how  to download pipe delimited text file on to desktop  with data in internal
    table with an example plz.

    hi,
    u can use the FM GUI_DOWNLOAD.
    here is the sample code.
    *Internal table to hold the employee details
    DATA: it_details TYPE STANDARD TABLE OF x_details,
          wa_details TYPE x_details.
    *Internal table for file
    DATA: BEGIN OF  it_details_txt OCCURS 0,
            line(700),
          END OF  it_details_txt.
    *Employee details for the file
      CLEAR wa_details.
      LOOP AT it_details INTO wa_details.
        CLEAR it_details_txt.
        CONCATENATE
            wa_details-var1
            wa_details-var2
            wa_details-var3
            wa_details-var4
          INTO it_details_txt-line SEPARATED BY '|'.
        APPEND it_details_txt.
        CLEAR wa_details.
      ENDLOOP.
    *Download file in .TXT format to local desktop
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = 'data.txt'
          filetype                = 'ASC'
        TABLES
          data_tab                = it_details_txt
        EXCEPTIONS
          file_open_error         = 1
          file_write_error        = 2
          invalid_filesize        = 3
          invalid_type            = 4
          no_batch                = 5
          unknown_error           = 6
          invalid_table_width     = 7
          gui_refuse_filetransfer = 8
          customer_error          = 9
          no_authority            = 10
          OTHERS                  = 11.
      IF sy-subrc = 0.
        MESSAGE 'Data downloaded successfully' TYPE 'S'.
      ENDIF.

  • File appearing on desktop

    at random a text file with the name ChassisD.log appears on the desktop. If i double click on the file it will open with text edit and the following is the text in the file. If i trash the file (delete it) it may not appear for a time but will come back. Anybody have a clue? here is the text
    06/02 14:13:20
    16/01 18:40:32 inAENumber = 1001 (0x3e9) ' '
    16/01 18:42:38 inAENumber = 1001 (0x3e9) ' '
    16/01 19:26:55 inAENumber = 10000 (0x2710) ' ' '
    16/01 19:33:52 inAENumber = 10000 (0x2710) ' ' '
    16/01 19:37:23 inAENumber = 1004 (0x3ec) ' '
    16/01 19:50:19 inAENumber = 10000 (0x2710) ' ' '
    16/01 19:51:09 inAENumber = 10000 (0x2710) ' ' '
    16/01 19:57:29 inAENumber = 1006 (0x3ee) ' '
    16/01 20:01:39 inAENumber = 10000 (0x2710) ' ' '
    06/02 14:13:20 inAENumber = 10000 (0x2710) ' ' '
    06/02 14:17:00 inAENumber = 1004 (0x3ec) ' '
    mini mac Mac OS X (10.3.9)
    mini mac Mac OS X (10.3.9)

    This might be relevant: Console Warnings.

  • Why are MS Excel "ghost files" appearing on desktop?

    Sometimes when I save an excel file, a "ghost file" appears on the desktop.  Once the "ghosting" begins, multiple ghost files will appear every time I save an Excel file.  This didn't happen in earlier versions of OSX.  (I'm currently on 10.7.4) 
    Can someone help stop this ghosting from happening?  I have a picture of it but didn't know where to attach to this discussion.  And btw, if I restart the computer, the ghost files disappear & the process begins all over again.
    Thanks!
    KGP

    This are more then likely backups of your current open Excel workbook. There is a setting in Office, Excel, Word and the like to save the backups to a folder. Your somehow got changed to the Desktop folder in your Username folder.

  • Strange Files Appear on Desktop  and I Have No Idea Why or What They Do.

    Hello all,
    For the past long while strange '.part' and '.pdf' files started appearing on my desktop and I have no idea why, how, or what they do/are for!
    The files are just random strings of letters and numbers sometimes ending in .pdf, sometimes .part, sometimes both. Here is an example:
    J0f0IS2p.jpg.part
    qtz0MxdS.ai.part
    _Z8WxpbN.pdf.part
    My uniformed guess thinks it has something to do with Firefox and when I download something. I recently downloaded an Adobe Illustrator file from my email, and 'qtz0MxdS.ai.part' appeared on my desktop. it has an '.ai' in it. The '.pdf' files, I think, appear when I download .pdfs using Firefox.
    Does anyone know why this happens and how I can stop it? I dont think/hope its not a serious issue or bug but it does get tedious deleting all these weird files. Thanks for your time!!
    Best,
    -Reid

    They occur when a Web-browser like firefox is the downloading a file. Some Web browsers download files with a different name than change to the real name when the download completes. having these funny names on your desktop means that the download did not complete or the download is presently occurring.
    In firefox as you can press: command-j to see downloaded manager

  • Strange files appear on desktop, cannot be moved or deleted.  Help!!

    I have a MacBook Air (Aug 2011) and I use a 2008 version of Office on it.  Twice in the past month, a strange icon for what LOOKS like an Excel file has appeared on my desktop, each time with an alphanumeric file name.  I cannot drag them into the trash, I can't even drag them to another location on my desktop!  I can't open them with ANY application, and when I search my harddrive for their file names, they don't appear.  It's freaking me out!  I want them GONE!!  Can anyone tell me why this is happening, where they're coming from, or how to get rid of them???  Thanks.

    Not sure about the shutdown problem - sounds like some application was refusing to close.
    As for replacing Office, iWork (Pages, Numbers and Keynote) do a good job and files can be exported as Office versions, but if you need the full firepower of Excel, try OpenOffice or NeoOffice (both open source).
    IMO Keynote puts PowerPoint in the shade (but exported as .ppt won't retain some of the features). Numbers is easier to work with in many ways than Excel, but ultimately lacks some features (macros to begin with). Pages is more consumer-oriented than business, but it depends what you need. It's certainly pretty versatile.
    Message was edited by: noondaywitch

  • OS X Firefox profiles cache filling up since 18 June, today one of these files appears on desktop at startup and has become login item - what's going on?

    E.g. In /Users/MYNAME/Library/Caches/Firefox/Profiles/4h26zusu.default/Cache/3/A3 there are many small files created over last 2 weeks (similarly in all other cache slots). But this file A013Bd01, which is a small picture, appeared in my login items and, on startup this morning (1 July) was open on the desktop in TextEdit - appearing as gobbledygook text. Why so many cache entries over last two weeks - is this a Fx 5.0 glitch?

    E.g. In /Users/MYNAME/Library/Caches/Firefox/Profiles/4h26zusu.default/Cache/3/A3 there are many small files created over last 2 weeks (similarly in all other cache slots). But this file A013Bd01, which is a small picture, appeared in my login items and, on startup this morning (1 July) was open on the desktop in TextEdit - appearing as gobbledygook text. Why so many cache entries over last two weeks - is this a Fx 5.0 glitch?

  • "common" and "client" files appear in ADF with "remote" turned off.

    We are getting files created in our business component directories that we specifically ask JDev NOT to create. We are using ADF/UIX, and all are running in the same application server. In our Application Module Editor, we do NOT enable the "Remotable Application Module", and really have no need for the "common" and "client" interfaces. There is really no rhyme or reason to what files are created, and when changes are made to the Entity or View objects that the files deal with, the "common" and "client" interfaces are often not changed, and errors are generated on compile.
    Anyone around that can tell me how to disable the creation of these files?

    Hi Scott,
    Thanks for using Apple Support Communities.  The Remote app does not appear in the iTunes library; instead, the iTunes library appears in the Remote app which you can then use to manipulate that library.  This article has some information that might help:
    About Remote app for iPhone, iPad, and iPod touch
    http://support.apple.com/kb/ht1947
    This page also has some additional information:
    Apple - Apps - Remote
    http://www.apple.com/apps/remote/
    Cheers,
    - Ari

  • Hard Drive Name Suddenly Changed to a Sentence, Odd Files Appearing on Desktop

    My wife was at her dad's house, when she IM'd to ask: is it bad that the harddrive is suddenly called "because bes told me e needed me to run fto the pet store"
    She then said a random document appeared on the desktop called: "jenny who is in your englidsh class amd she said you arent even doing a project until may and just incase you dont know hat month it is. it is december"
    I tried Googling this every which way from Sunday but couldn't find anything resembling this. Does anybody have any idea what's going on? I advised her to backup all important folders/files to an external source immediately.

    Anyone?

  • Clipboard files appearing on desktop?

    I've noticed recently that the odd thing I copy to the clipboard (is that the right name for things you cmd + C?) have been appearing on my desktop.
    I don't know what keyboard combination i keep pressing to make this happen but it's happened 4 times now.
    Sometimes it's images, today I found a rtf 'text clipping'.
    Im sure im not dragging stuff to the desktop.
    What the heck am i doing to make this happen?
    I've only noticed it since installing Lion.
    Sometimes it's images from links I've copied on safari, they just randomly save to the desktop.
    By the way, I'm quite an experienced computer user so I'm not doing something obvious like saving them there.

    Anyone?

  • Hi i am trying to enter into desktop with javac desktop its not working

    Hi
    i am trying to enter into desktop with command--->javac desktop
    its not working and printing the message
    Class names, 'HelloWorldApp', are only accepted if annotation processing is
    explicitly requested
    can u help me to revolve the error
    thanks
    sudheer

    Hii
    I saved the file on the desktop with .java extension.
    when i tried to compile by giving commands like
    1. javac ----->it is working
    2. javac desktop----->it is not working
    thanks
    sudheer

  • With my taking any action, my folders and files no longer appear under documents (under Places). Now a folder titled Documents has appeared on my desktop with all my files and folders. What happened?What happened?

    With my taking any action, my folders and files no longer appear under documents (under Places). Now a folder titled Documents has appeared on my desktop with all my files and folders. What happened?What happened?

    The way I moved from 10.3.9 to 10.5.8 was to use "ditto -rsrc" and copy the user homes and the data share to an external firewire drive. Then did the same in reverse.
    I found the key to data and share permissions to make sure that the users had the same UID in Leopard that they had in Panther.
    You can then use "sudo rm -rf" to remove any folder from the relocated homes that you want. Remember if you do choose to remove "~/Library" from each users relocated home, you will be removing any iCal calendars, login.keychains, browser bookmarks, custom screensavers and wallpapers, etc.
    Users don't really care if they can login and do any work. But there will be much wailing, gnashing of the teeth, and anxiety, if they lose their bookmarks and wallpaper.

  • My boss cannot create a new subfolder by pressing "new folder" until he's already saved the file to his desktop. A "read only" error appears the first time. Is there a way to create and save to subfolder directly? It's Mavericks/Macbook Pro

    Hi, when my boss wants to save a new file in a new subfolder, he presses "new folder" but cannot create a new one because a “read only” error box appears. Once he saves the file to his Desktop he clicks on “save as” again and then he can create a new subfolder by pressing “new folder.” Is there a way to create and save to a subfolder directly without having to first save somewhere else?

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    Hi
    Please take a look to this thread Re: Can I refresh the browser rather than open a new tab?

Maybe you are looking for

  • Been having issues since I updated to the latest firmware on my Macbook Pro

    Everytime I put my laptop to sleep, I have to manually go into network prefs and renew my DHCP lease even though it registers my airport. Also having issues with putting the laptop to sleep as well... sometimes it doesn't wake, sometimes the brightne

  • Sync iPhone with Bluetooth doesn't work with me.

    I have try to sync my bluetooth with my computer, and I just can make it work, I know I have to turn on my iphone's bluetooth and have it discoverable, I have done that and still not working, my macbook founds it but if I try to send something it sai

  • Embedded audio on certain sites like Tumblr and Wikipedia doesn't work.

    I can play video with sound on sites like YouTube and embedded audio clips work on some sites, but recently, I cannot hear embedded sound files on video and audio clips on sites like Tumblr and Wikipedia. How do I fix this?

  • Z10 SMS and Email Issue

    After I upgraded to 10.2, my phone kept telling me that my SMS is full and that I can't receive messages. I read in one of the discussions that this is an ongoing issue. My other problem is this: Google mail is being rejected by the phone. It keeps t

  • Field limit in MDM 5.5?

    Hi There, we are considering implementing a new structure in our products table (MDM5.5) that uses considerably more fields than those which we currently have deployed, we are looking at 200 fields in this table. Is anyone aware of a limit on the num