I've recently updated to OS 10.11.5 on my 13" Macbook Pro Retina and am experiencing an issue with symlinks. Whenever I open up a symlink pointing to an executable inside a dot-app package (or opening directly), the icon stays in the dock even after closing the application. I cannot force quit these icons out. These are the symlinks I have in /usr/local/bin in particular.
As you can see, these symlinks all point to an executable within a dot-app package. These are different versions of the Love2D engine if you were curious.
Whichever way I open these executables, an icon is left stuck in the dock and I cannot force close it. The last command is different in that a proper icon is shown (whereas the symlinks show a blank icon). The only way I can launch the executable without it getting stuck is to launch the app itself. If I launch the app as a whole, nothing gets stuck. However, I need to be able to access this program from command line, that's why I set up these symlinks.
13" MacBook Pro with Retina display, OS X El Capitan (10.11.5)
Code:
lrwxr-xr-x 1 root wheel 9 Apr 14 17:15 love -> love_10-1
lrwxr-xr-x 1 root wheel 51 Apr 14 17:14 love_10-1 -> /usr/local/Love2D/love_10-1.app/Contents/MacOS/love
lrwxr-xr-x 1 root wheel 50 May 24 18:01 love_6-2 -> /usr/local/Love2D/love_6-2.app/Contents/MacOS/love
lrwxr-xr-x 1 root wheel 50 May 23 12:39 love_7-2 -> /usr/local/Love2D/love_7-2.app/Contents/MacOS/love
lrwxr-xr-x 1 root wheel 50 May 23 12:48 love_8-0 -> /usr/local/Love2D/love_8-0.app/Contents/MacOS/love
lrwxr-xr-x 1 root wheel 50 May 23 12:49 love_9-2 -> /usr/local/Love2D/love_9-2.app/Contents/MacOS/love
As you can see, these symlinks all point to an executable within a dot-app package. These are different versions of the Love2D engine if you were curious.
Whichever way I open these executables, an icon is left stuck in the dock and I cannot force close it. The last command is different in that a proper icon is shown (whereas the symlinks show a blank icon). The only way I can launch the executable without it getting stuck is to launch the app itself. If I launch the app as a whole, nothing gets stuck. However, I need to be able to access this program from command line, that's why I set up these symlinks.
13" MacBook Pro with Retina display, OS X El Capitan (10.11.5)