Re: Certain font sizes can't be configured permanently
Volker Wysk <[email protected]> Sun, 13 Sep 2020 11:31:43 +0200
| Newsgroups | gmane.comp.gnome.general |
|---|---|
| Message-ID | <[email protected]> |
--===============9183485834869807764== Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-6y9g3z3cMPnog7t4p+7c" --=-6y9g3z3cMPnog7t4p+7c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi! Am Samstag, den 12.09.2020, 19:10 +0100 schrieb Tony Houghton: > There's something you could try, but it's more of a sticking plaster > or workaround than a proper fix. Create a file > ~/.config/autostart/scaling.desktop containing: >=20 > [Desktop Entry] > Type=3DApplication > Exec=3Dgsettings set org.gnome.desktop.interface text-scaling-factor > 1.6 > Hidden=3Dfalse > X-GNOME-Autostart-enabled=3Dtrue > Name=3DFix Scaling > Comment=3DSet text scaling factor to 1.6 >=20 > I haven't tested that, but hopefully it will work for you, or you > will be able to fix it if there's something wrong. For more > information, lookup "XDG autostart". I've been able to tinker it, with your help. I've adjusted the scaling.desktop file to start a script instead of calling gsettings. This is necessary because several commands are needed: #! /bin/bash sleep 1 gsettings set org.gnome.desktop.interface text-scaling-factor 1.61 gsettings set org.gnome.desktop.interface text-scaling-factor 1.6 All of them are necessary. Or so it seems. Now it - somehow - works. :-) Thanks for your help! Volker --=-6y9g3z3cMPnog7t4p+7c Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE6QXGh82Ov3+2nrxp+K4ydFOsHoUFAl9d5v8ACgkQ+K4ydFOs HoXRWw/+MaHCAevVJxTBA64aJBjmOlFARaFOZr5r4Sb/sbzZojrznPB4tvDfjpsQ mv0Zbv97g9TWfY+xAI/qTQpEg3zYfwgXKty556NCE9wrasqU/TBV6IYzf+kuW2za +5hE7r0KQe5DOY7uVKJrZ8fG2ac64mh0j5LFoLDbYucnyvZ208RQCkedkceoYXqv OHL2EfcNXBoriNZsokkBOI6KyUVKZRaVsESSSIiq2TdzqLv0VlMTmL3QBkOGrFvY Z3opf4se+eEa64+uQq5puZe3xu9dzg9RDldsgfWqxBziiT2dv+f8QKoyU7h2GUfe JsKDhJ74p+ZDI1dd6QyRVe1ay9JN47XGIiaSRajnY5kELTyevUog6s3rl2EoIcc4 P44zvbVIva7uRzy79P2JM93Mz4yfLPH5BKjLeyzBtcXKsPldwJO6/zbfbsfC2q19 wVXZkWji4p5CuPz3zdOy+dN4WhUJFlGlSse0UldN6jMz7RkhQkdvK7fePsWWnT8a 68zWd+fwKcaPuDU+FYtB2zsaAXghzmHIIPqA6N1jtltkaNTF9dNDxLMlC+s1DWjr WXfYUgZTl9BHj1PRwsM8TWrYk05dkbJxNrQMnGJlpAfa2crSG9tK2c7a4001eMTW kM75bSn7gLZ+WudtsvkhAn0FWIhlQMUORgyWlYV0iCAkKeaNpCs= =2C+R -----END PGP SIGNATURE----- --=-6y9g3z3cMPnog7t4p+7c-- --===============9183485834869807764== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ gnome-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-list --===============9183485834869807764==--