No internet connection
  1. Home
  2. Support

Soundflow application editor opens full screen on a secondary space. Only red button is visible on menu bar, top left. No green button. I can't resize the window or have it open on my main display spa

By Bill Lacey @Bill_Lacey
    2025-08-15 18:38:35.499Z

    Soundflow application editor opens full screen on a secondary space. Only red button is visible on menu bar, top left. No green button. I can't resize the window or have it open on my main display space.

    System Information

    SoundFlow 5.10.6

    OS: darwin 24.4.0

    ProductName: macOS
    ProductVersion: 15.4.1
    BuildVersion: 24E263

    Steps to Reproduce

    1. Open Soundflow
    2. Select Open editor

    Expected Result

    Opens in the existing space I'm working in

    Actual Result

    Opens on a second space full screen with no option to minimize. Double clicking on the menu bar does nothing.

    Workaround

    No

    Other Notes

    Mac OS X 15.4.1
    Soundflow 5.10.6


    Links

    User UID: PX22woGLhddFrroLfuiR6HHAg3C3

    Feedback Key: sffeedback:PX22woGLhddFrroLfuiR6HHAg3C3:-OXj0gqKrhl7Bcy7HNkW

    Feedback ZIP: AX+Jy27Sf/Zip1QMSYV4B85WdDa80FnItc4SeRTxxmzYxETSBW1yPvb/gtIsypdAPl+R6lt03N9e7JJ6IXR3XwZEeZ3sCDoP78UnEbjRALTenaOO1ySRYqmSjFQZJjlD7iYH9CPqMJ9CEcXvBeS1UP3KubX/Bsa5Q+pIKdqZDS5iXZmydNnfJkPqMqFh/970Jr9OzbJdoUW/G/puxFTR8dmWiQ27Uc24c9QFsJc4beOHVEvvIfwjDKfAqHhomCY89AWjyoPB6vA0ENlIJ4XYsoYl/9Hdmwip3HPhPN9DWks28qvzAVwT3sO3AAcatNiORYCyTmvzAxPCGO6Kyqlb9g==

    • 2 replies
    1. S
      SoundFlow Bot @soundflowbot
        2025-08-18 15:59:39.446Z

        This report was now added to the internal issue tracked by SoundFlow as SF-1913

        1. In reply toBill_Lacey:
          Chad Wahlbrink @Chad2025-08-18 16:00:29.537Z

          Hi, @Bill_Lacey,

          We are currently tracking this bug on macOS Sequoia.

          In the meantime, to exit full-screen mode, please follow these steps:

          • Switch off "When switching to an application, switch to a Space with open windows for the application", in the Space/Mission Control settings
          • To fix this, please create a new script, paste in the following code, and then run the script.
          sf.ui.app("org.soundflow.sfsx").mainWindow.windowSetFullScreen({ targetValue: "Disable" });
          
          • Quit SoundFlow and relaunch SoundFlow from your applications folder.

          Let me know if this fixes the issue for you.