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

El Capitan Public Beta: Drill from app to recent documents broken #2079

Closed
iandol opened this issue Jul 24, 2015 · 9 comments · Fixed by #2100
Closed

El Capitan Public Beta: Drill from app to recent documents broken #2079

iandol opened this issue Jul 24, 2015 · 9 comments · Fixed by #2100

Comments

@iandol
Copy link

iandol commented Jul 24, 2015

Hi, normally if I select an app in the first pane then press ➡︎ I get to select recent documents. This is not working for me at the moment with 10.11 Beta (15A225f) and QS 4011. I think this was default behaviour before.

@pwizla
Copy link

pwizla commented Sep 5, 2015

Not working for me either.
Notice the "right arrow" symbol missing next to Numbers in the results list:
screen shot 2015-09-05 at 11 06 48

Edit: using El Capitan (10.11) public Beta (build 15A262e) and QS 1.3.0 (build 4012).

@skurfer
Copy link
Member

skurfer commented Sep 10, 2015

It’s because this function isn’t getting any information back.

https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/Code-QuickStepCore/QSObject_FileHandling.m#L294

Hopefully there’s an alternative.

@skurfer
Copy link
Member

skurfer commented Sep 10, 2015

Apple has a super detailed answer at the bottom of the What’s New for El Capitan under “Removed Frameworks”:

  • SharedFileList. Use ServiceManagement.framework instead.

I’ve looked at that framework and see nothing that helps us.

@pjrobertson
Copy link
Member

I suggest asking in the Apple dev forums/mailing list to try and get to the
bottom of it.

On 11 September 2015 at 05:14, Rob McBroom notifications@github.com wrote:

Apple has a super detailed answer at the bottom of the What’s New for El
Capitan
https://developer.apple.com/library/prerelease/mac/releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_11.html#//apple_ref/doc/uid/TP40016227-SW1
under “Removed Frameworks”:

  • SharedFileList. Use ServiceManagement.framework instead.

I’ve looked at that framework and see nothing that helps us.


Reply to this email directly or view it on GitHub
#2079 (comment)
.

@skurfer
Copy link
Member

skurfer commented Sep 11, 2015

Searching around, I saw that LaunchBar also has had this feature, so I tried it out and it’s also broken there. But there’s hope (for us as well, thanks to the very specific answer):

https://forums.obdev.at/viewtopic.php?f=4&t=9984&p=30133

@pjrobertson
Copy link
Member

Awesome, nice detective work. Should be a pretty easy fix then, but I guess we need to look at the format of that file first.

@skurfer
Copy link
Member

skurfer commented Sep 14, 2015

The format of the file is… unusually flat. Rather than try to make sense of it, I just hit it with a stick a few times.

@iandol
Copy link
Author

iandol commented Oct 2, 2015

Rob, I really appreciate you file bludgeoning skills!!! 😎 Thanks for this fix!

@skurfer
Copy link
Member

skurfer commented Oct 2, 2015

Glad we figured it out. Someone explained the format, so we’re actually reading it in the right way. Except that it’s private and we’re not supposed to be reading it at all. Other than that… 😃

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

Successfully merging a pull request may close this issue.

4 participants