From Fedora Project Wiki
(Update for Fedora 33) |
(Add GTK4 application) |
||
Line 19: | Line 19: | ||
## Run ibus-setup and Select "Advance" tab and disable "Choose glyphs with input method's language..." check button | ## Run ibus-setup and Select "Advance" tab and disable "Choose glyphs with input method's language..." check button | ||
## Now the candidate list has "直" and the glyph is Japanese (language from the desktop locale) | ## Now the candidate list has "直" and the glyph is Japanese (language from the desktop locale) | ||
# GTK4 applications are supported since Fedora 34 | |||
## Install ibus-gtk4 and gtk4-devel | |||
## Enable an input method engine | |||
## Run gtk4-demo with exporting `GTK_IM_MODULE=ibus` environment variable | |||
## Select Entry -> Completion and click "Run" button and launch the entry dialog | |||
## Focus on the dialog and type some language text | |||
|results= | |results= | ||
Revision as of 06:07, 22 February 2021
Description
This test is to check if input displayed and prints correctly in applications such as
- LibreOffice
- Evolution
- Terminal
- gnome-software
- Firefox
- KWrite
How to test
- See QA:Testcase_i18n_input_method to check if the input method is enabled
- Open an application, left click Ibus input method framework icon in the panel to select the input method.
- Input some texts like words, numbers, special characters into application.
- Select File -> Print to print out the page.
- Same codepoints have duplicated glyphs and glphs has been taken for the language of the current engine by default in non-GNOME desktops since Fedora 33
- Log into XFCE4 desktop with ja_JP.UTF-8 locale
- Enable ibus-libpinyin and type "zhi"
- The candidate list has "直" and the glyph is Chinese (language of ibus-libpinyin)
- Run ibus-setup and Select "Advance" tab and disable "Choose glyphs with input method's language..." check button
- Now the candidate list has "直" and the glyph is Japanese (language from the desktop locale)
- GTK4 applications are supported since Fedora 34
- Install ibus-gtk4 and gtk4-devel
- Enable an input method engine
- Run gtk4-demo with exporting
GTK_IM_MODULE=ibus
environment variable - Select Entry -> Completion and click "Run" button and launch the entry dialog
- Focus on the dialog and type some language text
Expected Results
- Characters are displayed properly and not corrupted in applications.
- Words are printed out without error.