Safari - Share a webpage/link

When I click on the Share icon at the top of an open Safari page it reads "No Service". What do I need to do to activate its features?

Found this on another string yesterday and it worked for me.
Go to:  /system/library/privateframeworks/sharekit.framework/versions/A/plugins/
Click on each plugin in turn, opening with the widget simulator. Ignoring the error messages.  You will then find them both in the system preferences>Extensions and the Safari Share Menu.
It's a weird work around, but it works.
Hope that helps.

Similar Messages

  • Webpage links randomly not working in Safari 7.0.1

    Running Safari 7.0.1 on 2009 MacBook Pro running Mavericks 10.9.1.
    Am having random issues with webpage links not being active/working. Also had the issue on Mountain Lion/Safari prior to the OS upgrade. Anyone else having this problem or any recommendations out there? Example in the example below, both the Club Pogo logo and the menu are links to other pages on the site. In the Active image, all links are working. In the Inactive image, none of the links are working. These are two different pages on the same site, but the issue randomly occurs throughout this site and others. Sometimes when I refresh the page, the links work, sometimes not.
    Active
    Inactive

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Safari share webpage in email without the URL

    Hi Everyone,
    I'm looking for a way to share a webpage (as a pdf) in an email without the url (also) showing up in the mail.
    There is the menu to choose in what way you want to share the page (webpage, pdf or link only) but in each instance the url (also) shows up.
    Any (hidden) settings not to include the url anyone knows of?
    Thanks in advance,
    Ton

    Hi Japib,
    Thank you for your answer but I'm not trying to print/export, I'm trying to share the page via email (File -> Share -> Email this page or cmd-i (I'm using a dutch version so the translation of the menu-items may not be 100% correct))
    Regards,
    Ton

  • Adding Reminders to safari share sheet

    It would be nice to be able to add a link (from a website) to a task in Reminders from the Safari share sheet the way some other task managers implement this. Does anyone have any idea how to accomplish this?

    Same here. Seems to be a bug. Hopefully ironed out with today's 8.1 update ...
    Btw: There is an other thread covering the same issue: Share Sheet/Actions sort order?

  • What html code will start an EXE (program) with a click on a webpage link?

    The code in bold below worked. After I switched my browser from IE 11 to Firefox to get the hover on hotspots to work, the program gave me this error message. I moved the EXE file to my local file folder and tried it as shown below. Still no success. Any suggestions?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Family Tree Charts</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css">
    <!--
    body,td,th {
        color: #000;
    -->
    </style></head>
    <body link=blue vlink=blue>
    <table width="100%" height="25" border="0" cellpadding="4" cellspacing="0">
      <tr>
        <td width="93%" height="27" bgcolor="#EFEFEF"> <div align="center"><font color="#999999">
        <b>This Software Allows You To Review Neat Charts of Your Family Tree </b></font></div></td>
        <td width="7%" bgcolor="#CCFFFF"> <div align="center"><A href="Mementos_Menu.html"><font size="2">Back</font></a></div></td>
      </tr>
    </table><BR><center>
    <br>
    <FONT color=#ff00ff><strong>Click the link below to download a special software program for your PC.</strong></FONT><br>
    <br>
    <a href="http://jdmcox.com/"><strong>Cox Website</strong></a><br><br>
    <strong>ITEM 1</strong> (AT THIS  WEBSITE) IS  THE <strong>FAMILY TREE CHART</strong> PROGRAM.<br>
    It is called <strong>Simple Family Tree</strong><br>
    <table width="80%" border="2" cellspacing="2" cellpadding="2">
      <tr>
        <td width="49%" align="left" valign="top"><FONT color=#ff00ff><strong>Click the link below to use this special software program after you download and install the program.</strong></FONT><br>
    <br>
    <!--<a href="C:\Program Files (x86)\Simple Family Tree\Simple Family Tree.exe"><strong>Family Tree Charts Program by Doug Cox</strong></a><br><FONT color=#ff00ff>
    -->
    <a href="C:\Users\Tom and Polly\Documents\Genealogy CD\Simple Family Tree\Simple Family Tree.exe"><b>Family Tree Charts Program</b></a><br><br>
    <FONT color=#ff00ff><strong>Click  the &quot;run&quot; button for both warning messages.<br>
    Click the &quot;READ THIS!&quot; menu option when the program opens.<br>
    Click  "X" in the upper right to close the program.<br><br>
    You can update the family data in future years with this program too.</strong></FONT>
    <br></td>
        <td width="51%" align="left" valign="top"><FONT color=#ff00ff><strong>NOTE 1: Be sure your HTML code for this webpage has a proper line to link to the location where the software was installed. You can use NOTEPAD to make HTML code changes. My existing line is: </strong></FONT><br>
          "c:\<u>program files (x86)</u>\simple family tree\simple family tree.exe"<br><br>
          <FONT color=#ff00ff><strong>The underlined portion will need to agree with where the program was installed. Just change the directory (see underlined sample above). Good luck. If I am still living, call me.<br><br>
          NOTE 2: After you download, install, and try to use the program, you may get an error message window that looks like this -&quot;0 FAMS @F191 @ FAM&quot;. This means you have an individual record in your GEDCOM file that does not have a parent. Be sure all GEDCOM records have at least one parent even if you must name the parent UNKNOWN.</strong></FONT></td>
      </tr>
    </table>
    <br></center> 
    <table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#CCCCCC">
        <tr>
          <td bgcolor="#EFEFEF"> <font size="2">&copy;2002 Sales and People</font></td>
        </tr>
    </table></body>
    </html>

    Herbert:
    Here is my latest code attempt, but I get messages about the lines in BOLD that I do not understand.
    Perhaps you will see what I need to fix. Sure appreciate what you have found and shared with such a neophyte (aka dumbo).
    Tom
    <!--
    body,td,th
    -->
    function RunExe(path) {
    try {
    var ua = navigator.userAgent.toLowerCase();
    if (ua.indexOf("msie") != -1) {
    MyObject = new ActiveXObject("WScript.Shell")
    MyObject.Run(path);
    } else {
    netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
    var exe = window.Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
    exe.initWithPath(path);
    var run = window.Components.classes['@mozilla.org/process/util;1'].createInstance(Components.inteinterfaces.nsIProcess);
    run.init(exe);
    var parameters = ["/c start Simple Family Tree.exe"];
    run.run(false, parameters, parameters.length);
    } catch (ex) {
    alert(ex.toString());
    This Software Allows You To Review Neat Charts of Your Family Tree
    Back
    Click the link below to download a special software program for your PC and your GED file.
    *Cox Website*
    ITEM 1 (AT HIS  WEBSITE) IS  HIS FAMILY TREE CHART PROGRAM.
    It is called Simple Family Tree
    Click the link below to look at my GEDCOM file contents.<br>Instructions are provided in the READ THIS menu option at the top of the window.
      *Show Yarnall Chart*
    *Return to this webpage by clicking on the backarrow after looking at the chart.
    You can update the family data in future years with this program too.*
    ©2002 Sales and People
    Date: Thu, 2 Jan 2014 02:09:18 -0800
    From: [email protected]
    To: [email protected]
    Subject: What html code will start an EXE (program) with a click on a webpage link?
        Re: What html code will start an EXE (program) with a click on a webpage link?
        created by Herbert2001 in Dreamweaver support forum - View the full discussion
    Perhaps this might be helpful:
    https://addons.mozilla.org/en-US/firefox/addon/opendownload-10902/
    It allows executables in Firefox to be run - it is an extenstion, though, so it must be installed in Firefox before your page will work.
    Another option is this solution, but it will still require a manual change in Firefox:
    http://forums.mozillazine.org/viewtopic.php?f=19&t=803615
    Or this: http://stackoverflow.com/questions/6472435/running-exe-in-firefox-why- do-i-get-an-error
    However, you will still have problems with getting it to work cross-browser. Honestly, browsers are not supposed to have access like that to the client side file system, which absolutely makes sense for the web.
    That is why you may have to approach the solution from a different angle - perhaps create a server side cloud version of your application(s) which can be easily accessed and run by your family members. I believe you used C to develop the applications? Although I have no experience with this framework, Wt might be a solution to convert your projects to server side applications:
    http://www.webtoolkit.eu/wt
    Good luck!
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5972893#5972893
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5972893#5972893
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5972893#5972893. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Forcing Safari to open new links in a new tab

    Without sounding cynical, I love Safari but have been using Chrome for several years because it behaves like "I" want...not like "Apple" wants.  I keep hoping Apple will fix the remaining two quirks (for me anyway) that keep me from using it full time.  One of them I can live without...the other I can't, but perhaps there's a way around it that someone here might know about.
    1.  I want EVERY link on which I click to always open in a new tab (or at least in a new window if it's coded to do that).  Safari insists on opening almost every link in the same window I'm already in, forcing me to page back to get to where I started.  I have the Tab Preferences set to "Open pages in tabs instead of windows AUTOMATICALLY" which is supposed to use the tabs, except where the link is coded to open a child window.  BUT...this simply does not happen.  I could change this preference to ALWAYS instead of AUTOMATICALLY but then I lose the child windows when they're supposed to open.  Chrome does this perfectly...why can't Safari?
    2.  The only other thing is not fixable yet, but perhaps someday Apple will realize it (I've submitted it as a Safari suggestion already).  When I open a page in Safari, why must I have to move my cursor to the address window?  It's so amazing how Chrome as always opened with the cursor already positioned in the address window already...where else would you want it if you're going to open the browser and type something? 
    Anyway, it's the first item that really irks me, but perhaps it's just something I'm doing wrong.  Thanks for any help.

    Start by opening a Terminal window (Applications -> Utilities -> Terminal). Enter the following command:
    defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
    Restart Safari.
    If you decide you want to change back, just re-enter the command but replace true at the end of the command with false.
    Via http://www.switchingtomac.com/tutorials/how-to-force-safari-4-to-open-links-in-a -new-tab-instead-of-a-new-window/

  • Clicking on document link opens Safari, but Safari doesn't open link

    For some time -- even before upgrading to OS10.8 -- I've been having an issue with Safari. I receive links in emails or other documents, click on them, and when Safari opens, it fails to load the link. Sometimes I see the URL appear in the address bar for a moment, but it vanishes and I am left with a blank "Untitled" Safari page. If I then click on the email (or other) reference link again -- now with Safari open -- everything works fine. I've not seen this reported as a problem by anyone else so am wondering if I have a software conflict. There are two programs running from within Safari, one is 1Password (although that requires a manually entered password to open) and the other is Norton Identity. Perhaps one of those is a culprit. Anyone else seen this behavior?

    More than likley, Norton is the culprit. Norton software has caused so many Mac users problems over a long period of time.
    Results from an Apple Support Communities search for Norton > Community Search: Apple Support Communities
    Follow the instructions at the Symantec/Norton site for uninstalling Norton Identity.
    As for one 1Password. Using the pre installed Apple native Keychain Access utility is much better to use than third party. Keychain Access is located in HD > Applications > Utilities.
    Remove Norton Identidy first, restart your Mac and try opening a link from email to test.

  • How do I stop Safari from Changing Visited Links Color's?

    I recently switched from Firefox to Safari since I find Safari much faster. I do have one annoyance though. When I click a link (especially in forums) and revisit a page with that link, Safari is changing the link's color. Firefox did this too, it changed visited links from blue to purple.
    I would like to set it somehow so Safari doesn't change the color of visited links at all. Is this possible? When I googled I saw many different posts about using custom made CSS style sheets. I just want to get an 'official' or more relevant answer since many opf those posts were years old. I'm using the latest Safari.
    Thanks!

    AFAIK, it's not possible with preferences, per se. See http://discussions.apple.com/thread.jspa?messageID=7183566 and http://www.yourhtmlsource.com/stylesheets/csslinks.html for possible hints. You might also investigate modifying one of Safari's css files, inside the Safari app—left as an exercise, with no guarantees that you won't cripple something.

  • How can I print a Safari page without the links being printed and cover other text?

    How can I print a Safari page without the links being printed and covering other text?

    Try printing the page as PDF.
    From your Safari menu bar click File > Print > Save As PDF then print the PDF file.
    If you don't want to do it that way, reset the print system.
    Mac OS X: How to reset the printing system

  • Safari always opens a linked file rather than download it.

    Safari always opens a linked file rather than download it. Can't always Right Click for menu option as the web page is not setup that way.
    Have tried trashing the Downloads.plist from the user library. Still no joy.
    Thanks anyone

    Hi guys
    Thanks for suggestions. Carolyn, I did as you suggested but didn't solve problem. KeeChan, as explained in original post, that is my usual fallback but not all web sites work like that. Try downloading Safari - right click (Ctrl Click) on download button and all you get is the "Download.png" image.
    I finally found the answer. A long time ago I had downloaded and used "SpeedDownload" and had deleted it. Somehow, some trace of the app was left behind and the mime association with dmg files was messed up.
    You can not get rid of Speed Download by throwing its files away or by using an app cleaner product. You MUST run the Speed Download installer program and select the "uninstall" option to remove it.
    My browsers now download dmg files correctly.

  • I have some trouble with Safari!  Everytime i google something, I expect safari to open the link i click in the same window and same tab - as it did before - but now it always opens a new tab! I'm getting really tired of that! So please help me!

    I have some trouble with Safari! 
    Everytime i google something, I expect safari to open the link i click in the same window and same tab - as it did before - but now it always opens a new tab! I'm getting really tired of that! So please help me! I want safari to open the google search link in the same window and tab! How to fix that?
    Please help me!!!
    Thank you!

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Webpage link problem in adobe acrobat 8 pro

    Webpage links work fine locally. When I put these PDFs with webpage links online, they still work fine.
    After i combine PDFs as a package, webpage links only work fine locally. The links cannot open after i put the PDF package on our website.
    Pls give me any suggestion. Many thanks

    I'm having the exact same problem, and I am not about to
    redo all of the links. Did you ever receive an answer on this? I'm so beyond frustrated right now.

  • Webpage links not working in chrome

    please advise why webpage links in green and grey table cells beneath the product image are not working in chrome on following webpage: http://www.canchair.com/new_web_product_family.asp?productfamily=5

    thanks for your quick reply
    the following code containing the links which i believe is of discussion appears in internet explorer:
    <table width="100%"  border="0" class="zebra" cellpadding="0" cellspacing="0" >
                      <tr>
                        <th> </th>
                        <th>Title</th>
                        <th>Model</th>
                        <th>Price</th>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1453" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 24"x60" </td>
                        <td valign="top">SD2460</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1059" ><td valign="top">View Item</td>
                        <td valign="top">Center Fold Lightweight Poly Folding Table  30" x 72" - GREY GRANITE</td>
                        <td valign="top">SD3072F</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=641" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 30" x 72" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3072</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1393" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 36" x 78" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3678</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1085" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 30" x  96" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3096</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=642" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 36" x 84" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3684</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=921" ><td valign="top">View Item</td>
                        <td valign="top">Standard Duty Lightweight Poly Folding Table, 18" x 60"</td>
                        <td valign="top">SD1860</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=632" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 18" x 72"</td>
                        <td valign="top">SD1872</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=755" ><td valign="top">View Item</td>
                        <td valign="top">Standard Duty Lightweight Poly Folding Table, 18" x 96"</td>
                        <td valign="top">SD1896</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                    </table>
                  </div>
       </div>
              <div class="inside-box-border">
                  <div class="inside-box" align="left"> Other </div>
                  <div   class="inside-border"> insert other </div>
              </div>
                <!-- NEWS-ITEM -->
              <!-- InstanceEndEditable --></td>
              <td valign="top"><!-- InstanceBeginEditable name="right nav" -->
                <!-- NAV-MENU -->
              <!-- InstanceEndEditable --></td>
            </tr>
          </table>

  • Safari share button not working

    whn i click on safari share button safari stuck 
    can any one help me to resolve this issue
    me reseted safari but no improvment ......

    Hi Davis,
    Here is the error message I got when I clicked Share Button and choose Facebook from the drop down list.
    19/10/13 11:20:29.882 PM com.apple.ShareKitHelper[420]: An uncaught exception was raised
    19/10/13 11:20:29.890 PM com.apple.ShareKitHelper[420]: Unexpected error on SLFacebookSession connection: Error Domain=XPCObjectsErrorDomain Code=1 "The operation couldn’t be completed. (XPCObjectsErrorDomain error 1.)"
    19/10/13 11:20:29.891 PM com.apple.ShareKitHelper[420]: (
              0   CoreFoundation                      0x000000010c993b06 __exceptionPreprocess + 198
              1   libobjc.A.dylib                     0x000000010c7d73f0 objc_exception_throw + 43
              2   CoreFoundation                      0x000000010c9938dc +[NSException raise:format:] + 204
              3   Social                              0x000000010c7604d7 __27-[SLProxy _setupConnection]_block_invoke_0 + 115
              4   XPCObjects                          0x0000000116a8fea7 __block_global_0 + 147
              5   libdispatch.dylib                   0x000000010e581f01 _dispatch_call_block_and_release + 15
              6   libdispatch.dylib                   0x000000010e57e0b6 _dispatch_client_callout + 8
              7   libdispatch.dylib                   0x000000010e57f47f _dispatch_queue_drain + 235
              8   libdispatch.dylib                   0x000000010e57f2f1 _dispatch_queue_invoke + 52
              9   libdispatch.dylib                   0x000000010e57f1c3 _dispatch_worker_thread2 + 249
              10  libsystem_c.dylib                   0x000000010e614cdb _pthread_wqthread + 404
              11  libsystem_c.dylib                   0x000000010e5ff191 start_wqthread + 13
    19/10/13 11:20:29.892 PM com.apple.ShareKitHelper[420]: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unexpected error on SLFacebookSession connection: Error Domain=XPCObjectsErrorDomain Code=1 "The operation couldn’t be completed. (XPCObjectsErrorDomain error 1.)"'
    *** First throw call stack:
              0   CoreFoundation                      0x000000010c993b06 __exceptionPreprocess + 198
              1   libobjc.A.dylib                     0x000000010c7d73f0 objc_exception_throw + 43
              2   CoreFoundation                      0x000000010c9938dc +[NSException raise:format:] + 204
              3   Social                              0x000000010c7604d7 __27-[SLProxy _setupConnection]_block_invoke_0 + 115
              4   XPCObjects                          0x0000000116a8fea7 __block_global_0 + 147
              5   libdispatch.dylib                   0x000000010e581f01 _dispatch_call_block_and_release + 15
              6   libdispatch.dylib                   0x000000010e57e0b6 _dispatch_client_callout + 8
              7   libdispatch.dylib                   0x000000010e57f47f _dispatch_queue_drain + 235
              8   libdispatch.dylib                   0x000000010e57f2f1 _dispatch_queue_invoke + 52
              9   libdispatch.dylib                   0x000000010e57f1c3 _dispatch_worker_thread2 + 249
              10  libsystem_c.dylib                   0x000000010e614cdb _pthread_wqthread + 404
              11  libsystem_c.dylib                   0x000000010e5ff191 start_wqthread + 13
    19/10/13 11:20:30.000 PM kernel[0]: Sandbox: sandboxd(434) deny mach-lookup com.apple.coresymbolicationd
    19/10/13 11:20:30.358 PM ReportCrash[435]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    19/10/13 11:20:30.382 PM sandboxd[434]: ([420]) com.apple.ShareK(420) deny mach-lookup com.apple.sociald.server
    19/10/13 11:20:30.758 PM ReportCrash[435]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    19/10/13 11:20:30.758 PM ReportCrash[435]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    19/10/13 11:20:30.758 PM ReportCrash[435]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    19/10/13 11:20:30.758 PM ReportCrash[435]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    19/10/13 11:20:30.758 PM ReportCrash[435]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    19/10/13 11:20:30.758 PM ReportCrash[435]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    19/10/13 11:20:30.758 PM ReportCrash[435]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    19/10/13 11:20:30.759 PM ReportCrash[435]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    19/10/13 11:20:30.759 PM ReportCrash[435]: failed looking up LS service ( scCreateSystemService returned MACH_PORT_NULL, called from SetupCoreApplicationServicesCommunicationPort, so using client-side NULL calls.
    19/10/13 11:20:30.759 PM ReportCrash[435]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    19/10/13 11:20:30.861 PM Safari[187]: --error: [ShareKit-XPC] XPC Error: Connection interrupted
    19/10/13 11:20:30.873 PM com.apple.launchd[1]: (com.apple.ShareKitHelper[420]) Job appears to have crashed: Abort trap: 6
    19/10/13 11:20:31.202 PM ReportCrash[435]: Saved crash report for com.apple.ShareKitHelper[420] version 1.0 (119.13) to /Library/Logs/DiagnosticReports/com.apple.ShareKitHelper_2013-10-19-232031_Yudi s-MacBook-Pro.crash
    19/10/13 11:21:02.816 PM com.apple.ShareKitHelper[436]: --warning: [ShareKit] Trying to activate a service that is not running anymore (uid: 450443D2-6C92-4E1D-B049-BC696FB1B5A9-187-00000085A7B5A547)
    19/10/13 11:21:02.816 PM com.apple.ShareKitHelper[436]: --warning: [ShareKit] Trying to activate a service that is not running anymore (uid: F3E98FAA-4E21-4F4D-ADF8-B9213309D197-187-0000009611B96A7D)
    19/10/13 11:21:02.817 PM com.apple.ShareKitHelper[436]: --warning: [ShareKit] Trying to activate a service that is not running anymore (uid: C9E6A1FA-27D1-4B2C-AECD-2BD17B5FEF8A-187-0000003EC863E819)
    19/10/13 11:21:02.817 PM com.apple.ShareKitHelper[436]: --warning: [ShareKit] Trying to activate a service that is not running anymore (uid: 34D1FB40-0008-4C61-8164-4C3FA3D96E2D-187-000000D696DA1E14)
    Please help to solve this.. Thanks

  • Safari 8.0 stop link open in new tab.

    In Safari, all google search results are opening in a new tab by clicking on them? How can I get safari to open the link from google in the same window..
    Ive tried all possible settings in Safari -> preferences. Also I deleted my history/cookie's but that didn't work also. Anyone any idea? I didn't had this before..

    Hey Linc Davis,
    I just did that yesterday (in my case it was 'glims') and after deleting glims, Safari now is working perfect again.
    Thanks a lot for your help!  

Maybe you are looking for