utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
24.69k stars 1.26k forks source link

Make VM edit operations nonblocking in macOS #6331

Open ideologysec opened 3 weeks ago

ideologysec commented 3 weeks ago

Please make the popup window for editing VMs non-blocking and ideally a separate window.

I cannot start or manage other VMs while I am (for example) reclaiming space on a virtual disk, unless I resort to the utmctl commandline, which while possible is not the most user-friendly experience.

ideologysec commented 3 weeks ago

Related: #6300

osy commented 1 week ago

While this sounds like a trivial change, it actually requires massive changes under the hood. Fundamentally, UTM was first designed for iOS meaning that there is always one "primary" view active at a time.