Exactly which application is linked to dock?

I have a problem, probably originating my haste and lack of total understanding.
Anyhow, I now have several versions of the same program in my applications folder. Most of them do not work well, when I select them directly. But the one somehow linked to my dock works as I expect it to do.
How can I discover exactly which of these programs is showing up in my dock? If I were sure, I could be more comfortable about deleting the others. This is an old program, no longer available. I do have a back up, but I will have the same problem there--it only seems to "work" from the Dock! And I don't know which one is actually in the Dock.

Thank so MUCH, Niel! That worked perfectly --The one I had docked was buried in another folder, and I'd never have found it otherwise. Such a quick solution!

Similar Messages

  • Updated apps break links with dock icons (Mac OS)

    When apps are updated via the CC desktop app, they sometimes (not always) come down with a new name which causes the link in the dock to break.
    This would be a nuisance with one or two apps, but when a CC user has (like I do) a dozen icons in their dock it means that every major update requires several broken dock icons to be replaced. And if (like me) the user has more than one login on their machine (for separate personal and business workspaces) then the nuisance is doubled.
    For example, I have just downloaded "Adobe Edge Animate CC 2014.1", which has removed the earlier version leaving an orphaned dock icon ("Adobe Edge Animate CC 2014"), for the sake of adding ".1" to the file name.
    As a general principle, version numbers do not belong in an application name; there is a perfectly good field in the file info window for version number which is where practically every other vendor puts theirs.
    This comes on top of the muddle of versions which has meant there are three "current" versions of some apps, for instance Photoshop (CS6, CC and CC 2014).
    The other problem with your system is that in a few short months "CC 2014" apps will be outdated, if not in practise, certainly in name.
    Some creative brains need to be exercised on this, don’t leave it to the nerds.

    If it happens in a new user you may be able to repair this with the 10.5.4 Combo Update This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    -mj

  • Applications folder missing from Dock and Finder

    I was a little confused to find my applications folder missing from the Dock on my Macbook Pro today - I can't think of anything which I may have done to actively cause it to go missing. I opened up the finder and dragged the applications icon from the LHS of the finder onto the RHS of the dock, but rather than reappearing in the doc it just disappeared.
    When I went back to the finder to try again I discovered that it had vanished from there as well. I ran a search in the finder for "applications" and found the applications folder in the results, but when I try to open it I get the following error message "The alias “Applications” can’t be opened because the original item can’t be found."
    Does anyone have any ideas on what might have caused this or on how I get my Applications folder back on the Dock? Any help would be really appreciated!

    The Applications folder on the dock is a shortcut, or more specifically, an alias.
    It sounds like what you did was to drag the Applications item from the Finder sidebar...which is also an alias. By dragging it from the sidebar, it's as if you'd dragged an icon off the dock. It poofs and disappears.
    To get them back, open a Finder window and navigate to Macintosh HD (or whatever you've named your hard drive). At the root level of the drive lives your Applications folder (the actual folder, not an alias). Drag that one to the sidebar to replace that shortcut, and drag it again to the Dock to replace that shortcut as well.
    If you click on Macintosh HD and all you see are System, Library, and Users and have no Applications folder, then something terrible has happened.

  • Hard problem. how to track which application a user opens next?

    Hello,
    When the user runs my program,
    then **with his permission**, I want to be able to track
    which application the user has opened.
    For example, if he opens resume.rtf in MSWord, then I
    should be able to record or store the full path of
    MSWord and also the document path (c:\my
    documents\resume.rtf).
    Do you know how to do it?
    I would appreciate any help.
    thanks,
    Anil Philip

    In this old link
    http://www.gamedev.net/community/forums/topic.asp?topic_id=313980
    Da Wanderer has posted code (in Visual Basic?) to open a folder. He says it is cross platform. I am stumped by the code for Linux. Does anyone know if it will work for Linux. ie. Can I use the same options to open a document in Linux?
    I plan to use Runtime.exec similarly in Java, to open a doc.
    if (vars.Contains("GNOME_DESKTOP_SESSION_ID"))
                   processes.Add( new ProcessAndArgs("nautilus", "--nodesktop --browser " + path) );
                   osFound = true;
              else if (vars.Contains("KDEDIR"))
                   processes.Add( new ProcessAndArgs("kfmclient", "exec " + path) );
                   osFound = true;
              }

  • Build a blank/other type of page which can show links to other pages

    Can someone please tell me how to build a blank/other type of page which can show links to other pages? I mainly want a page to show 3 links, once someone clicks on it, then it will go to a specified page. I tried using URL, but that did not work. Any advice is greatly appreciated. Thank you very much for your help in advance.
    -Grace

    Do a region (probably a HTML-based one is fine), enter in the HTML for your links, and that should be it. What didn't work about this?
    Your links probably should appear like this in your coding (use substitution variables):
    f?p=&APP_ID.:3:&APP_SESSION.
    In the above example, "&APP_ID." will resolve dynamically to the application ID that you are in, "3" is page 3 (change this to whatever page you want the link to be), and "&APP_SESSION." is the existing session number (if you don't include this, the user will receive a new session ID if the destination page is public or will be intercepted annoyingly to log in and get a new session ID which you probably don't want).
    Do not include the full http path. Just start with f?p... and everything is assumed to be relative to Apex on the current environment.
    Those are effectively the minimum requirements for a URL in Apex to go from one page to another in an app. You can add to that the additional URL parameters for Request value, Set items with values, clear cache, reset pagination, etc. if you need to. Check the Apex online help under "understanding URL syntax" for details on these.

  • Application Help Link

    We try to overwrite the application help link as described in <a href="http://help.sap.com/saphelp_nw2004s/helpdata/de/44/336208da18060be10000000a155369/frameset.htm">help_sap_com</a> (see code below).
    However, the line <b>application_info->set_help_link</b> does not work since the class does not have the method. Has anybody already used this?
    Code from help.sap.com
    method onactionchange_appl_helplink .
      data api_main2        type ref to if_wd_view_controller.
      data component        type ref to if_wd_component.
      data application      type ref to if_wd_application.
      data application_info type ref to if_wd_rr_application.
      api_main2 = wd_this->wd_get_api( ).
      component = api_main2->get_component( ).
      application = component->get_application( ).
      application_info = application->get_application_info( ).
      application_info->set_help_link( 'HELPTYPE=SAPHELP&_LOIO=452C8201E9EF48D882BD10244D085661&_CLASS=BIC_OOO' ).
    endmethod.

    Hi,
    which SP do you have? SET_HELP_LINK should be there in the newer support packages.
    Regards, Heidi
    PS: Check SAP Note 1002520, that should do the trick...
    Message was edited by:
            Heidi von Geisau

  • I need to generate a still shot from from a video. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase.

    I need to generate a still shot from from a video I made with my camera. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase that include this feature. Thanks in advance.

    For FREE do the following:
    When you get to othe part of the video you want a still shot from, put the video on pause. 
    Take a screen shot:  Apple>Shift>4 - which will produce a cross hair so you can manually select which part of the video you want.Check inside either your Applications or Utility folder for an app called Grab.  Will do the above with just a single click.
    If you still want to purchase software, suggest that you do a Google & MacUpdate search.  This way, you can find exactly what you want. 

  • Migration Assistant - Selecting which applications to transfer

    Hi,
    I have upgraded to snow leopard and want to use migration assistant to transfer some of the files and apps of my old installation. As far as i can see, there is not much room to maneuver around which applications and files will be transfered. Is there a way to manually which applications and files will be transfered?
    One more question, if I select machine under the settings subcategory, what will be transfered?
    Thanking you in advance,
    Thanos

    deltagr wrote:
    Hi,
    I have upgraded to snow leopard and want to use migration assistant to transfer some of the files and apps of my old installation. As far as i can see, there is not much room to maneuver around which applications and files will be transfered. Is there a way to manually which applications and files will be transfered?
    you can only transfer all applications or none at all. MA does not let you pick and choose which apps to transfer. it does let you choose which data folders to transfer to some degree. you can click on the triangle next to your account name and select which default folders from your account to move.
    One more question, if I select machine under the settings subcategory, what will be transfered?
    machine? where do you see that?
    found it. I'm not sure exactly what that is. the total size is very small so this is most likely some general computer settings like the computer name.
    Thanking you in advance,
    Thanos
    Message was edited by: V.K.

  • Which Application Server should I Use

    Hi All,
    I am learning the EJBs for the first time. I tried to search for tutorials and found a few tutorials in SUN website. For some they asked me to install weblogic server. Then in another link they are showing sun application server.
    Please advise which application server is better or more widely used. I am learning EJB's to improve my job prospects.
    Thanks

    You can use the Sun application server. Please checkout the following links:
    http://glassfish.dev.java.net
    https://glassfish.dev.java.net/javaee5/ejb/
    and
    http://java.sun.com/javaee/5/docs/tutorial/doc/

  • How to detect which applications that are currently running

    Hi there. Is there a way to detect which applications that are currently running on my machine? Is there a class that can get all of the running applications, you know, like the taskmanager.
    //peter

    What you are asking for is indeed not possible through "100% Pure Java," because each operating system that runs Java Virtual Machines can handle the running processes differently (think about the differences between a process scheduler for, say, Windows NT and your Palm Pilot, both of which could have a JVM running).
    That means there are essentially 2 avenues to persue for this:
    1. Use an external "user-level" command (like ps on a UNIX-like OS) and parse the results (this is what people are referring to when they say "Runtime.exec()". There have been some nice exec() frameworks posted around here before, so I'd recommend searching around a bit for more info.
    I also found this link (from Google) which apparently shows the javadocs where someone has attempted something similarly on the Linux platform before...that's all I know about it:
    http://www.cougaar.org/software/9.2/javadoc/api/org/cougaar/tools/server/system/linux/LinuxProcessStatusReader.html
    2. Use a JNI (Java Native Interface) call to an externally provided C function to get the info you need. Here's a link to the Java 1.4 JNI information:
    http://java.sun.com/j2se/1.4/docs/guide/jni/
    Hope this helps! (But it's not going to be a quick and easy problem to work with)...
    -J

  • Which application of Netweaver will be useful for JAVA professionals

    Hi,
    I am new to Netweaver and need to know which application of netweaver will be useful for me. I am basically a JAVA Programmer.
    What exactly i can learrn in netweaver. EP,Webdynpro or XI.
    Regards,
    Sujan.

    Hi,
        Netweaver Portal(EP) is a frontend which provides one solid interface to all your applications, whether they are SAP or not. It runs on the java platform.
    You can develop pure j2ee applications using the Netweaver Developer Studio, it has plug-ins which help in developing SAP technologies such as Web Dynpro, but you don't have to use it, you can develop your application using pure java technologies like EJB, jsp, etc. It also provides a solution for deploying your apps to the web application server.
    In EP & WebDynPro, you can easily code if you have Java knowledge.Java is a big part of being a Portal Developer.
    Hope this helps.
    Regards,
    Pooja.

  • Which application servers are J2EE 1.4 compliant?

    After having some trouble to test a simple sayHello .ear created with Sun J2EE 1.4 reference implementation in app servers like WebSphere or WebLogic http://forum.java.sun.com/thread.jsp?forum=331&thread=535582 ...
    Which application servers could the J2EE 1.4 sayHello stateless session bean sample .ear been deployed to? Or, which application servers out there are J2EE 1.4 compliant???
    J2EE 1.4 compliant:
    Sun Java Application Server 8 (coming with J2EE 1.4 RI) :-)
    IBM WebSphere 6.0 developer preview
    About to become J2EE 1.4 compliant:
    JBoss.org JBoss +4.0 (about to get J2EE 1.4 compliancy)
    Not at this time J2EE 1.4 compliant:
    Bea WebLogic server 8.1
    What about Tomcat, could you deploy an (J2EE 1.4) .ear there?
    Any other application servers? Oracle?
    Merten

    Please see the link below for J2EE 1.4 compatible implementations.
    http://java.sun.com/j2ee/compatibility.html
    Tomecat is a web container so you could deploy J2EE web applications to Tomcat (war files).

  • Which application should I choose to download Illustrator?

    trying to download Illustrator CC and it is asking which application? I have no idea which application to download it to.

    Tania,
    Have you installed the Creative Cloud management (in the list of apps on the cloud download page, find the adobe manager. That must be downloaded and installed first. Most browsers will jump to that install when you select one of the other apps first. But some browsers are having a problem doing so. Once the manager is installed and running, you can find illustrator listed in the manager. Click the install link next to the Illustrators name. That will download and install illustrator for you)?

  • What's the purpose of Launchpad when there is an "applications" folder in the Dock?

    What's the purpose of Launchpad when there is an "applications" folder in the Dock?

    I simply never use it - but then again I haven't used the Dock for anything either sice slighty before the stone age. Many years ago I discovered LaunchBar ( http://www.obdev.at/products/launchbar/index.html ) which does all my launching and a whole lot more too, for app switching I use Liteswitch X ( http://www.proteron.com/ ) which adds more bang to the Command-tab switcher, including Force Quit and along with Default Folder ( http://stclairsoft.com/DefaultFolderX/ ) they are literally the first things I install on a new Mac.
    But they are not for everybody. I drive by keyboard, some folks are happier using the mouse. Choice is the point.
    Regards
    TD

  • Why does the Utilities Folder not Show up within the Applications folder on my Dock

    Why does the Utilities Folder not Show up within the Applications folder on my Dock, but is showing within the finder view? Thanks!
    Lynn Kenneth Pecknold

    Thanks, I have reminders on my iphone, which has all the icloud stuff

Maybe you are looking for

  • Can't view PDFs over 500 kb in Chrome and MSIE, download as corrupted

    I have Adobe Reader XI installed on a PC running Windows 7. I have it set as the pdf viewer for both Chrome and Internet Explorer. In either browser, when I try to view a pdf that is greater than 500 kb in size, it won't open and I get an error messa

  • Gallery files included on a page without gallery images/thumbnails

    Hi, I included the .js files for the gallery on a page without gallery images/thumbnails. The effect is, that the first image with a link on that page gets a yellow border (as normally the first thumbnail does). To correct the problem, I changed the

  • Cannot mount FAT32 Hard Drive in OX 10.5.8

    I have a Mac mini running OSX 10.5.8  I also have a 2TB external hard drive, FAT32 that I use on various Macs and Windows 7 PCs I use the Mac Mini to back up the external drive to a Drobo. Today I went to back up the external drive and it would not m

  • M72z - trying to install Wireless-N 2230 :/

    Hi, I'm trying to install Wireless-N 2230 in M72z but when i plug it inn and start the machine I get a communicat:  Error 1802: unauthorised network card plugged in - Power off and remove the network card. Well - I thought that if I buy a card that i

  • How to fill Tool Preset picker?

    When I select Custom Shape Tool, the Tool Preset picker on the upper right is empty despite the fact that there are a few dozen Custom Shapes loaded as can be seen in the Preset Manager. But how do I get those loaded shapes to appear in the picker? I