-
Notifications
You must be signed in to change notification settings - Fork 128
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
space(i).moveWindows([x]) seems to no longer work under Sonoma 14.5 #348
Comments
Having the same issue, also with Sonoma 14.5. (throwing windows to spaces with Amethyst also broke in the same timeframe so this may be related) I have a few more warnings in my Phoenix log:
|
Hey! Thanks for the report. I guess I need to start digging what private API changes have caused this. |
Issue does not seem specific to phoenix, yabai released a fix, maybe this helps: koekeishiya/yabai#2240 |
Also being discussed here: ianyh/Amethyst#1643. Unfortunately, I’m not sure how long we will be able to keep the Spaces support if Apple is starting to protect these private APIs. |
Kudos to you and other OSS contributors for keeping it up. This is definitely distressing. If I knew anything about Mac development I'd try to help. Maybe some day. Would be super sad if Apple made that restricted, especially for people on company laptops who can't disable SIP to get additional access. |
This interfered with my daily workflow enough that I adopted the fix from yabai and Amethyst myself 😅 And it seems to work! |
This is for sure one of my most used features, would love if we could merge @metakirby5's fix! |
@metakirby5 Awesome, thanks! Added some comments to the PR. |
Hey everyone! The fix is now released in 4.0.1. |
Fantastic, it's working again! Thanks @metakirby5 and @kasper! |
This PR doesn't fully work, in my case it moves the window offscreen instead of to the right screen (if it needs to change the screens) Thanks for making this utility ❤️ |
@dan-phantom #351 for the multi-monitor regression. |
Example:
space(i).moveWindows([ACTIVE_WINDOW])
I think Sonoma 14.5 had some big GUI engine updates, so it's likely related to this upgrade.
Not seeing any errors in the Phoenix logs. It finds the active window and the space.
I am seeing:
... which may be related to the problem?
The text was updated successfully, but these errors were encountered: