Mac ha scritto:non riesco ad installarlo mi dice che ci vuole leopard 10.5.4 io ho il 5.5 perche non me lo installa?
grazie
E come mai non hai il 10.5.6?
l' ho scaricato insieme al scurity update quich time itunes e java spengo leopard e non lo installa rimane sempre all stesso punto è rimasto su configuro l' installazione un ora e mezza e ho dovuto spegnerlo dal pulsante come faccio? posso scaricarlo ed installarlo a parte?
ora provo a dsinstallare glims
grazie
Consiglio: io per togliere tutti i file e i plug in riguardanti safari, li ho cercati con find any file...... quel programma fa paura!! Ti trova tutto!!! Io lo considero meglio di AppZapper.... basta digitare il nome dell'applicazione, selezionare tutti i file prodotti dalla ricerca e premere cmd () + del (quello sopra invio)..... wow!!!
Caius - 2009-02-24 16:11:05
Having a quick poke through the new Safari binary yields the following strings:
$ strings /Applications/Safari.app/Contents/MacOS/Safari | grep DebugSafari4
DebugSafari4TabBarIsOnTop
DebugSafari4IncludeToolbarRedesign
DebugSafari4IncludeFancyURLCompletionList
DebugSafari4IncludeGoogleSuggest
DebugSafari4LoadProgressStyle
DebugSafari4IncludeFlowViewInBookmarksView
DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot
DebugSafari4IncludeTopSites
NB: Run these commands in Terminal.app and then you need to restart Safari for them to take effect.
DebugSafari4TabBarIsOnTop
This moves the tab bar back where you expect it to be:
$ defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO
DebugSafari4IncludeToolbarRedesign and DebugSafari4LoadProgressStyle
When both set to NO it restores the blue loading bar behind the URL. Also puts a page loading spinner in the tab itself, which looks odd with the new tabs.
$ defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
$ defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
DebugSafari4IncludeFancyURLCompletionList
Switches off the new URL autocomplete menu and goes back to the original one.
$ defaults write com.apple.Safari DebugSafari4IncludeFancyURLCompletionList -bool NO
DebugSafari4IncludeGoogleSuggest
Turns off the new Google suggest menu.
$ defaults write com.apple.Safari DebugSafari4IncludeGoogleSuggest -bool NO
DebugSafari4IncludeFlowViewInBookmarksView
Removes CoverFlow from the Bookmarks view entirely. (Credit to Erik)
$ defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO
DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot
Disables the dimming when you click on a Top Site and it scales the screenshot up to fill the screen.
$ defaults write com.apple.Safari DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot -bool NO
DebugSafari4IncludeTopSites
Disables Top Sites feature completely.
$ defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO
Undoing changes
Just run the defaults command with the delete flag for the appropriate key you wish to delete.
$ defaults delete com.apple.Safari <key>
NB: Don't include the -bool NO at the end, it just requires the key (eg: "DebugSafari4IncludeGoogleSuggest")
Io lo uso dalla sera del giorno in cui è uscito e mi funziona alla perfezione! Senza problemi, più fluido e più veloce anche se ho installato i vecchi plug in che avevo, anche se a loro volta sono in versione beta perché aggiornati per funzionare con la versione 4. Ricordo: per eliminare i plug-in scrivete il loro nome nel campo di ricerca di findanyfile ed eliminate tutti i file risultati dalla ricerca..... Ovviamente controllateli prima!!!
Ho vinto la mia diffidenza per le versioni beta.
Installato, va che è una meraviglia, liscio e veloce. Non ritorno più a Safari 3.
L'unica cosa che mi manca e spero venga rimessa nella versione definitiva, è la barra azzurra di avanzamento.
Mi piace anche la nuova gestione tabs.
Claudio
________________
Mac Book Pro 15" 2 GHz Intel Core Duo (R.I.P. - in perenne ricordo)
Mac Book Pro 13" 2,9 Intel Core i7
iPhone 4 16Gb bianco
iPad Air 16Gb bianco
Scusate, sono ancora alle prime armi..
potreste dirmi gentilmente cosa significa "Da terminale",
ovvero dove devo scriverla quella stringa di istruzioni indicata qui su?
grazie in anticipo,
fabio