Feb 27, '09 07:30:00AM • Contributed by: thadman08
To get the circular progress indicator back, you need to set the DebugSafari4IncludeToolbarRedesign preference to FALSE, and leave (or reset) the DebugSafari4LoadProgressStyle preference to TRUE (its default setting). So if you haven't modified either of these settings yet, you just need to do this in Terminal:
defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool FALSE
If you've previously modified the other preference, you'll need to set it back to TRUE:
defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool TRUE
With the prefs set in this combination, you'll get a pie chart on top of the favicon that fills in while a page is loading. (I originally wrote about this on my blog, if you want or need more details.)
[robg adds: I confirmed that with this mix of settings, you do indeed see the round pie-chart-style progress indicator in Safari 4 Beta.]
