mate-desktop / mate-terminal

The MATE Terminal Emulator
http://www.mate-desktop.org
GNU General Public License v3.0
135 stars 73 forks source link

[Feature request]: Increase the font-size from 10 to 12 #440

Closed davidhedlund closed 11 months ago

davidhedlund commented 11 months ago

Expected behaviour

"A clearly legible font of at least size 12 preferably in a dark color over light background should be chosen."

Actual behaviour

The default font-size in mate-terminal for Ubuntu MATE 22.04 is 10.

Steps to reproduce the behaviour

Open mate-terminal

MATE general version

1.26.2

Package version

1.26.0

Linux Distribution

Link to bugreport of your Distribution (requirement)

raveit65 commented 11 months ago

Blame ubuntu Mate , or use gsettings override as distro maintainer.

davidhedlund commented 11 months ago

Can you please tell me what the default font-size is for mate-terminal in this repo?

raveit65 commented 11 months ago

Mate terminal use system settings or monospace 12. Bildschirmfoto zu 2023-07-20 20-25-34 I am packaging MATE since 2012 for fedora, but this question was never a problem. And fedora use vanila MATE which is really a different to Ubuntu-Mate. You can customize Mate via gsettings overrides. This is mine. https://src.fedoraproject.org/rpms/mate-desktop/blob/rawhide/f/mate-fedora-f34.gschema.override Such a file needs to be installed to %{_datadir}/glib-2.0/schemas/10_mate-fedora.gschema.override

Btw, actual we are a very small team and you gave us a lot of work with your wish list.

raveit65 commented 11 months ago

With mate-appearance-properties you can setup system font size. Bildschirmfoto zu 2023-07-20 20-41-40

davidhedlund commented 11 months ago

Mate terminal use system settings or monospace 12.

This is exactly what I was looking for. Thank you very much!

davidhedlund commented 11 months ago

And fedora use vanila MATE which is really a different to Ubuntu-Mate.

That is useful to know.

You can customize Mate via gsettings overrides. This is mine. https://src.fedoraproject.org/rpms/mate-desktop/blob/rawhide/f/mate-fedora-f34.gschema.override Such a file needs to be installed to %{_datadir}/glib-2.0/schemas/10_mate-fedora.gschema.override

I documented this at https://gitlab.trisquel.org/trisquel/package-helpers/-/issues/95

Thanks again.