HT1338 I wanted to set my Safari to open links in tabs instead of windows. I have gone to safai preferences and chose the correct setting to always open in Tabs. The setting does not seem to work. I have logged of then logged back in but still every link

I have gone to Safari preferences and have made the selection in TABS to open links in TABS instead of Windows. I have chosen "Always".
The setting has not stuck. I tried logging out then logging back in however it still does not work. Am I missing something?

I did not have any extensions and reset Safari. I have the most update versions as per screenshot
I downloaded youe app and below are the results;
Hardware Information:
          iMac (27-inch, Mid 2010)
          iMac - model: iMac11,3
          1 3.2 GHz Intel Core i3 CPU: 2 cores
          4 GB RAM
Video Information:
          ATI Radeon HD 5670 - VRAM: 512 MB
System Software:
          OS X 10.8.4 (12E55) - Uptime: 0 days 1:23:37
Disk Information:
          ST31000528AS disk0 : (1 TB)
                    disk0s1 (disk0s1) <not mounted>: 209.7 MB
                    Macintosh HD (disk0s2) /: 993.77 GB (937.7 GB free)
                    Recovery HD (disk0s3) <not mounted>: 650 MB
                    BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 5.57 GB (5.56 GB free)
          OPTIARC DVD RW AD-5680H 
USB Information:
          Apple Computer, Inc. IR Receiver
          Apple Inc. Built-in iSight
          Apple Internal Memory Card Reader
          Apple Inc. BRCM2046 Hub
                    Apple Inc. Bluetooth USB Host Controller
FireWire Information:
Thunderbolt Information:
Kernel Extensions:
          com.rim.driver.BlackBerryUSBDriverInt          (0.0.74)
          com.sophos.kext.sav          (8.0.4)
          com.trusteer.driver.gakl_driver_2          (1)
Problem System Launch Daemons:
Problem System Launch Agents:
Launch Daemons:
          [loaded] com.adobe.fpsaud.plist
          [loaded] com.google.keystone.daemon.plist
          [loaded] com.microsoft.office.licensing.helper.plist
          [loaded] com.rim.BBDaemon.plist
          [loaded] com.sophos.autoupdate.plist
          [loaded] com.sophos.intercheck.plist
          [loaded] com.sophos.notification.plist
          [loaded] com.trusteer.rooks.rooksd.plist
Launch Agents:
          [loaded] com.google.keystone.agent.plist
          [loaded] com.hp.devicemonitor.plist
          [loaded] com.hp.messagecenter.launcher.plist
          [loaded] com.rim.BBAlbumArtCacher.plist
          [loaded] com.rim.BBLaunchAgent.plist
          [loaded] com.sophos.uiserver.plist
          [loaded] com.trusteer.rapport.rapportd.plist
User Launch Agents:
          [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
User Login Items:
          Cobook
          Officejet Pro 8500 A910 [2DB56A]
          Mail
          Dropbox
          AdobeResourceSynchronizer
          TomTomHOMERunner
          BlackBerry Device Manager
3rd Party Preference Panes:
          Flash Player
          Flip4Mac WMV
          Rapport
Internet Plug-ins:
          AdobePDFViewer.plugin
          AdobePDFViewerNPAPI.plugin
          Flash Player.plugin
          FlashPlayer-10.6.plugin
          Flip4Mac WMV Plugin.plugin
          googletalkbrowserplugin.plugin
          iPhotoPhotocast.plugin
          JavaAppletPlugin.plugin
          npgtpo3dautoplugin.plugin
          o1dbrowserplugin.plugin
          QuickTime Plugin.plugin
          SharePointBrowserPlugin.plugin
          Silverlight.plugin
User Internet Plug-ins:
          Unity Web Player.plugin
Bad Fonts:
          None
Top Processes by CPU:
               2%          WindowServer
               2%          WebProcess
               2%          EtreCheck
               0%          Safari
               0%          InterCheck
               0%          mds
               0%          fontd
               0%          Microsoft Excel
               0%          rapportd
               0%          BBLaunchAgent
Top Processes by Memory:
          242 MB             WebProcess
          152 MB             InterCheck
          143 MB             Finder
          131 MB             Safari
          127 MB             Microsoft Excel
          106 MB             Mail
          94 MB              WindowServer
          70 MB              mds
          66 MB              Dropbox
          49 MB              Dock
Virtual Memory Statistics
          79 MB              Free RAM
          1.71 GB            Active RAM
          1.76 GB            Inactive RAM
          461 MB             Wired RAM
          289 MB             Page-ins
          0 B                Page-outs

Similar Messages

  • Cap 6:  Issue when publish to PDF.  The exit button on the skin does not seem to work.

    All, 
    I attemped same using Cap 6:  Issue when publish to PDF.  The exit button on the skin does not seem to work.  I switched out skins and same issue.  I am using IE8. 
    When published as swf, exit button on skin works fine.  Any ideas on solve for the PDF version exit button?  We would rather publish as PDF since all files are contained in the PDF wrapper.

    Hello,
    Welcome to Adobe Forums.
    This issue is reproducble at my end, need to do some more testing before I can tell you any solution or action plan for this issue
    Thank you for your patience.
    Regards,
    Vikram

  • RAR Web service violation limit setting does not seem to work

    In RAR under config - preformance tuning one can configure the limit for violations of the webservice between RAR and CUP.
    If I set this to 20000, 100000 or even 1.5 miillion I still get the message:
    Risk analysis failed: EXCEPTION_FROM_THE_SERVICEViolations exceeds the threshold limit
    Even though the CUP request only hold a very limited number of violations.
    Does this setting require a server restart or a webservice restart before it works? Or is this a bug in AC 5.3 SP 11.2?
    Edited by: S. Pados on Aug 12, 2010 10:45 AM

    Thanks Sunny,
    But info in the note is well known with us. We have set the parameter however it seems to be ignored as the user in CUP request has a low number of violations and we still get the error even though the threshold has a very high value.

  • Is anyone else finding that the acceloromiter does not seem to work in some aps with iOS7

    Have recently (as most would have) upgraded to iOS7 on my iPad and iPhone, love it but I am find a few of my apps like eBay and remote do not rotate to landscape naymore. any one else with  this issue and is there a fix?

    As hunter9000 pointed out above, your code has syntax errors; are you even able to compile this?
    The braces "{" and "}" delimit classes, methods, and blocks ( including if/ while/ for etc ).
    Methods must be within classes i.e. after the opening brace and before the closing brace of a class.
    Similarly, statements and other blocks must be within the method.
    In your code, you have blocks simply floating about in your class, NOT allowed. They must be in a method. This is why proper indentation is important, anyone would be able to catch problem like this with just a quick glance.
    public void enter()
        {//opening brace for the enter method
            numberOfVisitors = numberOfVisitors + 1; //This takes the number of visitors adds it to itself and then adds 1
            totalFees = totalFees + fee; //This takes the fees of the day adds it to itself and then adds 12
    //    } //NO! You're closing the method too early. More content follows.
    //    { NO! You're making an unecessary block here
    //, reducing readability and potentially putting variables out of scope
            if(numberOfVisitors == 10)
            { //If the number of visitors = 10 then it should set isFull = True
              //opening brace for your if block
                isFull = true;
            }  //close the if block
    //        {//NO! again, unecessary block
            if (isFull)
            { //Once it is true the string should be shown to say that know more people can enter.
                System.out.println("The Exibition is currently full");
    //} extra brace from earlier
    }//close the methodClearer now?

  • My iphone will not turn on. The only screen I can see is the charging screen. The phone does not seem to hold a charge

    My iphone will not turn on. The only screen I can see is the charging screen. The phone does not seem to hold a charge

        Sammyhunter lets get you back in action! Has there been any physical/water damage to the device? Try pressing and holding the home and power button together. Once the Apple symbol appears release both buttons. Keep us posted!
    AshleyS_VZW
    Follow us on Twitter @VZWSupport

  • HT1338 My mac is becoming too slow. It takes long to open word documents, pdf files or excel documents or even safari. Can anybody suggest something? I have tried to reduce the number of open applications, but does not seem to work.

    My mac is becoming too slow. It takes long to open word documents, pdf files or excel documents or even safari. Can anybody suggest something? I have tried to reduce the number of open applications, but does not seem to work.

    Hi ...
    Checked to see how much free space there is on the startup disk lately?
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.
    Freeing Up Hard Disk Space - Mac GuidesFreeing Up Hard Disk Space - Mac Guides
    If disk space is not the issue, booting in Safe Mode deletes system caches that may help.
    A Safe Mode boot takes longer then a normal boot so be patient.
    Once you see the Desktop, click the Apple menu icon top left corner of the screen.
    From the drop down menu click Restart.
    See if that makes a difference ...

  • Open with Application... setting does not seem to be working

    Mac OS X 10.6.6, FF 4.0 (RC1), Microsoft Excel 2011 14.0.2. I needed to download several files with .xls suffix.
    Firefox asked what I wanted to do with the file, I indicated Open with Excel, and retain this setting. I then tried the next download, and the "Open With..." button showed no settings. I check the Preferences>Applications area, and Excel is there as the application of choice, but it does not appear as the "Open With" application in the download dialog box. If I just go ahead and download, the file does not open. If I *do* re-select Excel, then the file downloads and opens properly, but the setting is not retained for the next download, even though the "always do this" box is checked. It's a minor issue.

    Has nobody experienced this issue before?

  • I recently purchased a Canon 7D. I own Adobe Photoshop/Bridge CS5. I cannot open my raw images in Bridge. I have tried to download the plug in but does not seem to work. Please Help, I need to be able to open my raw images in Bridge ASAP. I do not want to

    I recently purchased a Canon 7D. I own Adobe Photoshop/Bridge CS5. I cannot open my raw images in Bridge. I have tried to download the plug in but does not seem to work. Please Help, I need to be able to open my raw images in Bridge ASAP. I do not want to upgrade to CS6 at this time.

    If you had given us sensible information, I could look it up for you if your efforts fail.
    Right now, I don't even know if you are on a Mac or on a Windows box.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • My movie has clips that have some extracted audio that I would like to use for the menu music in iDVD 11. Does anyone know how to do this? Copy and paste does not seem to work.

    My iMovie 11 movie has clips that have some extracted audio that I would like to use for the menu music in iDVD 11. Does anyone know how to do this? Copy and paste does not seem to work.

    I would use Quicktime Pro.
    See: QuickTime Pro: How to Extract or Disable Tracks at http://docs.info.apple.com/article.html?artnum=42596 and QuickTime Player 7 Help - Extracting, Adding, and Moving Tracks at http://docs.info.apple.com/article.html?path=QuickTime%20Player/7/en/c3qt6.html
    To get Quicktime 7.6.6 for Snow Leopard see: QuickTime Player 7.6.6 for Mac OS X v10.6.3 at http://support.apple.com/kb/DL923  (Quicktime 7.6.6 is the latest version.)
    To upgrade to Quicktime Pro see: QuickTime Player 7 Help - Getting QuickTime Pro at http://docs.info.apple.com/article.html?path=QuickTime%20Player/7/en/c2qt.html

  • Hi. I have the ipad 4 and have got a Vodaphone ( India) data sim, however it does not seems to work. The CS support at the gallery and the call center is lousy as they dont seem to know what they are upto. Although the sim is active i am unable to surf.

    hi. I have the ipad 4 and have got a Vodaphone ( India) data sim, however it does not seems to work. The CS support at the gallery and the call center is lousy as they dont seem to know what they are upto. Although the sim is active i am unable to surf. The vodaphone number is
    9168554687. Please assist

    Since this is a carrier issue, we are probably not going to be able to help you. You are paying for this service, so be assertive when you call customer service.

  • HT1923 I am using windows 7 and have upgraded itunes to 11. Now when I open my music library in itunes and click on a song it says "original file could not be found" Over 2000 songs come up this way and locate does not seem to work. Before the upgrade all

    With Windows 7 I upgraded itunes to 11. Now in my itunes library, when I click on a song "original file could not be found" comes up. This happens with over 2000 songs, but it seems to be ones I recorded from cd's. Locate does not seem to work. Has anyone else had this problem?

    Highlight a song that is supposedly missing, press CTRL+I to Get Info, say no when asked to locate the file, then look at the summary tab. Where does iTunes "think" the file should be? Where is it really? You may need to give a configuration file a minor tweak.
    tt2

  • Encore CS5 - override does not seem to work

    I have been producing DVD's using Encore CS5 for some time now.  I usually create one single encoded file with many chapter points on it, using buttons on several menus for direction.  During the menu creation I select the relevent chapter point on the encoded file by using the button link facility in the properties menu and then set override back to the original selcted button on the menu using override  "link back to here".  The means that when the menu select button is pressed on the DVD player remote it returns to originally selected button in the menu screen.  I have just started creating blu-ray projects and have tried to do exactly this when creating a blu-ray menu but this does not seem to work.  What is annoying is that when you do a preview using the Encore preview player all looks good and the return seems to be successful.  It is only when you try to play the disc on a blu-ray player (and I have tried several different makes and all do the same) does the return to the originally selected button on the menu fail, returning to what seems to be any random menu button. I have seen what has already been posted in the Forum on this and tried several of the options there, although most seem to do things slightly differently than me, linking several files together and not using a single file.  All to no avail.  Anyone any ideas what I am doing wrong.  Roger

    Jeff
    Thanks again for your prompt response much appreciated and yes pressing the menu button on the blu-ray remote returns you back to menu 1 button 1 from both menus.
    Full project setup.
    There are two timelines "Start" and "Showtime"
    "Start" which is first play has 1 chapter point
    "Showtime" has 23 chapter points. These are split between the two menus.
    Main project properties:     First Play - Start Chapter 1, Override - not set, Title button - menu 1 button 1, this is possibly why the blu-ray menu selection on the remote returns here from both menus.  If I don't set this then the project errors with "Title remote not set".  I cannot set this to "Return to last menu".
    Start properties:         End action - menu 1 button 1, Override - not set,  Menu remote - return to last menu.
    Showtime properties:   End action - return to last menu, Override - not set, Menu Remote - Return to last menu.
    menu 1:  End action - menu 1 button 1, Override - not set.
    menu 2:  End action - menu 2 button 1. Override - not set
    I do have background music on each menu set up in "Motion".
    All buttons on both menus are set to the relevent chapter points on the "showtime" timeline with no override
    nothing else set.
    I hope this makes sense.
    Roger

  • My iMac does not connect to internet via wireless after I log in. I have to open network preferences and run the assistant everytime to make it work. Its a new system, updated to Mountain Lion,.

    My iMac does not connect to internet via wireless after I log in. I have to open network preferences and run the assistant everytime to make it work. Its a new system, updated to Mountain Lion,.

    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    Also, turn off IPv6:
    System Preferences » Network » AirPort » TCP/IP tab » Configure IPv6
    Or whatever Interface you use.

  • @-moz-keyframes does not seem to work in cs 5.5

    I have difficulties when editing a CSS style in CS5.5.
    Dreamweaver accepts
    @-webkit-keyframes [id]...
    and @keyframes [id]...
    without any problems.
    Only when I try do use
    @-moz-keyframes [id]...
    the editor does not seem to accept the term.
    Usually the color of the code turns dark red but it doesn't with mozilla keyframes.
    Also the file doesn't work neither on a local preview nor on the webserver.
    any ideas?

    This is taken from Firefox 9.0.1 -
    @-moz-keyframes swing{
    0% {
    -webkit-transform:rotate(-5deg);
    -webkit-transform-origin: 7em 1em;
    50% {
    -webkit-transform: rotate(5deg);
    -webkit-transform-origin: 7em 1em;
    100% {
    -webkit-transform: rotate(-5deg);
    -webkit-transform-origin: 7em 1em;
    @-webkit-keyframes swing{
    0% {
    -webkit-transform:rotate(-5deg);
    -webkit-transform-origin: 7em 1em;
    50% {
    -webkit-transform: rotate(5deg);
    -webkit-transform-origin: 7em 1em;
    100% {
    -webkit-transform: rotate(-5deg);
    -webkit-transform-origin: 7em 1em;
    @keyframes swing{
    0% {
    transform:rotate(-5deg);
    transform-origin: 7em 1em;
    50% {
    transform: rotate(5deg);
    transform-origin: 7em 1em;
    100% {
    transform: rotate(-5deg);
    transform-origin: 7em 1em;
    Is that missing for you?

  • HT5343 Resetting the DNS cache does not seem to work on OS X 10.8, what does really work?

    Resetting the DNS cache does not seem to work on OS X 10.8, what does really work?
    Desired activity: access a site that used to not have a SSL connection through the new https:// root domain. I can accomplish the task over a machine running Windows 7 or XP but flushing the dns of my mac does not affect the outcome — I am still redirected to the hosting provider's website whenever I tried to access the domain with a https:// prefix rather than http://
    I tried sudo killall -HUP mDNSResponder and it's older alternative but no luck.

    In the terminal:
    dscacheutil -flushcache
    and to get a very detailed report on the state of your DNS cache in /var/logs/system.log:
    sudo killall -INFO mDNSResponder

Maybe you are looking for

  • 'Close Project' in Captivate 4 not working

    Hi, I have a number of projects where I set the preferences to close the project, and it works in some and not others. I have a slide with a 'Done' button.  When the user clicks it, it goes to another slide with nothing on it but the background and a

  • Issues with RAID Volumes with SLES10 on x4100

    I upgraded an x4100 from SLES9 to SLES10 with 4 SAS drives which were configured as 2 RAID-1 volumes in hardware and am having problems with the names that these devices get. The root file-system was installed on the 1st volume, /dev/sda, and the oth

  • I recently restore my iPad,I lost my apps and some of my pictures.Can I reverse it to have my staf back?

    I recently restore my iPad,I lost my apps and some of my pictures.Can I reverse it to have my staf back?

  • ARCHIVING FI_DOCUMNT

    Greetings Everyone! l'm struggling when running the archiving job for the Object FI_DOCUMNT. The job log says that 'PERIOD VERSION IS NOT DEFINED' and nothing is archived at all. Would you guys happen to know what's going on? am l missing some config

  • HT4436 Is iCloud free for the iPhone?

    I just bought the iPhone 4s and it went through all of the steps for setting up iCloud and i have done that. But I am just wondering if it is only a free trial and if I'll be charged for it at some point on my bill?