beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.48k stars 352 forks source link

Dragging app window from Stage Manager to Desktop in Dev Mode prompts warning in Terminal #1806

Closed ashleyplusplus closed 1 month ago

ashleyplusplus commented 1 month ago

Describe the bug

Dragging the open app window from Mac Stage Manager to Desktop in Developer Mode results in this warning populating in terminal

Steps to reproduce

  1. Run the command briefcase dev in Terminal.
  2. Drag application window from Stage Manager to Desktop.
  3. See warning 2024-05-20 10:53:09.125 Python[19914:2661703] Warning: Window move completed without beginning

Expected behavior

Nothing

Screenshots

image

Environment

Logs

Additional context

No response

freakboy3742 commented 1 month ago

Thanks for the report. This appears to be a Cocoa system message, rather than anything Toga or Briefcase is generating. It won't be visible at runtime (it's only visible here because dev mode is exposing the system log). It's not unheard of for macOS apps to generate system log messages because of bugs in Cocoa itself. On that basis, I think we can close this as "can't fix".