-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Full screen doesn't work if "Show dock icon" is disabled #5535
Comments
I was getting the same behaviour, can't go fullscreen because the green button was stuck to "zoom". I reinstalled UTM, then full screen re-appeared. Toggling "show dock icon" didn't bring it back. macOS Sonoma, Windows 11 guest. |
I am seeing this behavior with Windows Virtual machine on UTM 4.4 on macOS 14.1. |
Same issue on latest version. For me this settings makes the UTM hard to use. The window header overlays the guest OS's output. Probably at least 60px of the screen is covered and unusable. If we look into the code, the "HideDockIcon " setting is setting the activation policy to UTM/Platform/macOS/AppDelegate.swift Lines 167 to 171 in db72c98
As per Apple's docs:
To allow full screen mode, we can set window collection beahvior to I tested it on local build, it did work. However, I still have the issue that I cannot exit the full screen mode because the menu bar and the title bar do not show up when I hover the mouse at the top of the screen. I do see the shadow and it looks like it is pushed out of the screen. |
…-mode Partial fix for the #5535 – The issue with full screen not working when dock icon is hidden
Describe the issue
If I disable the “Show dock icon” option in UTM settings and relaunch the app, the “Full screen” button in the title bar changes to “Zoom.”
Screen.Recording.2023-08-06.at.01.15.19.mov
Configuration
The text was updated successfully, but these errors were encountered: