-
Notifications
You must be signed in to change notification settings - Fork 285
-
Notifications
You must be signed in to change notification settings - Fork 285
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
Recent documents via right arrow not working on High Sierra #2431
Comments
Try this custom build of the app. It’s identical to the current release, but I’ve added some logging in the recent documents code. Look in the console for lines containing “GET_RECENTS”. |
You’re looking in the right place. That makes me think it never even gets to the part that loads recent documents. Here’s another test build with logging further up in the code. Look for “ISSUE2431” this time. I made sure it was signed this time so you won’t get the “unknown developer” warning. |
Just tried. Again, nothing shows up when searching "ISSUE2431". |
What if you try right-arrowing into a folder? First, does it work as expected? And if so, do you see anything in the console? |
I haven't been able to test the build yet, but I can confirm that in the public release right-arrowing into a folder works as expected, but I don't see anything in the console. |
Same here. Right-arrowing into folders always works, right-arrowing into application never does. No "ISSUE2431" in the console in either case. |
If I right-arrow into downloads with that test build, I see
If it’s working, you should see something. |
My bad, I'm indeed getting these messages:
ISSUE2431 single file: /Users/mathieu/Desktop
ISSUE2431 this is a directory
ISSUE2431 load children
What happened earlier was I had two different instances of Quicksilver running, and one of them was the official build.
|
OK. What do you see when right-arrowing into an application? |
Nothing at all.
… On 8 Mar 2018, at 20:48, Rob McBroom ***@***.***> wrote:
OK. What do you see when right-arrowing into an application?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I tried manually navigating from the Applications folder with Quicksilver and did not see any log when right-arrowing into Preview, but there was a disclosure arrow for Quicksilver and there was a log when right-arrowing:
|
OK. Here’s another build with more logging. If anyone has Xcode and would be willing to troubleshoot that way, this might go faster. (I would provide more detail about where and what to look for.) |
Now when I type 'prev' for Preview, here's what I get:
So Quicksilver is detecting my right arrow, but not acting on it, I guess. |
I’ve added more logging to a different place, but in the process might have found the problem. Let me know if it suddenly works, and if so, which interface you use because I can’t think of any other explanation for why it would only be broken for some people. |
New theory: Those of us that still have all the |
Seems to work for me! Preview, Numbers, Pages - all showing recent documents now. |
Same here. This seems to solve the problem for me. |
Addendum: for some reason (non-standard API probably?) it still doesn't work for BBEdit. Not a deal breaker as far as I'm concerned, but I thought I should mention it. |
I’ve released Quicksilver 1.5.9 which should fix this (without all the logging). I’m not sure what’s going on with BBEdit. It’s hard to imagine they’d do something non-standard, but I don’t know what else would explain it. |
Official release works great - Thank you Rob for fixing it so quickly and on a weekend! 🎉 |
I found this thread https://groups.google.com/forum/#!msg/blacktree-quicksilver/ccEoDmZMU3k/nhLiWB50BAAJ after experiencing the same issue and I tried Rob's first suggestion to replicate the bug. Here's a short video https://www.dropbox.com/s/ugbz1cr94k7ra2a/1%20replicate.mp4?dl=0
When it worked in the past I think there used to be a disclosure arrow on the selected application (if it had recent documents), but now there isn't one.
I am using QS 1.5.8 on High Sierra 10.13.3
The text was updated successfully, but these errors were encountered: