Perché devo forzare la chiusura del finder per vedere i miei nuovi file screenshot?

2

Sul mio mac mini (OS X 10.9.5), devo Force Quit Finder per vedere gli screenshot jpg nella mia cartella /screenshots I letteralmente solo sono passati un millesimo di secondo. Anche se aspetto qualche minuto, non vedrò lo screenshot jpgs nella mia cartella fino a quando non ho Force Quit .

Perché è questo?

AGGIORNAMENTO: Dopo aver atteso un paio d'ore senza Force Quit , ora vedo lo screenshot jpgs.

Perché non riesco a vedere lo screenshot di jpg come faccio su altri Mac?

UPDATE # 2: l'aggiornamento a Yosemite ha risolto questo problema.

    
posta Danger14 15.10.2014 - 22:12
fonte

1 risposta

0

Prova questo ho trovato su StackOverflow Automator Command to Refresh ALL Finder Windows Trasformalo in un'applicazione meleScript.

btw, non è necessario forzare la chiusura del mirino, puoi riavviarlo con garbo se fai clic con il pulsante destro del mouse o con il tasto destro del mouse o con Ctrl / Opt / tasto sinistro del mouse sull'icona nel dock.

tell application "Finder"
    set theWindows to every window
    repeat with i from 1 to number of items in theWindows
        set this_item to item i of theWindows
        set theView to current view of this_item
        if theView is list view then
            set current view of this_item to icon view
        else
            set current view of this_item to list view

        end if
        set current view of this_item to theView
    end repeat  
end tell
    
risposta data 18.10.2014 - 15:05
fonte

Leggi altre domande sui tag