Open davidhedlund opened 1 year ago
Caja's window can be maximized by running: gsettings set org.mate.caja.window-state maximized true
gsettings set org.mate.caja.window-state maximized true
Add org.mate.caja.window-state maximized with true or false options
org.mate.caja.window-state maximized
true
false
Then it will be possible to always maximize the window with: gsettings set org.mate.caja.window-state maximized true
The window size will be changed if you change the screen resolution, or panel heights.
So it is inconvenient to run: $ gsettings set org.mate.pluma size "([WIDTH], [HEIGHT])"
$ gsettings set org.mate.pluma size "([WIDTH], [HEIGHT])"
For example, this for 1920x1080 with panel height 55: $ gsettings set org.mate.pluma size "(1920, 993)"
$ gsettings set org.mate.pluma size "(1920, 993)"
There is no options to maximize the window in Edit -> Preferences.
1.26.0
Ubuntu MATE 23.04
feature request
Expected behaviour
Caja's window can be maximized by running:
gsettings set org.mate.caja.window-state maximized true
Add
org.mate.caja.window-state maximized
withtrue
orfalse
optionsThen it will be possible to always maximize the window with:
gsettings set org.mate.caja.window-state maximized true
Actual behaviour
The window size will be changed if you change the screen resolution, or panel heights.
So it is inconvenient to run:
$ gsettings set org.mate.pluma size "([WIDTH], [HEIGHT])"
For example, this for 1920x1080 with panel height 55:
$ gsettings set org.mate.pluma size "(1920, 993)"
Steps to reproduce the behaviour
There is no options to maximize the window in Edit -> Preferences.
MATE general version
1.26.0
Package version
1.26.0
Linux Distribution
Ubuntu MATE 23.04
Link to bugreport of your Distribution (requirement)
feature request