-
Notifications
You must be signed in to change notification settings - Fork 286
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
[Bug]: Results list appears in top left corner of screen, detached from interface #2962
Comments
Thanks for the report! I don't know that any of the active devs plan to join the beta, but we'll look into this and try to reproduce once it is released. |
I understand, thank you! |
FWIW, under 23A5286i (macOS 14 beta 3) I was able to move windows around. With macOS Sonoma build 23A339 (the latest Release Candidate), I get this same behavior. In addition, if I click the icon in the menu bar while focus is held by anything other than QS, input from the keyboard is mostly swallowed by something. I can recover by activating the QS shortcut and then clicking the menu bar icon again. I'm not yet sure if this is a bug in the RC, or a change in macOS. If I figure it out, I'll let you know. |
@usnmustanger if I deselect "Superfluous visual effects" from options, all the issues I observe go away. |
That fixed it for me too, thank you! |
Also seeing this in macOS Sonoma 14.0 stable. The QS launch icon, main interface window, and results dropdown all appear in the upper left of the screen. I can move the main interface window to the middle of the screen manually, but:
Toggling "Superfluous visual effects" didn't help. |
Okay, this worked for me briefly:
… but I relaunched Quicksilver to see if it persists, and now the settings window is stuck in the upper left as well. 😭 EDIT: tried again, and this time it worked! |
Using Bezel (built-in) and deselecting superfluous visual effects, things seem okay. Required a relaunch after changing that setting. |
Just wanted to chime in here that, on a fresh install on Sonoma, I can't even agree to the license agreement, much less toggle any UI settings. |
Same here, with Sonoma 14.0 (23A344). Windows jump to wrong places. I cannot access settings. Computer becomes generally unresponsive at times. I have to force-quit Quicksilver to make the computer behave. Hoping for a fix, coz I honestly use Quicksilver all the time! Thanks! |
on top of that I can add that when quicksilver is open (fresh install on sonoma, m2 max MacBook Pro 2023) the shortcuts on other apps fail to work as well. |
Trying to chase this down,
|
Reading https://stackoverflow.com/questions/55965290/set-nswindow-size-programmatically-doesnt-work Unfortunately moving |
Commenting out
|
I hadn't realized we were using private APIs (the vendored I these private headers may also be related to the |
Tiny bit of very slow progress today, I think I was on the right track with the suspicion of cgs stuff above.
Changing |
Culprit seems to be
Here's a old related bug in which they speculate that Guarding with |
Issues persists even if I change to |
I couldn't actually toggle "Superfluous visual effects" because the click events didn't seem to be delivered to the right control. But after UTSLing, I tried
and fingers crossed for now Quicksilver is working again on Sonoma. |
unluckly i didn't work for me. btw, on a computer where quicksilver was installed before the upgrade to sonoma I have no problem. on one where I installed quicksilver for the first time after installing sonoma nothing works |
interesting -- thanks for that tidbit, this may help me reproduce issues, since it's been running fine on my Sonoma system since day 1 (with superfluous visual effects disabled at least) |
@n8henrie one way to proceed would be to:
Aside: Plugins would also need checking. |
Yeah, I started working on that approach this AM, and it wasn't pretty. I think as a stopgap I might just patch out the QSExtraEffects stuff for MacOS >= 14 and cut a release to get people something more functional in the meantime. On Dec 3, 2023, at 7:03 PM, Patrick Robertson ***@***.***> wrote:
@n8henrie one way to proceed would be to:
Remove GCSPrivate.h file
Xcode will then throw up build errors for places that call to undefined methods - remove all of these from the code
Aside: Plugins would also need checking.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I wonder if it is related to the "Stage Manager?" Following the below instructions I got the license windows etc. to stop flying completely off the screen (and playing whack-a-moving-button), but I noticed that the clicks were pushing the window to the edge of the thick grey outline when the desktop shows/hides. I could move the mouse to the upper-left (and click) and I could get the window to reappear, but as soon as I started to mouse over it (or click) it would slide away again. Is Stage Manager considering (at the very least) swallowing the clicks because it thinks you are clicking (through?) and on the desktop? After an app restart the "superfluous" fix seems to work, and with the below all seems....relatively good? :) |
Before submitting your bug report, please confirm you have completed the following steps
Bug description
The results list appears in the top left corner of my screen, detached from the interface. I'm currently using the bezel interface, but this happens regardless of which interface I'm using.
When I click the little gear at the right side of the results header, the resulting pop-up does appear where it should be if the results list was displayed below the interface.
The results list is not movable/draggable.
It may also be worth noting that the animated QS startup icon also appears in the top left corner of the screen, same location as the results list.
Steps to reproduce
Expected behavior
Results list should display directly below the interface
MacOS Version
Other
Quicksilver Version
2.4.1 (4040)
Relevant Plugins
Crash Logs or Spindump
No response
Screenshots
Additional info
OS Version is latest OS 14 Sonoma beta (release 23A5337a, latest as of 9/8/2023)
I have tried the following, nothing changes the results:
The text was updated successfully, but these errors were encountered: