I care. It’s aesthetically unpleasant. Kind of like your response.Who cares does the max reboot properly and work fine?
I mean really? It doesn’t cause issues and with faster computer these days the process shuts down faster, why wait for the dock to drop? When kill signal is faster and it reboots .I care. It’s aesthetically unpleasant. Kind of like your response.
When spending a lot of money with a company I am indeed “that picky”. I have reported the issue to Apple.I mean really? It doesn’t cause issues and with faster computer these days the process shuts down faster, why wait for the dock to drop? When kill signal is faster and it reboots .
if you that picky call apple see what they say
defaults write com.apple.Dock autohide-delay -float 0.0
killall Dock
Thanks for your response. My question though is why does this come and go from version to version of macOS? My top spec 2020 iMac never behaved that way under Catalina at all. Does this mean the machine is running faster in Big Sur now, and based off your reasoning shutting down quicker than the dock can duck off the screen?This will never be fixed, this is also not really a bug.
When the Dock is closed "gracefully" it drops off screen at a speed consistent with the autohide-delay if you have the Dock set to automatically hide and show.
When you shut off the computer it tells each process to quit. When the Dock is quit it beings to animate. If you have a fast computer the process are able to save state and terminate so fast that since the the Dock and loginwindow are probably the last two user facing process quit the computer is likely already "shut down" before the Dock can finish it's animation, thus you see it stuck mid animation on screen.
The reason this wont show on all computers is because
1. On slower systems the time to save state and kill the last few process probably gives enough time for the Dock to animate out
2. If the user has altered the Dock autohide speed this issue may not persist depending on what they set it to
3. Users with the Dock auto-hiding would never even see this to begin with
4. This is an extreme nitpick that doesn't need fixing so if there have been changes to the Dock or system shutdown code that have effected this it's likely no-one at Apple cares.
My guess is you may be able fix this yourself with the terminal command:
Bash:defaults write com.apple.Dock autohide-delay -float 0.0 killall Dock
As at that point the Dock should show and hide instantly (at least to human perception). I've also heard that setting just 0.0 doesn't always work and that you may need to use some long float that's close to zero
Regardless of whether or not my fix works works for you I would say don't expect a fix from Apple ever. This issue also has nothing to do with the macOS version or computer architecture.
Thanks for your response. My question though is why does this come and go from version to version of macOS? My top spec 2020 iMac never behaved that way under Catalina at all. Does this mean the machine is running faster in Big Sur now, and based off your reasoning shutting down quicker than the dock can duck off the screen?
My question though is why does this come and go from version to version of macOS?
I applied the following and now the dock drops off before shutdown:It doesn't mean anything.
1. My theories are just theories. Although I do have extensive knowledge about the Dock (I make cDock).
2. We're likely talking about literal fractions of a second here
3. How fast your computer can shut down has very little correlation to using the computer
4. There are many factors that could impact the shutdown process
Just apply the terminal command I posted, hope it works and move on with your life. A micro second screen "glitch" when shutting down your computer is beyond first world problems and has no signifiers about the system.
Literal random chance. Too many factors at play to answer that question. Your question is the same as asking "How come some people get cancer as they get older and others don't?". That question can't be answered. There are many reasons someone could be more likely or not to get cancer but you couldn't tell for sure without tests and detailed info about the person and even then it could come down to just bad luck.
defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock
Any idea of what this would be in zsh? Since you can't delete a post I used what is listed above and it worked on my refurbished 2019 16" MacBook Pro with Monterey loaded.I applied the following and now the dock drops off before shutdown:
Bash:defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock