I've found a complete Jaguar clone, down to the last detail:
http://www.resexcellence.com/themes/04/01-06_jaguar.sitIt's designed for 10.3, but it works perfectly fine with 10.4. If you search the web, disabling spotlight and the dashboard is easy.
Here's a Jaguar login panel if anybody wants it:
http://www.resexcellence.com/loginpanel/05...JaguarLogin.sit*** Note: only use the bundled images. Don't replace anything else or it'll mess up the login window.
And to get the snappiness of a Jaguar system:
Disable spotlightTerminal:
CODE
sudo open -e /etc/hostconfig
Change it to SPOTLIGHT=-NO-
(To undo this, change it to "yes" obviously..)
To erase the current index (you can always reindex later)
CODE
mdutil -i off /
mdutil -E /
To enable indexing again...
CODE
mdutil -i on /
Disable DashboardCODE
defaults write com.apple.dashboard mcx-disabled -boolean YES
CODE
killall dock
To re-enable..
CODE
defaults write com.apple.dashboard mcx-disabled -boolean NO
Also if you want the jaguar wallpaper to show at login as default, simply go to "/System/Desktop Pictures" and rename the wallpaper of choice to "Aqua Blue.jpg"