Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symlink to applications aren't detected as applications #1507

Closed
zimbatm opened this issue Jun 1, 2013 · 10 comments
Closed

Symlink to applications aren't detected as applications #1507

zimbatm opened this issue Jun 1, 2013 · 10 comments
Labels

Comments

@zimbatm
Copy link

zimbatm commented Jun 1, 2013

If you have a symlink to an application in your /Application folder, Quicksilver doesn't add it to the index.

The current workaround that I've found is to disable the Application catalog and create a new custom one with no "type" and depth of 1.

Bug found on OSX 10.8.3, QS 1.0.0 (4000)

@ethanjonn
Copy link

+1

i can see it in quicksilver but when trying to open nothing happens

@pjrobertson
Copy link
Member

Should be fixed by #1516

skurfer added a commit that referenced this issue Jul 17, 2013
Resolve aliases when scanning directories Fixes #1507
@valrus
Copy link

valrus commented Jun 21, 2014

Still doesn't work for me in build 400C. Also, OP's workaround successfully adds the symlink to the catalog, but opening it reveals it in my file browser rather than launching the app.

@pjrobertson
Copy link
Member

It works for me. What are you doing to create your symlink?

…OK, I see that it doesn’t work for aliased applications (that’s not the same as a symlink). I’ve worked a fix
See #1882

On 22 Meh 2014, at 06:12, valrus notifications@github.com wrote:

Still doesn't work for me in build 400C.


Reply to this email directly or view it on GitHub.

@valrus
Copy link

valrus commented Jun 22, 2014

It's linked via Homebrew, which you can use to install and keep some .apps up-to-date. Homebrew is a commandline app so I'm pretty sure its links are actual symlinks. The link shows up as "Symbolic Link (Intel:64)" in the Get Info window and looks like every symlink I've ever seen when I ls -l in the Terminal:

MacVim.app -> /usr/local/Cellar/macvim/7.4-73/MacVim.app

I'm pretty sure it's a symlink, not an alias.

@skurfer
Copy link
Member

skurfer commented Jun 23, 2014

I tried installing MacVim via Homebrew and it launches fine, but the icon isn’t loaded.

Update: After a relaunch, I can’t reproduce any icon loading problems.

@pjrobertson
Copy link
Member

Just installed MacVim (using homebrew) and with this branch the app loads into the Catalog just fine. No icon loading issues either.

@valrus
Copy link

valrus commented Jun 28, 2014

Are you using the Find All Applications catalog item or the Applications folder one? The former works for me, but (a) it finds the application itself in /usr/local/Cellar, not the symlink in /Applications (which is okay) and (b) it also finds hundreds of apps that I want neither to index nor to have to manually individually deactivate.

The Applications folder catalog item still does not find symlinked apps at all.

@valrus
Copy link

valrus commented Jun 28, 2014

Granted: I'm in a slightly weird situation because I have an SSD and an HD that I'm in the very leisurely process of migrating from, so many apps exist in both places. This contributes to the "hundreds of apps I don't want to index" problem.

@skurfer
Copy link
Member

skurfer commented Jun 30, 2014

I can confirm that #1882 fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants