You are not logged in.
hi, not all apps remember custom size of 'Open...' and 'Save As...' windows/dialogs.
these windows don't match the screen resolution and are cropped at the bottom.
how to override default window size of 'Open...' and 'Save As...' systemwide?
Thanks,
Tim
Offline
You can set the size via something like:
gsettings set org.gtk.Settings.FileChooser window-size '(800,600)'
...but this is on a per-user basis. To make it default system wide, you could try adjusting the values in the org.gtk.Settings.FileChooser.gschema.xml file (on Arch this is located at /usr/share/glib-2.0/schemas) but this will only affect new user accounts that are created. The one problem you might run into is that some applications may change this size themselves.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thank you very much, the gsettings set... works well.
the image above shows a firejailed browser and i think firejail is not able to read some config files due to path restrictions and uses
a fallback window size larger than the screen. i'll try a window manager app to resize it.
Offline
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 535.96 KiB (Peak: 536.8 KiB) ]