mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
158 stars 66 forks source link

[feature request]: gsettings org.mate.pluma.window-state #680

Open davidhedlund opened 1 year ago

davidhedlund commented 1 year ago

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 with true or false options

Then 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