We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: