From Fedora Project Wiki

No edit summary
m (update setup section)
Line 2: Line 2:
|description=This test case is to check that fonts/rendering are correctly displayed and strings translated in flatpak applications. Flatpak is pre-installed in Fedora.  
|description=This test case is to check that fonts/rendering are correctly displayed and strings translated in flatpak applications. Flatpak is pre-installed in Fedora.  
|setup=
|setup=
1. Download and install the [https://flathub.org/repo/flathub.flatpakrepo Flathub repository file]
1. Install any package
or manually add the Flathub remote by running below command <pre>flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo</pre>
`$ flatpak install <app name>`
2. Install some [https://flathub.org/ apps] that Flathub offers.
`eg. flatpak install gedit`


Example to install gedit: You can click on "[https://flathub.org/apps/details/org.gnome.gedit Install]" directly or you can scroll down a little bit for command line instructions to install it.
2. To run flatpack app
`$ flatpak run <Application ID>`
`eg flatpak run org.gnome.gedit`


Run `$ flatpak list` to get `Application ID`
3. Follow up to the steps in [[QA:Testcase change language]] to switch the language.
3. Follow up to the steps in [[QA:Testcase change language]] to switch the language.
Note:
* If you want to test any application from flathub then you need to enable it,please refer https://flatpak.org/setup/Fedora/ .
* If you want to search any application before installation
`$ flatpak search <app name>`
* One can also install flatpak app form `gnome-control-center`.


|actions=  
|actions=  

Revision as of 11:15, 1 September 2021

Description

This test case is to check that fonts/rendering are correctly displayed and strings translated in flatpak applications. Flatpak is pre-installed in Fedora.

Setup

1. Install any package $ flatpak install <app name> eg. flatpak install gedit

2. To run flatpack app $ flatpak run <Application ID> eg flatpak run org.gnome.gedit

Run $ flatpak list to get Application ID

3. Follow up to the steps in QA:Testcase change language to switch the language.

Note:

  • If you want to test any application from flathub then you need to enable it,please refer https://flatpak.org/setup/Fedora/ .
  • If you want to search any application before installation

$ flatpak search <app name>

  • One can also install flatpak app form gnome-control-center.

How to test

  1. Look for an application to launch on desktop environment menus
  2. Run the application. Nice to test applications:
    • LibreOffice
    • Evolution
    • Thunderbird
  3. Check the display of text in your language in the application (fonts/rendering/characters) such as menu items, input, output, prompts, and window contents. (GUI)

Expected Results

  1. Characters/Rendering are displayed properly and clearly in the application as well as in system menus.
  2. Input should work accordingly with proper rendering.