-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
iPhone Mirroring (macOS 15) app flickers on the corner when in another space #545
Comments
I'm in the EU, so I can't even open the "iPhone Mirroring" app to test it. Can you please try to run from sources with the following patch and report back? diff --git a/Sources/AppBundle/tree/MacApp.swift b/Sources/AppBundle/tree/MacApp.swift
index 3e2f827f..78c17648 100644
--- a/Sources/AppBundle/tree/MacApp.swift
+++ b/Sources/AppBundle/tree/MacApp.swift
@@ -10,7 +10,7 @@ final class MacApp: AbstractApp {
private init(_ nsApp: NSRunningApplication, _ axApp: AXUIElement) {
self.nsApp = nsApp
self.axApp = axApp
- self.isZoom = nsApp.bundleIdentifier == "us.zoom.xos"
+ self.isZoom = nsApp.bundleIdentifier == "us.zoom.xos" || nsApp.bundleIdentifier == "com.apple.ScreenContinuity"
super.init(pid: nsApp.processIdentifier, id: nsApp.bundleIdentifier)
} I expect the problem to be identical to #527 All you need to run from sources is Xcode installed and |
I applied the patch and, while the behavior is different, I wouldn't say it's actually better :) Screen.Recording.2024-10-08.at.12.45.28.AM.movLet me know if there's any information I can grab that would be useful to figure out what's going on. |
One more, probably relevant, piece of information is that (with AeroSpace closed) if I try to "manually push" the window down that corner it moves itself up to a position (with the top border around 130px above the end of the screen) which seems similar to the behavior that's fighting AeroSpace in the video. It only seems to do this for the Y axis. |
I have the same problem: When the iPhone Mirroring app is displayed in one workspace, I switch to another workspace. The lower right corner of the current screen will keep flashing. But when I minimize iPhone Mirroring, this problem disappears. by the way, also tested on zoom in 0.14.2-Beta, seam issue, so I upgrade to 0.15.2-Beta based on #527, Zoom issue fixed. |
This app shows similar flickering when opening. https://apps.apple.com/nl/app/macrofactor-macro-tracker/id1553503471?l=en-GB I can solve it by forcing to be floating
|
Just an update on this issue: I plan to get rid of any accessibility calls to windows of invisible workspaces. As a side effect:
I didn't forget about this issue, but no ETA. |
Screen.Recording.2025-01-31.at.20.13.57.mov |
The new iPhone Mirroring app flickers on the corner of the screen when it's on another workspace.
Screen.Recording.2024-09-30.at.3.29.11.AM.mov
Not sure if it's relevant but here's the output of
aerospace debug-windows
:Checklist
The text was updated successfully, but these errors were encountered: