Safari in Snow Leopard

I have upgraded to Snow Leopard weeks ago, and have been having minor issues. I usually use Firefox, but a website requires Safari in Snow Leopard to run - well, I've downloaded the Safari off of the snow leopard disk THREE times and it still says I have an invalid version on my computer and cannot run. I also just installed all the current FEI updates and all that stuff, to see if it would help - alas, I still do not have the ability to run Safari. This is killing me because I need this website to study for a huge test tomorrow, so any quick suggestions would be kindly appreciated.

HI,
If you are running 10.5.2, go to the Apple Menu / Software Updates. It's very important to keep your system software up to date.
After you finish with the installation, repair disk permissions.
Quit any open applications/programs. Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
Carolyn

Similar Messages

  • Safari on Snow Leopard doesn't play right with multimedia on WordPress

    I have a problem when I insert a QuickTime movie or Flash graphic into a WordPress post. The problem is that the CSS drop-down menu on the post page fall 'behind' the QuickTime movie instead of in front.
    To combat this I inserted the following embed codes in the html for the movie: <param name="wmode" value="transparent"> and wmode="transparent"
    This would appear to fix the drop-down problem but it creates a new problem for Safari on Snow Leopard for Macs. The QuickTime controls don't work on the movies. You can start/stop the movie by using the spacebar but the transparent layer kills access to the controls when either QuickTime X or QuickTime 7.x is used in Safari. Seems to work fine in Firefox.
    It might be easier to show the problem via examples which follow:
    No transparency code example
    http://www.hawaii247.org/2009/11/06/community-pays-tribute-and-honors-uncle-geor ge-naope/
    transparency code embedded example
    http://www.hawaii247.org/2009/10/29/rallying-in-hilo-for-the-international-day-o f-climate-action/
    Is there a away around the drop-down bug so I don't have to use the transparency embed code? The drop-down bug also occurs in IE8 I believe. If you choose the Sports drop-down you should see what I'm talking about in the first example.

    Yep. Exactly as you describe.
    Since your menu "drop downs" are the source of the original issue have you considered breaking the "long" one into "two" parts?

  • Safari in Snow Leopard and search provider

    Hi,
    I cannot find option to choose search provider in Safari in Snow Leopard. Did it disappear?

    Hi,
    That image you posted is from the Windows version of Safari (note the close window button in the top right of the window).
    The Windows version does allow you to toggle between Google and Yahoo. For whatever reason, Apple only offers Google on OS X.
    Many third party developers offer tools that can change the default. Have a search on versiontracker.com / macupdate.com - just be aware that they may not be Snow Leopard compatible yet.

  • Safari on Snow Leopard

    The Safari in Snow Leopard is so disappointing. Am facing problems like
    - Pixelated images on some pictures on facebook (Working fine on Firefox)
    - Not automatically downloading files

    I have the same issue. Pages that were nearly instant before are now exceedingly slow (www.google.com, for example, takes about 7 seconds). I have several other computers on the same network that are either running Leopard or Windows that don't have this problem, so it's not a DNS issue. I've also verified that my network connection isn't saturated.
    I've tried the following:
    * Resetting Safari
    * Emptying the cache
    * Repairing permissions
    * Deleting all subfolders of ~/Library/Caches/com.apple.Safari
    * Deleting Downloads.plist, History.plist, and LastSession.plist
    * Removing everything from both the system and account copies of the InputMethods and Internet Plugins folders
    This should essentially be a clean install of Safari, but it is still exceedingly slow. Note that it's not consistent: it will load a page quickly then, 5 seconds later, the same page will take a very long time to load.
    Sometimes, most of the items on the page will come in nearly instantaneously, but suddenly the page will stop loading for a good 5 to 10 seconds. Once that time elapses, the rest of the page suddenly downloads.
    Does anyone have any ideas?

  • No "Convert to * Chinese Text" service in Safari for Snow Leopard

    The services "convert to simplified chinese text" and "convert to simplified chinese text" don't seem to work in Safari under Snow Leopard. It works if you're in a text box, but not for text on the page itself (it worked under Leopard).
    Is this a problem with my system, or do others have this problem too? Is a fix planned, or is this a "feature"? (sigh)
    This is useful when reading webpages written in traditional (simplified) chinese for those who are better at reading simplified (traditional) characters.
    Test it yourself:
    Highlighting this traditional chinese character should allow you to access the "Convert to Simplified Chinese Text" service: 車
    Highlighting this character should allow you to access the "Convert to Traditional Chinese Text" service: 车
    Thanks

    Is a fix planned,
    Only Apple would know, and they never provide such info. Make sure you tell them you want this feature back via Safari > Report Bugs to Apple and
    http://www.apple.com/feedback/macosx.html

  • QT_WriteObject problem in Safari only, Snow Leopard

    Can someone help me display my H.264 movie on a web page?
    I have a H.264 encoded file which will not consistently play in Safari under Snow Leopard using QT_WriteObject. It does play in Firefox and XP/ IE 7, and will play in Safari if you give it the .mov file directly. I have 3 computers running Snow Leopard, and one of them, an iMac, will sometimes play the file. I booted the iMac into Leopard and it played the first time. The quicktime plugin shows as 7.6.3 in Snow Leopard.
    I have tried various combinations of the parameters for QT_WriteObject. I think the movie is 640 x 480 . I have added a little to the vertical so that the controller will show completely in Firefox.
    Here is the html I am currently using. The file is at tnwheeler.com/alaska1.html. There are no errors in the error console.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd" >
    <html lang="en">
    <head>
    <title>Testing quicktime</title>
    <script language="javascript" type="text/JavaScript" src="AC_QuickTime.js"> </script>
    </head>
    <body>
    Trip to Alaska in 1993
    This movie is in standard definition.
    At this time, this movie will not show in Safari. Please use Firefox.
    <script language="javascript">
    QTWriteOBJECT('http://tnwheeler.com/alaskafinal.mov' , '640', '500', '',"autoplay","true","bgcolor","#000000") ;
    </script>
    </body>
    </html>

    Thank you for your helpful suggestions. I tried them both, in fact they are up there now, but no improvement. PageOT is a nice program. Actually, I started with the straight <embed> statements because they had always worked for me before. But I went to QT_WriteObject before posting because I thought people would say to try it.
    I noticed your OS is listed as 10.5? Is this still correct? If so, that may be why it works for you. I booted to an old version of Leopard, and it worked fine. All of my other videos work in Snow Leopard/Safari except for this one. It was created in the same way- exported from FinalCut (latest version) and then taken into DVKitchen for the H.264. Most , if not all, of the others are hidef, whereas this one is standard def.
    I think it is either a problem in how it was created (not by me, so I can't do much about that) or Safari under Snow Leopard. But the fact that it will play from the url, but not from the embed statements really has me puzzled.

  • Is there a way to boost Safari? Snow Leopard 10.6.8, Safari 5.1.7 is very slow, almost dead. Thank you.

    Is there a way to boost Safari? I'm using Snow Leopard 10.6.8, Safari 5.1.7 which has become very slow, almost dead. Many thanks!

    If Safari is getting very slow:
    (Presumably you regularly empty your Safari cache by deleting the following file:
    Home/Library/Caches/com.apple.Safari/cache.db
    and clear your History)
    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security, (including anti-phishing and redirects) (Full information about Open DNS is here: http://www.opendns.com/home/nobloat ) and further independent information can be read here:
    http://reviews.cnet.com/8301-13727_7-57338784-263/free-dnscrypt-tool-enhances-ma c-web-security/?tag=mncol;txt
    and here:
    http://www.macworld.com/article/1146064/troubleshootdns.html?t=234
    If you are using a single computer: Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296
    If your computer is part of a network:please refer to this page: http://www.opendns.com/start/best_practices/#your_network and follow the advice given.
    If you use a Router, make sure it has the latest firmware installed.
    One reason for a slowness in page loading may be the 'DNS Pre-fetching' feature of Safari 5.x as is described here:
    http://support.apple.com/kb/TS3408?viewlocale=en_US
    You can cancel DNS pre-fetching by going to Terminal and typing:
    defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false
    You have to restart Safari for it to take effect.
    If Safari seems to hang for ages:
    If you have a lot of tabs open and/or a lot of pages running Flash, Safari can sometimes 'hang', requiring a restart of Safari. This can often be inconvenient, and as it is rarely Safari itself that is hanging but merely one of its plug-ins, usually Flash, there is a way using Terminal to restart the plug-ins (without restarting Safari and losing your tabs) by quitting the WebPluginHost process:
    Open the Terminal from the Utilities folder in /Applications and type
    killall -9 WebKitPluginHost
    Note that this command kills all Safari plug-ins, not just Flash. All plug-ins should start back up when you reload the page.
    Then go back to Safari and refresh any pages that were using the Flash plug-in. This also fixes the Beachball of Death. Try this whenever Safari gets slow or freezes. The later versions of Flash 10.1 onwards appear to have improved the situation somewhat, but haven't completed eliminated it.
    For this and other reasons Apple switched their websites to HTML5 in January 2011:
    http://www.appleinsider.com/articles/11/01/26/apple_revamps_its_public_website_u sing_html5.html
    For Snow Leopard/Lion users this should also be read:
    http://support.apple.com/kb/TS3408

  • "Safari Can't Find the Server" is chronic in Safari under Snow Leopard...

    Since moving to Snow Leopard (or perhaps it is just an updated Safari in SL and otherwise not related to SL??) when my Mac starts up from sleep with Safari being already open, I typically find a blank message with "Safari Can't Find the Server"... And just clicking on pages, I sometimes get that same message. Sometimes I get the spinning gear (for way too long) and I've learned to stop it and just click the same link again and more often than not, it opens immediately the second time...
    Any ideas??? Is this a bug that Apple needs to fix or do I need to do something to Safari (or something else) to fix this problem???
    thanks... bob...

    Robert Paris wrote:
    Whoa... Now I'm really confused... When I go to my System Preferences, then Network, highlight Airport, then click on Advanced, then choose the DNS tab, all I see under DNS Servers is the internal IP address of my Apple Router (10.x.x.x).. And next to that under Search Domains is hsd1.ca.comcast.net... And that is all there is... And I didn't set any of that up... When I bought my Apple Extreme Router a couple years ago, I was so impressed because I came home, plugged it in, basically said "GO" and the router set it all up and just worked... And I'm pretty sure (though not positive) that the Router put the 10.x.x.x in that preference panel, in other words, pointed to itself for DNS services...
    This is effectively saying that the DNS configured in the router will be the default.
    So help me understand... If I change the DNS settings on the mac from 10.x.x.x to the OpenDNS values, the router would still have the Comcast values in it??? How does that work??? And if I only change them on my mac, then the rest of the computers on my home network would still be using the original Comcast DNS servers as established on the router, yes??? I mean I think that would have to be...
    If you change your Mac, that is what it will use. Other computers will use whatever
    they are configured to use.
    See my confusion??? Again, I know only enough about Network settings to know that if I click a wrong button I could make a lot of trouble... So I don't move until I understand what at least a little more than clearly I know now...
    So how do local (mac) settings for DNS play (or not) with DNS settings up at the router level???
    The local settings should override anything else since that is what will
    be used first. They have no interaction with what is at the router level.
    thanks... bob..
    Dave

  • How do I roll back to an earlier version of Safari in Snow Leopard?

    I recently applied the recent snow leopard update including safari 5.1.   Now the juniper vpn no longer recoginzes safari.   How do I roll back to the previous version of safari? (5.0.5?)

    Solved.  (well actually worked around).    Downloaded pacifist (http://www.charlessoft.com/) downloaded the SL dmg (http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Safari5/041-0564. 20110413.Fi9pb/Safari5.0.5SnowLeopard.dmg) Opened the dmg in pacifist, right clicked on package and installed to default location.    I am now able to run the juniper vpn

  • Safari (in Snow Leopard) has stopped displaying pdf's

    I don't know whether the timing is a coincidence, but ever since I upgraded to Snow Leopard, when I click on a browser page link that is a PDF, the browser does open a new tab (my setting), but the image in the window is just a solid black or very dark gray. It used to be that Safari opened pdf's in Preview. I've all periodically, in the past, accepted suggestions to install upgraded Flash Player versions and other accessories. Does anyone have a diagnosis of where I went wrong along the way, of if it's SL, and how to fix it?

    I had the same problem and found that it was a conflict with the PDF Browser Plugin. If you're running Safari in the default 64-bit mode in SL the PDF Browser Plugin will block the display of all PDF's. There are 2 ways to solve this:
    1. Launch in 32-bit mode by quitting, selecting the Safari application and doing a "Get Info" and check to use in 32-bit mode
    2. Disable the PDF Browser Plugin plugin by navigation to "Library > Internet Plug-ins" and trashing the plug-in.

  • How do I uninstall safari 7 and reinstall safari 6 (snow leopard)?

    How do I uninstall safari 7 and reinstall snow leopard? I was on pinterest and it said I needed up to update my browser, so I did and now safari won't open for me since I have 10.6.8. How can I get safari back on my computer? I didn't know that my computer isn't compatible with the new software before I downloaded it and I can't figure out how to uninstall it so I can have my previous version back. Thanks!

    Classic Mac operating systems don't run Safari.  I've asked this thread be moved to the appropriate forum.
    Read this tip to more properly identify your Mac:
    https://discussions.apple.com/docs/DOC-6413
    So we can tell you what will be able to install on it, and what won't.
    Is your data backed up from prior to these installs?

  • Safari on Snow Leopard slow

    I have loved safari 4 and have used it dedicatedly on leopard with ad block for the last 1 year. However, since I upgraded to snow leopard, and not having ad block, I feel safari is extremely slow. Is anyone else experiencing such a speed drop?

    I have the same issue. Pages that were nearly instant before are now exceedingly slow (www.google.com, for example, takes about 7 seconds). I have several other computers on the same network that are either running Leopard or Windows that don't have this problem, so it's not a DNS issue. I've also verified that my network connection isn't saturated.
    I've tried the following:
    * Resetting Safari
    * Emptying the cache
    * Repairing permissions
    * Deleting all subfolders of ~/Library/Caches/com.apple.Safari
    * Deleting Downloads.plist, History.plist, and LastSession.plist
    * Removing everything from both the system and account copies of the InputMethods and Internet Plugins folders
    This should essentially be a clean install of Safari, but it is still exceedingly slow. Note that it's not consistent: it will load a page quickly then, 5 seconds later, the same page will take a very long time to load.
    Sometimes, most of the items on the page will come in nearly instantaneously, but suddenly the page will stop loading for a good 5 to 10 seconds. Once that time elapses, the rest of the page suddenly downloads.
    Does anyone have any ideas?

  • [Safari on Snow leopard, 'Get Adobe Flash Player']

    Safari 5.0.2
    Snow Leopard 10.6.4
    Adobe Flash Player 10.1.85.3
    When I click on 'Launch Web App' I am always redirect to the 'Get Adobe Flash Player' page.

    Below are the requirements for Mac users. You may want to download the latest Adobe Flash Player, just in case. Let me know if this issue continues and I will be sure to flag it and provide you with an answer as soon as possible. Thanks for your feedback!
    Mac
    • OS X v10.5.x or higher
    • 2GB of RAM or more recommended
    Adobe® AIR® version 2.0.3 or higher is required.  To download the latest Adobe® Air® version, visit: http://get.adobe.com/air
    Adobe® Flash® Player version 10.1 or higher is required.  To download the latest Adobe Flash Player to support Project ROME as a browser-based service, visit: http://get.adobe.com/flashplayer/

  • How to update Safari on Snow Leopard IMac

    I have an IMac 10.6.8 Snow Leopard, 3.06 GHz Intel Core 2 Duo
    Have occasion to run Mail Chimp and it says Safari needs to be updated.  I've run my Software Update in the Apple Logo drop down box and it reports that all updates are already complete.  Why would Mail Chimp say that the Safari program was not adequate to use their program?
    Is there another way to update Safari?  I see something called "Safari Extensions" on the drop down for Safari.  Would this be what I need to load?  They are all various commercial programs that hook up to Safari. 

    1. If you're using Safari 5.1.10, it's up to date as far as Snow Leopard is concerned. Going further requires upgrading the computer's OS.
    2. Back up your data, check your applications for compatibility, and download Mavericks from the Mac App Store.
    (112984)

  • Security issue that affects Safari 5 (Snow Leopard)

    From today's Macintouch:
    http://www.macintouch.com/readerreports/security/index.html#d04mar2015
    Does this FREAK attack affect me?
    Do you have an iPhone, an Android or a Mac OS X computer? It affects you.
    Do you visit websites like americanexpress.com, groupon.com, mit.edu, marriott.com, usajobs.gov, bloomberg.com or many others? It affects you.
    About 12% of websites are thought to be affected.
    Hmm. So what is being done about it?
    Apple says it will be rolling out a fix in the form of a software update next week.
    Go to https://freakattack.com/ to see if your particular browser is vulnerable. You may wish to switch to a browser which isn't affected.
    Another reason for Snow Leopard users to abandon Safari. The current version of Firefox tests OK.

    From today's Macintouch:
    http://www.macintouch.com/readerreports/security/index.html#d04mar2015
    Does this FREAK attack affect me?
    Do you have an iPhone, an Android or a Mac OS X computer? It affects you.
    Do you visit websites like americanexpress.com, groupon.com, mit.edu, marriott.com, usajobs.gov, bloomberg.com or many others? It affects you.
    About 12% of websites are thought to be affected.
    Hmm. So what is being done about it?
    Apple says it will be rolling out a fix in the form of a software update next week.
    Go to https://freakattack.com/ to see if your particular browser is vulnerable. You may wish to switch to a browser which isn't affected.
    Another reason for Snow Leopard users to abandon Safari. The current version of Firefox tests OK.

Maybe you are looking for