How do I setup Safari to be my default browser for Mail?

I am using an iMac with Yosemite 10.10.2, Safari is 8.0.3, Mail is 8.2.  Somehow, awhile ago, I set up my default browser as Firefox 35.0.1, and have been satisfied with it.  Lately I have become unhappy with the way it responds to some clicks.  I would like to try Safari, though I might miss some features of Firefox. 

Open System Preferences > General then select Safari from the Default web browser:  pop up menu.

Similar Messages

  • How to set Firefox as default browser for Mail

    When I click on links in Mail, they open in Explorer. So, I trashed Explorer, and now when I click on links I get "Mail was unable to open the URL. No associated application could be found."
    G5   Mac OS X (10.3.9)  

    Launch Safari and open its preferences. You set the default browser there.
    Not very logical is it? I think a Microsoft plant came up with that one.
    John

  • How do I set safari to be the default rss reader on windows XP

    How do I set safari to be the default rss reader on windows XP?

    Looks like I got it to work by selecting a document and setting in get info.  For some reason it was not working before.
    never mind

  • How do I stop Firefox to be my default browser ?

    I have another browser (Safari) and I want it as default browser.
    I don't know why, the window asking wether I want or not Firefox as default browser has disappeared.
    How do I solve this ? How do I stop Firefox to be my default browser ?
    Thank you for answer,
    Joao Allen

    You can set your default browser on the Mac by using Safari.
    # Start Safari
    # In the Safari menu select Preferences
    # In the General tab, use the Default web browser pulldown menu to choose your default browser

  • I have to use explorer for one business app and need to not have a default browser. How do I de-select firefox as my default browser?

    I have had firefox as my default browser for some time, but I have a business associate that has features not accessible by firefox - only explorer. How do I de-select firefox as my default browser so I can use explorer without being redirected to firefox (and vice versa of course)?

    # Open Safari
    # Select Preferences from the Safari menu
    # In the General tab, use the default web browser drop-down menu to select the browser you want as default

  • How do you invoke the default browser for Unix/OSX

    Does anyone know how to programmatically display the contents of a URL in the default browser for a Unix system? I found a javaworld article on doing this using Runtime.getRuntime().exec(cmd). The article gives the cmd string for invoking the default browser in Windows, and for invoking the Netscape browser in Unix.
    This can easily be extended to invoke any known browser executable in a known path on a Unix system; but I'd like to invoke the default browser without knowing what or where it is. I'm specifically targetting Mac/OSX, but any Unix solution is worth trying.
    Is there a Unix command for launching the default browser to display the contents of a given URL? Or is there an alternative approach, rather than invoking Runtime.exec()?
    -Mark

    After extensive google searching, I came across a partial solution. This code detects the default browser on a Mac, and provides an elegant solution for trying standard browsers in turn for other Unix systems. I tested it on WIndows XP and Mac OSX 3.9, and it detected the default browser each time. A suped up version of this tool is available as a SourceForge project. You can find it here:
    http://sourceforge.net/projects/browserlaunch2/
    Here's the simplified code:
    //  Bare Bones Browser Launch                          //
    //  Version 1.5                                        //
    //  December 10, 2005                                  //
    //  Supports: Mac OS X, GNU/Linux, Unix, Windows XP    //
    //  Example Usage:                                     //
    //     String url = "http://www.centerkey.com/";       //
    //     BareBonesBrowserLaunch.openURL(url);            //
    //  Public Domain Software -- Free to Use as You Like  //
    import java.lang.reflect.Method;
    import javax.swing.JOptionPane;
    public class BareBonesBrowserLaunch {
       private static final String errMsg = "Error attempting to launch web browser";
       public static void openURL(String url) {
          String osName = System.getProperty("os.name");
          try {
             if (osName.startsWith("Mac OS")) {
                Class fileMgr = Class.forName("com.apple.eio.FileManager");
                Method openURL = fileMgr.getDeclaredMethod("openURL",
                   new Class[] {String.class});
                openURL.invoke(null, new Object[] {url});
             else if (osName.startsWith("Windows"))
                Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + url);
             else { //assume Unix or Linux
                String[] browsers = {
                   "firefox", "opera", "konqueror", "epiphany", "mozilla", "netscape" };
                String browser = null;
                for (int count = 0; count < browsers.length && browser == null; count++)
                   if (Runtime.getRuntime().exec(
                         new String[] {"which", browsers[count]}).waitFor() == 0)
                      browser = browsers[count];
                if (browser == null)
                   throw new Exception("Could not find web browser");
                else
                   Runtime.getRuntime().exec(new String[] {browser, url});
          catch (Exception e) {
             JOptionPane.showMessageDialog(null, errMsg + ":\n" + e.getLocalizedMessage());
       }

  • How to change the default browser for "Search in Google" pop-up menu?

    This issue has come up for the last three OS X releases, at least, and it's still here for Lion.
    I'm in Apple Mail and select some text. I want to search on the term using Google. Right-click brings up the context menu with "Search in Google." This inevitably results in Safari opening for the search.
    Chrome is definitely set as my default browser. Clicking links in email messages brings them up in the proper browser. "Search in Google" does not. Wherever this context menu item is selected (Mail, TextEdit, etc.) it opens Safari instead of the default browser.
    As far as I'm concerned, that makes the context menu item useless, since I do not use Safari.
    Has anyone figured out a workaround?
    Has anyone in the OS X team at Apple paid attention to this issue? It is not new.

    This post helped me.
    https://code.google.com/p/chromium/issues/detail?id=147510
    Basically, the "Search in Google" extension is from Safari and it can be disabled in System Preferences.
    System Preferences -> Keyboard -> Keyboard Shortcuts -> Services -> Searching and unchecking "Search with Google"
    It worked for me and I also disabled a few other right-click options that I never use.

  • Pdf on Windows 8;How do I get adobe to be the default app for pdf files.

    I installed pdf reader on my windows 8 laptop, but windows only opens with its "TWINUI". In its "other" option acrobat reader doesn't appear. It also doesn't appear on the windows desktop.
    How do I get adobe to be the default app for pdf files.

    http://winsupersite.com/article/windows8/windows-8-tip-change-file-associations-144102

  • How do I set itunes to be my default player for every file that I have (VLC is my default player now)

    How do I set itunes to be my default player for every file that I have (VLC is my default player now)

    Mac OS X: Double-Clicking a File Opens the Wrong Application - http://support.apple.com/kb/TS2291
    -= Changing the application used to open all files of a certain kind (written with reference to OSX 10.4 but may not have changed) =-
    1) In a Finder window highlight a file of the kind you want to change the application to open that kind of file.
    2) While that file is highlighted, select File > Get Info or press command (apple or propeller icon) + i to get a file information window.
    3) In the lower part of the info window there is an "open with" menu with a list of applications.
    4) If your application is already in the box then it is the default application for opening that kind of file and you don't need to do anything more.  Close the get info window.
    5) If the application showing in the menu is not the one with which you wish to open the file then select a new application. If your application does not appear there then select the "other..." and track down the application (usually in the Applications folder at the main level of the computer).
    6) If you wish to change all files of this type to open with this application in future, make sure the "change all" button is selected.
    7) Close the get info window.

  • How Do I Setup a Wireless Network in my home for 3 Mac's and 2 PC's

    Ok..... I live with 5 people and we all have computers. I'm looking to setup a Wireless Network in our house that would allow all of us to access the Internet from our various rooms. Currently we have 3 MAC (a G5 Desktop, a regular Desktop, and a Powergook G4 with airport extreme), and 2 Window's based PC Laptops. So far everyone is using DSL, with the exception of myself. I sit in the back yard accessing the neighbors wireless network. That ***** and I feel like I'm stealing.
    How would I go about setting up a Wireless network for all of these computers, and what equipment would I need to accomplish this?
    Powerbook G4   Mac OS X (10.4.6)  

    First thing you need is a wireless router. You mentioned Airport Extreme---not sure if you are speaking about the card in the PB, or an actual router. Bottom line is that you need a wireless router. Airports will work with Windows, and Netgear is another good option as they are Mac friendly. Then, any computers that don't have wireless card will need to have one--unless you connect them directly with an ethernet cable. Get the IP addresses of all of the computers on the network. In Windows, go to Start-My Network Places-View Network Connections, then highlight the LAN that is displayed. With it highlighted, go to the "details" window and open the drop down menu if it is not open already. Write down the IP address. Then, go to the Macs you have, click on Finder--Go--Connect to server. Type in the IP address with smb:// in front and / at the end--will look something like this smb://192.xxx.x.xx/ Then select connect. Make sure you know the username and passwords of the computers as it will ask for these. To share the files from the Mac to the Windows, just follow these directions: You can set up your Mac so that you can share files with Windows computer users.
    To allow Windows users to connect to your computer, you need to turn on Windows Sharing. When you turn on Windows Sharing, Mac OS X uses the Samba server software to provide SMB/CIFS file services.
    You also need to give the Windows users the network address of your computer, and a user name and password of a user account on your computer.
    Open System Preferences and click Sharing and, if necessary, click Services.
    Select Windows Sharing in the list, then click Start.
    Click Accounts and select the name of the user account that will share files. Enter the password for that user.
    Look below the services list for your computer's network address. Give this address to Windows users.
    You can provide users with the user name and password of any account on your computer. To help keep your computer secure, you may want to create a special account for Windows users in Accounts preferences.
    Because passwords of the user accounts for Windows are stored insecurely, turn off the account when it is not being used. Before you turn off Windows Sharing, turn off all the accounts you enabled. Otherwise, the passwords are still stored insecurely.
    If you want to use a user account that existed before you installed Mac OS X Panther, you may need to reset the password for the account using Accounts preferences.
    Any of this info can also be found in the help files in the Finder. Hope this helps.

  • I want to know how to restore Safari as my home default browser,not Firefox. I don't like Firefox,

    Please help me undo making Firefox my default browser..,I much prefer Safari....how do I switch back to Safari as my default browser?

    The fastest way is to go to Safari=>Preferences=>General. The first line allows you to select your default browser.

  • How to make Firefox the default browser for Hotmail

    I recently uninstalled Safari because I want to use Firefox as my default browser. Previously when I click the Mail button in Windows Live Messenger, the mac would automatically open my hotmail in Safari. Now that I have uninstalled it, when I click on the Mail button, it opens up with TextEdit. How do I make it open with Firefox?
    Any help is much appreciated.
    Thanks,
    Joe

    OK I'll post there also but I'm aware of the preferences section in Safari... thing is, when I choose to make Firefox the default browser, it resets back to Safari when I turn off the computer and turn it back on. Everytime. And it does my head in
    I heard of a program called More Internet that I heard could help slove the problem but I can't understand how to use it, nor is there any forum or any way to contact anyone who knows. It's driving me up the wall.
    So I'm hoping there's another way that someone in the world knows.

  • Safari won't play youtube videos anymore. I've never had trouble in the past. I switched to chrome but then back to safari and changed the default browser to safari. Now safari won't open any sites that require a user and password. Any suggestions?

    Hello everyone,
    I've recently been getting error messages on youtube videos when using safari. This never used to happen. I tried using chrome but it didn't take care of the problem. When I set my default browser back to safari, safari won't open any websites that require a username and password. Any suggestions?

    My case is different from those listed below.  First, I'm running OS X 10.8.5 and Safari 6.0.5.
    My problem is this:
    I run a Google search, say, "youtube somesong", and from the hit list returned from google I
    pick some selection. Youtube launches and plays the video without problems.  However, when
    i click on any of the alternate videos from the page's  vertical list, only the name of the chosen video
    appears beneath the video I just watched.  The new selection itself is not loaded by Safari.
    This occurs for any selection I choose.  My way around this problem is to force a Safari reload of
    the page by using the keyboard shortcut, Command-R.  This fills in the old video window with the
    video I just chose.  Can I conclude that this is a Safari issue alone, or is it a Safari/Youtube combo gotcha?  Anyway, the present condition *****.
    This problem began sometime after i upgraded to Mountain Lion.  I have reset Safari and have also
    deleted the Youtube.com Cache, Cookies, and Local Storage from the Privacy settings under
    System Preferences. I have also tested the problem by running Safari in 32 bit mode (no luck there).
    If anyone out there has experienced this scenario, I sure could use a little help here.

  • How to hide PNP selection windows and set default values for PNP.

    Hi expert,
         I am using HR logical database PNP, but I don't want to display selection windoes for running program on PNP, whereas I want to set default value for some selection items in the program. could you please tell me how to get those two targets?
    Many Thanks,

    Hi
    You have mentioned 2 things.
    1. Don't want selection windows for running program for PNP - this can be achieved using the HR Report category - You can get more details on HR Report Category on
    HR Report Category
    2.  I want to set default value for some selection items - This you need to achieve in initialization event of your program.
    How you can get this can be explained by INITIALIZATION (SAP Library - ABAP Programming (BC-ABA))
    Thanks,
    Sreeram

  • How to disable updates and hide set as default browser option in firefox 31.0 for many users,like changing the setttings in any file

    Hi,
    I am trying to disable updates, set as default browser option and import settings from other browers permanently for many users for firefox 31.0.
    can you please help me with that. I know settings are going to prefs.js file in user profile. How can make this permanent for many users.

    Hi gaurav3012,
    Permanent change would be locking preferences: [http://kb.mozillazine.org/Locking_preferences]
    However importing many users profiles to different computers may require a new profile for each user.
    Currently there is an option to import bookmarks from other browsers, but not preferences.
    Update preferences can be read about here: [[Configuration Options for Updates]]
    Firefox ESR is also another version of Firefox that is meant for Enterprise environments [https://www.mozilla.org/en-US/firefox/organizations/] that mostly has their support on their mailing list.

Maybe you are looking for

  • Adobe Flash Player 10 Error Message

    About four days ago, I started getting this error message in a dialog box. It appears even with nothing open that would even require a need for Flash. I removed Adobe Flash Player 10 and rebooted, then added it back. The problem continues however. Wi

  • Apache and mod_proxy

    Hi all, Im trying to set up Apache (2.2) standalone using the mod_proxy module to act as a proxy in accessing the oracle http server which is hosted on its own server. I have successfully done this (to some degree) with the following entry in my http

  • HP 7510 all in one printer driver problem

    Trying to reload HPPhotosmart 7510 series all in one printer software.  Have CD/downloaded newsest version from HP.com, have uninstalled all versions etc....have downloaded hppiw /hp prin and scan doctor when running HP doctor indicates two 7510 seri

  • Email - Lag,cutting off,images won't show up within email!

    A short while ago,I lost images in my email.Tried a restore,no luck.Deleted/re-entered information,still no luck.Haven't exactly been able to get to the Apple store.I let that go for now.Yesterday,my email started to lag badly.It was maybe 10 seconds

  • Drag and drop files for burn to DVD takes FOREVER

    When I drag and drop files onto the blank DVD icon, the ghosts of said files just hang there for the longest time, and I get a spinny beach ball. Many, many minutes later things finally return to normal and I can proceed with burning the DVD. It's ju