-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
On MacOS 14 Beta 2 when opened Maccy freezes and disables keyboard until force quit #566
Comments
also unable to pin |
在MacOS 14 Beta 2、1 出现相同问题 |
I think this is a macOS bug as the same occurs with Little Snitch, Tailscale and Amphetamine |
I can reproduce the issue, but no idea how to fix it yet. |
EDIT 2: The patch breaks searching when the search field is hidden. |
Debugged it a bit, the crash appears to be linked to modifying the frame of the header |
Thank you for working on this! Would there be the possibility for a quick fix for the basic functionality of Maccy so it is at least usable again despite some features not working? |
If you are relying on searching within Maccy, I suggest you wait until the next macOS Beta and/or until the Maccy developer releases an update fixing it. If you still want the patch: No idea if updates will work when built with a different "team" setting in Xcode. |
Thank you, @xezrunner! Will gladly take it 👍 |
Thanks to @xezrunner who found the problem, I've pushed a fix in e119d2d that solves the crash. However, Maccy still cannot handle events so searching/pinning/etc doesn't work. |
Glad I could help! I've reported the issue to Apple through the Feedback Assistant regardless, perhaps this was an edge case they didn't think of. I tried toying around with the event handling issue today as well, but any way I tried to handle events would just simply not work. Will keep looking though. |
I've released 0.26.5 which addresses the crash. Search/pinning/delete still don't work, but let's track the work in #555. |
@xezrunner Any chance you could also report that Maccy/Maccy/MenuHeader/MenuHeaderView.swift Lines 58 to 79 in 5e8a8a7
|
Firstly thank you for the awesome clipboard manager!
I'm creating this ticket mostly for other people's reference, since this beta has been quite popular. Understandably wouldn't expect it be fixed soon, given how unstable the beta is by itself.
Reproduction: triggering Maccy's shortcut or clicking on it in the Menu Bar stops most of the keys from working. Afterwards a restart or force quitting Maccy through Activity Monitor helps.
Versions:
The text was updated successfully, but these errors were encountered: