From Fedora Project Wiki
(add to I18n_Installation category) |
(use version number templates, include instructions on testing a specific language) |
||
Line 9: | Line 9: | ||
# dnf install fontquery | # dnf install fontquery | ||
|actions= | |actions= | ||
To test on | To test on {{FedoraVersion|long|next}}: | ||
$ fontquery-diff | $ fontquery-diff {{FedoraVersionNumber|next}} | ||
To test for a specific language, use the [https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes ISO 639 two-letter code], e.g. {{code|he}} for Hebrew: | |||
$ fontquery-diff -l he {{FedoraVersionNumber|next}} | |||
|results= | |results= | ||
No difference should be reported on the output. | No difference should be reported on the output. |
Revision as of 00:31, 9 March 2024
Description
This test case ensures that the default fonts packages are properly installed.
Setup
To install default fonts:
# dnf install default-fonts
Or only for particular language:
# dnf install default-fonts-<locale-code>
And then:
# dnf install fontquery
How to test
To test on Fedora 42:
$ fontquery-diff 42
To test for a specific language, use the ISO 639 two-letter code, e.g. he for Hebrew:
$ fontquery-diff -l he 42
Expected Results
No difference should be reported on the output.