-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
Moving Windows Across Spaces No Longer Works in MacOS 15.0 #2380
Comments
Works fine for me. Note that moving windows to other spaces on Sequioa requires SIP to be partially disabled and the scripting addition to be installed and loaded. |
I have installed yabai from HEAD and configured the scripting addition following the wiki.
Also, looking at my error logs, EDIT: |
I’m on MacOS 14.4.1 and this happened all of a sudden too. Most windows will move across spaces just fine, but somehow one of them would just move half way and just breaks. I can still resize them with grid thankfully but it being sticky is bothering me. My yabai was installled through HEAD and i am ahead in commits too. I was somehow able to temporary rectify the issue by destroying all spaces. But once i introduce new ones the affected windows will go back to being unmanaged. |
I tested every single command, and they all work except for Moving Windows to another Space. Specifically, these ones
ALL other commands work, which is strange. Nothing in error log. Also, SIP status is disabled. |
Experiencing the same on Ventura 13.6.8 Fixed for me after enabling screen recording. |
Experiencing the same issue after upgrading to Ventura 13.6.8, enabling screen recording didn't fix. On yabai-v7.1.1. Similarly nothing in error log. Is there a more verbose debug mode? |
Upload Ventura 13.6.9 Dock.app and post it here or in a separate issue and the SkyLight.framework (needs to be extracted from dyld cache). |
Experiencing the same on Ventura 13.6.9
Started when updating some days ago on 13.6.8.
|
Ventura 13.6+, Sonoma 14.5+, and Sequoia 15+ now all use the scripting addition to move a window to another space, and if the scripting addition is not installed, will attempt to use the fallback method introduced in Sonoma 14.5. This fallback method was NOP'd by Apple in Sequoia 15+, so it does nothing there, so Sequoia requires the scripting addition for this functionality to work (and I have confirmed myself that it works on 15.0Beta 1,2,3,4,5 Apple Silicon). I don't know if the fallback method works on Ventura 13.6+ as I do not have a Ventura machine, and cannot investigate without having both of the files mentioned in my comment above. -- Applies to yabai v7.1.2. |
Can confirm, v7.1.2 now works on Sequoia Beta! Thank you so much :)) |
Thanks a lot! Moving spaces is now working again with Ventura 13.6.9. |
With SIP enabled, I managed to move window to other spaces with some Hammerspoon coding: The core idea is to mimic the user actions to switch destop space while dragging a window, which will result in moving window to other desktop spaces. |
Is this function will be included in new release? I am still stack on Sequoia15+ is not able to move to other window |
I recently upgraded to MacOS 15.0 and reinstalled yabai so all other commands like switching spaces and window focusing works.
However, moving windows to different spaces no longer works:
When I run this, the focused window still remains in the current space. This code worked before the MacOS 15.0 upgrade.
The text was updated successfully, but these errors were encountered: