Whilst good general advice for Finder window issues, this does not solve the Open/Save dialogue issue for me on Big Sur 11.1. The boxes remain at the default, small size.Delete all .DS_Store files and reset Finder preferences.
Whilst good general advice for Finder window issues, this does not solve the Open/Save dialogue issue for me on Big Sur 11.1. The boxes remain at the default, small size.Delete all .DS_Store files and reset Finder preferences.
Did not seem not make any difference… Too bad!- Open Terminal
- Type below commands:
Code:cd ~ find . -name ".DS_Store" -delete
This will delete all .DS_Store files that manages your individual window settings. Then, execute:
Code:rm Library/Preferences/com.apple.finder.plist
This will reset your Finder preferences.
I can't speak regarding the resize problems, but when I upgraded from Mojave to Catalina, my Finder window positions and sizes were messed up, and toolbars were appearing out of nowhere; this fixed it. Deleting prefs and .DS_Store files usually fixes these kinds of quirks.
That was the first thing I did!I am sorry to hear that. Please make sure to report the issue to Apple through Feedback Assistant.
Is the open/save dialog a part of Finder? I guess so. But its size attributes are probably stored elsewhere if deleting Finder's did not work. Some insight on this might be useful.Versions previous to Big Sur retained open/save dialog sizes on an app-by-app basis. Absolutely vital, and badly missed in the current version. Re Funkypepper's solution, above: will it clear the dialog size for the finder and all apps, or just the finder? Is there any command that can fix this problem across the board?
Hello, Apple? Fix this one, please.
I executed these commands to clean up some of my previous preferences and settings but noticed that Terminal requires full access to a variety of things. Should I disable Terminal access after these commands are run in Security/Privacy settings or safe to leave them as is?- Open Terminal
- Type below commands:
Code:cd ~ find . -name ".DS_Store" -delete
This will delete all .DS_Store files that manages your individual window settings. Then, execute:
Code:rm Library/Preferences/com.apple.finder.plist
This will reset your Finder preferences.
I can't speak regarding the resize problems, but when I upgraded from Mojave to Catalina, my Finder window positions and sizes were messed up, and toolbars were appearing out of nowhere; this fixed it. Deleting prefs and .DS_Store files usually fixes these kinds of quirks.
Up to you. Terminal is an internal application anyway, so the security of your system theoretically depends on the commands you enter. Those privileges are meant for the command-line applications, like the ones you just entered (cd, rm etc.). If you do not install malicious command-line applications, you are fine.I executed these commands to clean up some of my previous preferences and settings but noticed that Terminal requires full access to a variety of things. Should I disable Terminal access after these commands are run in Security/Privacy settings or safe to leave them as is?
Apple does not live here. 😉😁Hello, Apple? Fix this one, please.
Thanks, I’ve gone ahead and submitted bug feedback on this.Apple does not live here. 😉😁
File feedback to Apple here:
The more people that report a problem, the more likely Apple is to fix it in a timely manner.Feedback - macOS
Apple wants to hear from you. Send us your comments and feedback about macOS.www.apple.com
For me Photoshop is the worst, crushed so small that it's not even showing a single file.Mine is even worse than this, and only displays 3 items to your 5 in the window, and cuts off more in my sidebar. For some reason Photoshop is fine though, but Indesign and Illustrator windows are both broken. So frustrating.
This fixed the related Finder window issue, or also the Open/Save dialog box issue?Thanks, this seem to have fixed it.
this didn't change anything on my end. Same issue arises and I can't even move the open/save dialogue window to another location on the screen. If I expand it by using the corner of the window and dragging out, eventually the window extends beyond my current display where I can't see a part of the open/save dialogue window.The size used is saved in the following preference keys:
NSNavPanelExpandedSizeForOpenMode
NSNavPanelExpandedSizeForSaveMode
You can set the system global default with the following terminal commands (put whatever values you want):
defaults write -g NSNavPanelExpandedSizeForOpenMode -string '{900, 600}'
defaults write -g NSNavPanelExpandedSizeForSaveMode -string '{900, 600}'
They will be inherited the first time you open or save in an app. If that doesn't fix it, you'll have to also remove the already stored setting per app. I don't have InDesign installed, but for illustrator for example, it would be:
defaults delete com.adobe.illustrator.plist NSNavPanelExpandedSizeForOpenMode
defaults delete com.adobe.illustrator.plist NSNavPanelExpandedSizeForSaveMode
Find the name for the InDesign plist in ~/Library/Preferences and plug it into the command in place of com.adobe.illustrator.plist.
I've always had my global default set to 900x600 with the first commands above, and am not seeing this issue in any adobe apps that I do have installed.
Reported on my end. Thank you!Apple does not live here. 😉😁
File feedback to Apple here:
The more people that report a problem, the more likely Apple is to fix it in a timely manner.Feedback - macOS
Apple wants to hear from you. Send us your comments and feedback about macOS.www.apple.com
Do you know if it's fixed yet in the 11.2 beta?11.2 is still in it's first beta, so it's going to be a while. 11.2 beta2 could be later this week. Only Apple knows for sure. 😉 😉
Thanks for the info!I'm not on the beta train (😁) right now. You could ask over here:
Apple Seeds First Beta of macOS Big Sur 11.2 to Public Beta Testers
Apple today seeded the first beta of an upcoming macOS Big Sur 11.2 update to public beta testers, with the public beta coming one day after the software was provided to developers. Public beta testers can download macOS Big Sur 11.2 from the Software Update section of the System Preferences...forums.macrumors.com
I'm afraid it is not fixed in the current 11.2 beta 1Do you know if it's fixed yet in the 11.2 beta?