Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

How can I change UI font?

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 45 megtekintés
  • Utolsó üzenet ettől: Matt

more options

I'm trying to use Thunderbird on Linux, and the UI font is huge. Fonts in both KDE and GTK apps looks sensibly small, but the thunderbird font is ~ twice the size.

Where/how can I change it?

Font is similarly huge in Firefox, so it could be related.

I'm trying to use Thunderbird on Linux, and the UI font is huge. Fonts in both KDE and GTK apps looks sensibly small, but the thunderbird font is ~ twice the size. Where/how can I change it? Font is similarly huge in Firefox, so it could be related.
Csatolt képernyőmentések

Kiválasztott megoldás

very few things on linux are user friendly. This is exacerbated by fonts that are not consistent across distributions and generally fonts that in the past have been of very poor quality using bitmaps instead of vectors. Supporting Linux is in many ways supporting many many operating systems as each windows manager and GUI has it's own issues and quirks. "Open source" drivers are rarely as good as their closed source equivalents. If the issue was caused by Thunderbird/Firefox you would not be able to fix it using Linux commands. Which is what you have done. Although the mozilla platform does have scaling settings.

See https://winaero.com/blog/enable-hidpi-scaling-firefox/

Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (2)

more options

Based on some random talk on IRC, I got it to work better by doing:

echo "Xft.dpi: 75" >> ~/.Xresources ; xrdb -merge ~/.Xresources

But that doesn't strike me as particularly user-friendly solution.

Módosította: depesz1,

more options

Kiválasztott megoldás

very few things on linux are user friendly. This is exacerbated by fonts that are not consistent across distributions and generally fonts that in the past have been of very poor quality using bitmaps instead of vectors. Supporting Linux is in many ways supporting many many operating systems as each windows manager and GUI has it's own issues and quirks. "Open source" drivers are rarely as good as their closed source equivalents. If the issue was caused by Thunderbird/Firefox you would not be able to fix it using Linux commands. Which is what you have done. Although the mozilla platform does have scaling settings.

See https://winaero.com/blog/enable-hidpi-scaling-firefox/