keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
372 stars 102 forks source link

Keyman for Linux - Regression Tests #6528

Closed MakaraSok closed 1 year ago

MakaraSok commented 2 years ago

Keyman for Linux Acceptance Test Procedures

  1. These test procedures are to be run before moving from alpha to beta, or beta to stable, or before PRs are merged into stable branches.
  2. Copy these checklists of tests into a new issue (for tier transitions) or a comment on the PR.
  3. When annotating results, use > at the start of a new line under the checkbox to note the result. (For an example, see #3973).

Gather Assets for Testing

click to expand Either VM or physical machine will work. - [ ] Ubuntu 18.04 Bionic with Gnome Shell and X11 - [ ] Ubuntu 20.04 Focal with Gnome Shell and X11 - [ ] [Ubuntu 22.04 Jammy](http://www.releases.ubuntu.com/22.04/) with Gnome Shell and X11
Expand to see how to do and verify this - when login in, click the cog and select "Ubuntu on Xorg" ![Screenshot from 2022-01-19 18-28-11](https://user-images.githubusercontent.com/181336/150183345-f07c7191-b12b-4739-b4fc-c585148db56c.png) - verify that you're using X11 by running the following command in a terminal: ```bash echo $XDG_SESSION_TYPE ``` This should output `x11`.
- [ ] [Ubuntu 22.04 Jammy](http://www.releases.ubuntu.com/22.04/) with Gnome Shell and Wayland
Expand to see how to do and verify this - when login in, click the cog and select "Ubuntu" (not "Ubuntu on Xorg") - verify that you're using Wayland by running the following command in a terminal: ```bash echo $XDG_SESSION_TYPE ``` This should output `wayland`.
- [ ] Wasta 20.04 with Cinnamon

Setup Steps

click to expand - [ ] Install latest updates on the system: ```bash sudo apt update sudo apt --autoremove upgrade ``` On Ubuntu 18.04 Bionic use the following commands instead: ```bash sudo apt update sudo apt upgrade sudo apt autoremove ``` - [ ] Uninstall previous versions of Keyman for Linux on the system: ```bash sudo apt --autoremove remove keyman ibus-keyman python3-keyman-config libkmnkbp0-0 ``` On Ubuntu 18.04 Bionic use these commands instead: ```bash sudo apt remove keyman ibus-keyman python3-keyman-config libkmnkbp0-0 sudo apt autoremove ``` - [ ] Remove left-over artifacts by running: ```bash rm -rf ~/.local/share/keyman/ sudo rm -rf /usr/local/share/keyman/ ``` - [ ] Remove all keyboards from Input Sources that except "English (US)" - From Ubuntu, start "Settings" --> "Region & Language" (in newer Ubuntu versions: "Settings" --> "Keyboard") - On Wasta Linux, open IBus Keyboards instead --> Input Method tab - [ ] Add the ppa (for pre-beta tests, replace `keyman-beta` with `keyman-alpha`): ```bash sudo add-apt-repository ppa:keymanapp/keyman-beta sudo apt update ``` - [ ] Add a second non-Keyman keyboard so that the language/keyboard dropdown shows (these are the steps for Ubuntu; for Wasta they are similar):
Expand to see the steps - From Ubuntu, start "Settings" --> "Region & Language" (in newer Ubuntu versions: "Settings" --> "Keyboard"; on Wasta Linux open IBus Preferences which can be opened by typing "ibus keyboards"). - Below "Input Sources" click the "+" and then the three dots: ![Screenshot from 2022-02-03 11-46-53](https://user-images.githubusercontent.com/181336/152328230-8c70fe5a-32fb-4090-a50b-272300d82df7.png) - in the search field, type "French" (or any other language), "Other" and then of the French keyboards and finally the "Add" button. ![Screenshot from 2022-02-03 11-50-06](https://user-images.githubusercontent.com/181336/152328628-f578b3b3-250a-45f1-89de-f0bc8e1c43b6.png) - now the language/keyboard dropdown will show. If not, reboot. ![Screenshot from 2022-02-03 11-51-24](https://user-images.githubusercontent.com/181336/152329086-ede2657f-ad4d-4b17-bd1d-b24a8d3e3839.png)
- [ ] Reboot - [ ] Change "Complex text layout" setting in LibreOffice Writer:
Expand to see the steps - In LO Tools/Options, go to the Language Settings/Languages tab. Under "Default Languages for Documents" check the box for Complex text layout and select Khmer as language. ![Screenshot from 2022-02-18 12-01-23](https://user-images.githubusercontent.com/181336/154620732-ed19b43c-a792-4267-9fde-fe6e5a86db61.png) - You'll also have to change the default style: go to Styles/Manage Styles, right-click on "Default Paragraph Style" and select Modify. Go to the Font tab. For CTL Font, select Family "Khmer Mondulkiri" (or another "Khmer" font) and Language "Khmer". ![Screenshot from 2022-02-18 12-04-15](https://user-images.githubusercontent.com/181336/154621010-47305ccd-3c6d-4079-a12f-c4bc1c186ca9.png)

User Testing

click to expand ## SUITE_INSPECT: Visual Inspection of master/beta branches - **TEST_CI_MASTER**: Verify the master build for Linux reports green on - **TEST_CI_BETA**: Verify the beta build for Linux reports green on - **TEST_VERIFY_HISTORY**: Verify `/HISTORY.md` contains all the current changes ## SUITE_INSTALLATION: Basic installation **NOTE:** The login screen allows you to select different environments by clicking on the cog symbol. Different Ubuntu versions put it in different places and use slightly different icons. In the groups below the menu item to select is put in parenthesis and quotes, e.g. _Ubuntu 18.04 Bionic with Gnome Shell and X11 ("Ubuntu")_. ![Screenshot from 2022-06-09 15-35-23](https://user-images.githubusercontent.com/181336/172860806-73aff7c9-d865-452d-848b-a8f3fff1cb29.png) - **GROUP_BIONIC**: Ubuntu 18.04 Bionic with Gnome Shell and X11 ("Ubuntu") - **GROUP_FOCAL**: Ubuntu 20.04 Focal with Gnome Shell and X11 ("Ubuntu") - **GROUP_JAMMY_X11**: Ubuntu 22.04 Jammy with Gnome Shell and X11 ("Ubuntu on Xorg") - **GROUP_JAMMY_WAYLAND**: Ubuntu 22.04 Jammy with Gnome Shell and Wayland ("Ubuntu") - **GROUP_WASTA**: Wasta 20.04 with Cinnamon ("Cinnamon (Default)") ### Tests - **TEST_INSTALL**: Install keyman and onboard - in a terminal window, run: ```bash sudo apt update sudo apt install keyman onboard-keyman ``` - verify that this works without showing any error - **TEST_START**: From the launcher, start "Keyman Configuration" - Verify "Keyman Configuration" panel appears - **TEST_KB_INSTALL**: Download and install a keyboard - Click "Download", enter search for "Khmer", and click the "Khmer Angkor" keyboard - Click "Install keyboard" - Verify that the Readme is shown in the "README" tab of the install window - Click "Install" button - Verify that the Welcome page appears after installation - Verify the new keyboard appears in "Keyman Configuration" - **TEST_KB_ADDED**: Verify the installed appears in the keyboard dropdown - Verify the language tag for the current keyboard appears in the keyboard/language dropdown list in the task bar (with language name (Khmer) and "Khmer Angkor" as the keyboard name) - From Ubuntu, start "Settings" --> "Region & Language" (in newer Ubuntu versions: "Settings" --> "Keyboard") - Verify the keyboard appears in the "Input Sources" list with the language name (Khmer) and keyboard name (Khmer Angkor) - **TEST_KB_WORKS**: Verify that typing with Keyman keyboard works in gedit - Type Windows-spacebar (on Ubuntu 18.04 Bionic: Ctrl-spacebar) to switch to the Khmer Angkor keyboard - verify that the language tag "km" appears in the taskbar ![Screenshot from 2022-02-03 12-04-10](https://user-images.githubusercontent.com/181336/152330927-85322e71-5f48-4c35-8cf3-af0b69e2b447.png) - Open the text editor (gedit), verify that the newly installed keyboard can type - Open LibreOffice Writer, verify that the newly installed keyboard can type - Type Windows-spacebar to switch back to English keyboard - **TEST_KB_ICELANDIC**: Add a keyboard for an additional language - From the launcher, start "Keyman Configuration" - Verify "Keyman Configuration" dialog appears - Click "Download", search for "icelandic", and click the "EuroLatin (SIL) (Icelandic language)" keyboard - Click "Install keyboard" - Verify that the readme appears in the install window - Click "Install" button - Verify that the welcome file appears after installation - Verify the new keyboard appears in "Keyman Configuration" - Verify the new keyboard appears on the top right of the screen (similar to "Icelandic (EuroLatin (SIL)) - is") - Add the keyboard for an additional language in GNOME - From Ubuntu, start "Settings" --> "Region & Language" (in newer Ubuntu versions: "Settings" --> "Keyboard") - In "Input Sources", click "+" to add input source, click the three dots to get the search field - Search for German and select the "German (EuroLatin (SIL))" keyboard - Click "Add" - Verify the language/keyboard combination appears in the "Input Sources" list, similar to "German (EuroLatin (SIL))" - Verify the language tag for the new keyboard appears on the top right of the screen (similar to "German (EuroLatin (SIL)) - de") - Click Windows-spacebar to switch to the Icelandic keyboard - In a text editor (gedit), verify that the newly installed keyboard can type (e.g. typing `:a` should result in `ä`) - **TEST_KB_INST_PKG**: Install a package from disk - Open https://keyman.com/keyboards/sil_ipa in the browser. Download the `sil_ipa.kmp` keyboard linked after "Package Download". - In the "Keyman Configuration" dialog, click "Install" - Browse to the local `sil_ipa.kmp` file on disk and click "Open" to install it - Verify that the readme file appears in the README tab of the install window - Click "Install" button - Verify that the welcome file appears after installation - Verify the keyboard was added to GNOME - From Ubuntu, start "Settings" --> "Region & Language" (in newer Ubuntu versions: "Settings" --> "Keyboard") **Note:** you might have to close and re-open the Settings dialog if you still had it open to properly show the keyboards - Verify the keyboard appears in the "Input Sources" list (similar to "Undetermined (IPA SIL))") - Verify the language tag for the current keyboard appears on the top right of the screen - Click Windows-spacebar to switch to the IPA keyboard - In a text editor, verify that the newly installed keyboard can type: typing `n>` should result in `ŋ` ## SUITE_UI: Keyman Configuration dialog It is sufficient to run these tests on one platform only. - **TEST_UI_ABOUT:** About keyboard - In the "Keyman Configuration" dialog, select a keyboard and click "About" - Verify package and keyboard information is displayed - For a keyboard downloaded from keyman.com, verify a QR Code link is displayed - **TEST_UI_HELP:** Keyboard help - In the "Keyman Configuration" dialog, select a keyboard and click "Help" - If the package does not include a welcome file verify that the "Help" button is disabled - If the package includes a welcome file, verify that it appears. - **TEST_UI_OPTIONS:** Options - In the "Keyman Configuration" dialog, select the "EuroLatin (SIL)" keyboard and click "Options" - Verify the Options dialog appears. - Select a different keyboard that doesn't provide options - Verify the Options button is disabled. ## SUITE_OSK: On Screen Keyboard tests - GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11 - GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11 - GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11 - GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland - GROUP_WASTA: Wasta 20.04 with Gnome Shell and X11 ### Tests - **TEST_OSK:** On Screen Keyboard tests - From the launcher, start "onboard" - Verify the OSK for the current keyboard appears at the bottom of the screen - Verify that the default OSK (en-US) is shown if the current keyboard doesn't have one - Click Windows-spacebar to switch to the Khmer Angkor keyboard - Verify the OSK switches to match the Khmer Angkor keyboard - In a text editor (gedit), verify clicking on an OSK key produces expected output - Click Windows-spacebar and switch back to English keyboard - Verify the OSK switches back to the English keyboard - **TEST_OSK_CONFIG:** On Screen Keyboard configuration - From the launcher, start "onboard settings" - Verify the "Onboard Preferences" panel appears ## SUITE_CLI: Command line tools It is sufficient to run these tests on one platform only. Run the following tests in a terminal window. ### km-package-get - **TEST_CLI_GET:** Run `km-package-get`. Verify that you get an error message. - **TEST_CLI_GET_ID:** Run `km-package-get hieroglyphic`. Verify the file `~/.cache/keyman/hieroglyphic.kmp` got downloaded. - **TEST_CLI_GET_MAN:** Run `man km-package-get`. Verify it shows the manual page explaining the parameters. - **TEST_CLI_GET_WEB:** Open in the browser. Verify you get the same information as in the manual page. ### km-package-install - **TEST_CLI_INST:** Run `km-package-install`. Verify that you get an error message. - **TEST_CLI_INST_PKG:** Run `km-package-install -p sil_korda_jamo`. Verify that this adds the "Korean KORDA Jamo (SIL)" keyboard to the keyboard dropdown. - **TEST_CLI_INST_SHARED:** Run `sudo km-package-install -s -f ~/.cache/keyman/hieroglyphic.kmp`. Verify that this adds the "Hieroglyphic" keyboard for ancient Egyptian to the keyboard dropdown. - **TEST_CLI_INST_COMPL:** Type `km-package-install -p gff_ahmha` and press `TAB` key. Verify that this completes the command to `km-package-install -p gff_ahmharic`. - **TEST_CLI_INST_MAN:** Run `man km-package-install`. Verify it shows the manual page explaining the parameters. - **TEST_CLI_INST_WEB:** Open in the browser. Verify you get the same information as in the manual page. ### km-package-list-installed - **TEST_CLI_LIST:** Run `km-package-list-installed`. Verify that it lists the keyboards you previously installed. - **TEST_CLI_LIST_USER:** Run `km-package-list-installed -u`. Verify you get the same list as in the previous test. - **TEST_CLI_LIST_LONG:** Run `km-package-list-installed --long`. Verify that it lists the keyboards you previously installed, displaying details for each keyboard. - **TEST_CLI_LIST_SHARED:** Run `km-package-list-installed -s`. This should show the Hieroglyphic keyboard as the only one under "Installed shared Keyman keyboard packages". - **TEST_CLI_LIST_OS:** Run `km-package-list-installed -o`. There should be no keyboards under "Installed OS Keyman keyboard packages". - **TEST_CLI_LIST_MAN:** Run `man km-package-list-installed`. Verify it shows the manual page explaining the parameters. - **TEST_CLI_LIST_WEB:** Open in the browser. Verify you get the same information as in the manual page. ### km-kvk2ldml - **TEST_CLI_LDML:** Run `km-kvk2ldml`. Verify that you get an error message. - **TEST_CLI_LDML_FILE:** Run `km-kvk2ldml -o /tmp/test.ldml ~/.local/share/keyman/khmer_angkor/khmer_angkor.kvk`. Verify that this creates the file `/tmp/test.ldml`. - **TEST_CLI_LDML_PRNT:** Run `km-kvk2ldml -p ~/.local/share/keyman/khmer_angkor/khmer_angkor.kvk`. Verify that this prints information about the keyboard. - **TEST_CLI_LDML_KEYS:** Run `km-kvk2ldml -k -p ~/.local/share/keyman/khmer_angkor/khmer_angkor.kvk`. Verify that in addition to the information about the keyboard it prints the keys contained in the keyboard. - **TEST_CLI_LDML_MAN:** Run `man km-kvk2ldml`. Verify it shows the manual page explaining the parameters. - **TEST_CLI_LDML_WEB:** Open in the browser. Verify you get the same information as in the manual page. ### km-package-uninstall - **TEST_CLI_UNINST:** Run `km-package-uninstall`. Verify that you get an error message. - **TEST_CLI_UNINST_PKG:** Run `km-package-uninstall sil_euro_latin` - Verify that this removes the "Icelandic (EuroLatin (SIL))" as well as the "German (EuroLatin (SIL))" keyboards from the keyboard dropdown - Verify that the folder `~/.local/share/keyman/sil_euro_latin` no longer exists - **TEST_CLI_UNINST_SHARED:** Run `sudo km-package-uninstall -s hieroglyphic` - Verify that this removes the "Hieroglyphic" keyboard from the keyboard dropdown - Verify that the folder `/usr/local/share/keyman/hieroglyphic` no longer exists - **TEST_CLI_UNINST_MAN:** Run `man km-package-uninstall`. Verify it shows the manual page explaining the parameters. - **TEST_CLI_UNINST_WEB:** Open in the browser. Verify you get the same information as in the manual page. ### km-config - **TEST_CLI_CFG:** Run `km-config`. Verify that it opens the "Keyman Configuration" dialog. - **TEST_CLI_CFG_VER:** Run `km-config --version`. Verify that it outputs the version number. - **TEST_CLI_CFG_INST1:** Run `km-config -i file://$HOME/.cache/keyman/hieroglyphic.kmp`. Verify that this opens the installation dialog for the hieroglyphic keyboard. - **TEST_CLI_CFG_INST2:** Run `km-package-get el_dinka && km-config --install ~/.cache/keyman/el_dinka.kmp`. Verify that this opens the installation dialog for the el_dinka/Thuɔŋjäŋ keyboard. - **TEST_CLI_CFG_PKG:** Run `km-config keyman://download/keyboard/sil_pan_africa_positional?bcp47=bjt-latn` - Verify that this brings up the installation dialog for the "Pan Africa Positional (SIL)" keyboard - Click "Install" button - Verify that the "Pan Africa Positional (SIL)" shows up for Balanta-Ganja in the keyboards dropdown list - **TEST_CLI_CFG_MAN:** Run `man km-config`. Verify it shows the manual page explaining the parameters. - **TEST_CLI_CFG_WEB:** Open in the browser. Verify you get the same information as in the manual page. ## SUITE_KBDS: Verify specific keyboards - GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11 - GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11 - GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11 - GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland - GROUP_WASTA: Wasta 20.04 with Cinnamon ### Tests - **TEST_IPA_WRITER:** Open LibreOffice Writer. Switch to "IPA (SIL)" keyboard. Type `n>`. Verify that the result is "ŋ". - **TEST_IPA_GEDIT:** Open gedit. Switch to "IPA (SIL)" keyboard. Type `n>`. Verify that the result is "ŋ". - **TEST_KO_WRITER:** Open LibreOffice Writer. Switch to "Korean KORDA Jamo (SIL)" keyboard. Type `hangeul`. Verify that the result is "한글". - **TEST_KO_GEDIT:** Open gedit. Switch to "Korean KORDA Jamo (SIL)" keyboard. Type `hangeul`. Verify that the result is "한글". - **TEST_KM_WRITER:** Open LibreOffice Writer. Switch to "Khmer Angkor" keyboard. Type `xEjmr`. Verify that the output is "ខ្មែរ". - **TEST_KM_GEDIT:** Open gedit. Switch to "Khmer Angkor" keyboard. Type `xEjmr`. Verify that the output is "ខ្មែរ". ## SUITE_UNINSTALL: Uninstallation - GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11 - GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11 - GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11 - GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland - GROUP_WASTA: Wasta 20.04 with Cinnamon ### Tests - **TEST_UNINSTALL:** Remove the keyman package ```bash sudo apt --autoremove remove keyman ``` (on Ubuntu 18.04 Bionic use these commands instead: ```bash sudo apt remove keyman sudo apt autoremove ``` - Verify no errors are displayed - Verify the directory and files in `/usr/lib/python3/dist-packages/keyman_config` are gone - Verify that the user installed keyboards didn't get removed, i.e. the subdirectories under `~/.local/share/keyman` still exist and still contain the `*.kmp` and other files. ## SUITE_UPDATE: Update an existing installation - GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11 - GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11 - GROUP_JAMMY: Ubuntu 22.04 Jammy with Gnome Shell and X11 or Wayland - GROUP_WASTA: Wasta 20.04 with Cinnamon ### Preparation - remove keyman package ```bash sudo apt --autoremove remove keyman ``` - remove beta and alpha ppas: ```bash sudo rm /etc/apt/sources.list.d/keymanapp-ubuntu-keyman* ``` - add stable ppa ```bash sudo add-apt-repository ppa:keymanapp/keyman ``` - install latest stable version ```bash sudo apt update sudo apt install keyman onboard-keyman ``` - verify that this installed the latest stable version: `km-config --version` - re-add beta ppa: ```bash sudo add-apt-repository ppa:keymanapp/keyman-beta ``` For pre-beta tests install the alpha ppa: ```bash sudo add-apt-repository ppa:keymanapp/keyman-alpha ``` - reboot ### Tests - **TEST_UPGRADE**: Upgrade Keyman - Run the following command: ```bash sudo apt update sudo apt upgrade ``` - Verify that this installed the latest beta (alpha) version: `km-config --version` - verify that the Keyman keyboards still show up in the keyboards dropdown - switch to one of the Keyman keyboards and verify that typing with that keyboard still works ## What's New Tests ??? - Refer to the new changes in `/history.md` and verify functionality
keymanapp-test-bot[bot] commented 2 years ago

User Test Results

Test specification and instructions

✅ SUITE_INSPECT: Visual Inspection of master/beta branches

3 tests in 1 groups PASSED - ✅ **TEST_CI_MASTER ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117181319))**: Verified and the master build for Linux reports green on https://status.keyman.com - ✅ **TEST_CI_BETA ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117181319))**: Verified and the beta build for Linux reports green on https://status.keyman.com ([notes](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117181319)) - ✅ **TEST_VERIFY_HISTORY ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1153883276))**: Verified History file and it contains all the current changes. ([notes](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1153883276))

✅ SUITE_INSTALLATION: Basic installation

35 tests in 5 groups PASSED * ✅ GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11 ("Ubuntu")
7 tests PASSED - ✅ **TEST_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117262401))**: Tested this as per the instructions and it is working as expected in Gnome Shell and X11. - ✅ **TEST_START ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117262401))**: Tested this as per the instructions and it is working as expected in Gnome Shell and X11. - ✅ **TEST_KB_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117262401))**: Tested this as per the instructions and it is working as expected in Gnome Shell and X11. - ✅ **TEST_KB_ADDED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117262401))**: Tested this as per the instructions and it is working as expected in Gnome Shell and X11. - ✅ **TEST_KB_WORKS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117262401))**: Tested this as per the instructions and it is working as expected in Gnome Shell and X11. - ✅ **TEST_KB_ICELANDIC ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1150787778))**: Tested this in Keyman 15.0.528 beta build as per the instructions and it is working as expected. - ✅ **TEST_KB_INST_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1150787778))**: Tested this in Keyman 15.0.528 beta build as per the instructions and it is working as expected.
* ✅ GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11 ("Ubuntu")
7 tests PASSED - ✅ **TEST_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118423649))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11. - ✅ **TEST_START ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118423649))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11. - ✅ **TEST_KB_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118423649))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11. - ✅ **TEST_KB_ADDED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118423649))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11. - ✅ **TEST_KB_WORKS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118423649))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11. - ✅ **TEST_KB_ICELANDIC ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118423649))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11. - ✅ **TEST_KB_INST_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118423649))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11.
* ✅ GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11 ("Ubuntu on Xorg")
7 tests PASSED - ✅ **TEST_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121006247))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_START ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121006247))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121006247))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_ADDED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121006247))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_WORKS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121006247))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_ICELANDIC ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121006247))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_INST_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121006247))**: Tested this as per the instructions and it is working as expected.
* ✅ GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland ("Ubuntu")
7 tests PASSED - ✅ **TEST_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119707414))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_START ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119707414))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119707414))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_ADDED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119707414))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_WORKS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119707414))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_ICELANDIC ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119707414))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_INST_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119707414))**: Tested this as per the instructions and it is working as expected.
* ✅ GROUP_WASTA: Wasta 20.04 with Cinnamon ("Cinnamon (Default)")
7 tests PASSED - ✅ **TEST_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_START ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_INSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_ADDED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743))**: Tested this as per the instructions and it is working as expected. ([notes](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743)) - ✅ **TEST_KB_WORKS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_ICELANDIC ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743))**: Tested this as per the instructions and it is working as expected. - ✅ **TEST_KB_INST_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119570743))**: Tested this as per the instructions and it is working as expected.

✅ SUITE_UI: Keyman Configuration dialog

3 tests in 1 groups PASSED - ✅ **TEST_UI_ABOUT ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117310892))**: Tested this on Bionic 18.04 (X11) and it is working as expected. - ✅ **TEST_UI_HELP ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117310892))**: Tested this on Bionic 18.04 (X11) and it is working as expected. - ✅ **TEST_UI_OPTIONS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117310892))**: Tested this on Bionic 18.04 (X11) and it is working as expected.

🟩 SUITE_OSK: On Screen Keyboard tests

✅ SUITE_CLI: Command line tools

35 tests in 1 groups PASSED - ✅ **TEST_CLI_GET ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS along with Keyman 15.0.243-beta build and it is working as expected. - ✅ **TEST_CLI_GET_ID ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_GET_MAN ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_GET_WEB ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_INST ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_INST_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_INST_SHARED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_INST_COMPL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_INST_MAN ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_INST_WEB ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LIST ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LIST_USER ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LIST_LONG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LIST_SHARED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LIST_OS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LIST_MAN ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LIST_WEB ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LDML ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LDML_FILE ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LDML_PRNT ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LDML_KEYS ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LDML_MAN ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_LDML_WEB ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_UNINST ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_UNINST_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_UNINST_SHARED ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_UNINST_MAN ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_UNINST_WEB ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_CFG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_CFG_VER ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_CFG_INST1 ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_CFG_INST2 ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_CFG_PKG ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_CFG_MAN ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected. - ✅ **TEST_CLI_CFG_WEB ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118562344))**: Tested this in Ubuntu Focal 20.04 Linux OS and it is working as expected.

🟩 SUITE_KBDS: Verify specific keyboards

✅ SUITE_UNINSTALL: Uninstallation

5 tests in 5 groups PASSED * ✅ GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11
1 tests PASSED - ✅ **TEST_UNINSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117422144))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11.
* ✅ GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11
1 tests PASSED - ✅ **TEST_UNINSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118658470))**: Tested this as per the instructions and it is working as expected.
* ✅ GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11
1 tests PASSED - ✅ **TEST_UNINSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121047814))**: Tested this as per the instructions and it is working as expected in X11.
* ✅ GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland
1 tests PASSED - ✅ **TEST_UNINSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121047814))**: Tested this as per the instructions and it is working as expected in Wayland.
* ✅ GROUP_WASTA: Wasta 20.04 with Cinnamon
1 tests PASSED - ✅ **TEST_UNINSTALL ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119597660))**: Tested this as per the instructions and it is working as expected.

✅ SUITE_UPDATE: Update an existing installation

4 tests in 4 groups PASSED * ✅ GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11
1 tests PASSED - ✅ **TEST_UPGRADE ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1117422144))**: Tested this as per the instructions and it is working as expected in both Gnome Shell and X11.
* ✅ GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11
1 tests PASSED - ✅ **TEST_UPGRADE ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1118658470))**: Tested this as per the instructions and it is working as expected.
* ✅ GROUP_JAMMY: Ubuntu 22.04 Jammy with Gnome Shell and X11 or Wayland
1 tests PASSED - ✅ **TEST_UPGRADE ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1121047814))**: Tested this as per the instructions and it is working as expected in Wayland.
* ✅ GROUP_WASTA: Wasta 20.04 with Cinnamon
1 tests PASSED - ✅ **TEST_UPGRADE ([PASSED](https://github.com/keymanapp/keyman/issues/6528#issuecomment-1119597660))**: Tested this as per the instructions and it is working as expected.
bharanidharanj commented 2 years ago

SUITE_INSPECT: Visual Inspection of master/beta branches

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_UI: Keyman Configuration dialog

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_CLI: Command line tools

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_WASTA: Wasta 20.04 with Cinnamon

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_WASTA: Wasta 20.04 with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

..in LibreOffice Writer:

..in TextEditor:

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

Specific Keyboards in LibreOffice Writer:

Specific Keyboards in TextEditor:

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_WASTA: Wasta 20.04 with Cinnamon

Specific Keyboard in LibreOffice Writer:

Specific Keyboard in TextEditor:

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

Specific Keyboards in LibreOffice Writer:

Specific Keyboards in LibreOffice TextEditor:

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

Specific Keyboards in LibreOffice Writer:

Specific Keyboards in LibreOffice TextEditor:

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

SUITE_UPDATE: Update an existing installation

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_WASTA: Wasta 20.04 with Cinnamon

SUITE_UPDATE: Update an existing installation

GROUP_WASTA: Wasta 20.04 with Cinnamon

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

SUITE_UPDATE: Update an existing installation

GROUP_JAMMY: Ubuntu 22.04 Jammy with Gnome Shell and X11 or Wayland

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

Files still there in Keyman Config Folder:

.kmp file is Missing in this Folder:

bharanidharanj commented 2 years ago

SUITE_UPDATE: Update an existing installation

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

MakaraSok commented 2 years ago

@keymanapp-test-bot retest SUITE_OSK GROUP_BIONIC TEST_OSK

MakaraSok commented 2 years ago

Please retest. I've tested them and they are working for me with km-config version 15.0.243-beta on these OSes.

@keymanapp-test-bot retest SUITE_OSK GROUP_JAMMY_X11 TEST_OSK, SUITE_OSK GROUP_JAMMY_WAYLAND TEST_OSK, SUITE_OSK GROUP_WASTA TEST_OSK

bharanidharanj commented 2 years ago

Please retest. I've tested them and they are working for me with km-config version 15.0.243-beta on these OSes.

@keymanapp-test-bot retest SUITE_OSK GROUP_JAMMY_X11 TEST_OSK, SUITE_OSK GROUP_JAMMY_WAYLAND TEST_OSK, SUITE_OSK GROUP_WASTA TEST_OSK

@MakaraSok Okay, I will retest it and will post my result. Thanks.

MakaraSok commented 2 years ago

@keymanapp-test-bot retest all

Tested all again because tests for Gnome were not tested previously.

bharanidharanj commented 2 years ago

SUITE_INSPECT: Visual Inspection of master/beta branches

Keyman Status:

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_UI: Keyman Configuration dialog

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

Test Results in LibreOffice Writer (Gnome Shell Environment):

Test Results in Text Editor (Gnome Shell Environment):

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

SUITE_UPDATE: Update an existing installation

GROUP_BIONIC: Ubuntu 18.04 Bionic with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_CLI: Command line tools

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

SUITE_UPDATE: Update an existing installation

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_WASTA: Wasta 20.04 with Cinnamon

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_WASTA: Wasta 20.04 with Cinnamon

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_WASTA: Wasta 20.04 with Cinnamon

SUITE_UPDATE: Update an existing installation

GROUP_WASTA: Wasta 20.04 with Cinnamon

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_WASTA: Wasta 20.04 with Gnome Shell and X11

..in Gnome Shell Environment:

..in Ubuntu X11 Environment:

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

bharanidharanj commented 2 years ago

SUITE_OSK: On Screen Keyboard tests

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

bharanidharanj commented 2 years ago

SUITE_INSTALLATION: Basic installation

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

bharanidharanj commented 2 years ago

SUITE_KBDS: Verify specific keyboards

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

Specific Keyboards in LibreOffice Writer:

Specific Keyboards in TextEditor:

bharanidharanj commented 2 years ago

SUITE_UNINSTALL: Uninstallation

GROUP_JAMMY_X11: Ubuntu 22.04 Jammy with Gnome Shell and X11

GROUP_JAMMY_WAYLAND: Ubuntu 22.04 Jammy with Gnome Shell and Wayland

SUITE_UPDATE: Update an existing installation

GROUP_JAMMY: Ubuntu 22.04 Jammy with Gnome Shell and X11 or Wayland

ermshiperete commented 1 year ago

@bharanidharanj Please check HISTORY.md in the top level directory. Looks like you looked at linux/history.md (we should get rid of those outdated files, but that's a separate issue...).

@keymanapp-test-bot retest SUITE_INSPECT TEST_VERIFY_HISTORY

ermshiperete commented 1 year ago

SUITE_OSK: On Screen Keyboard tests

GROUP_FOCAL: Ubuntu 20.04 Focal with Gnome Shell and X11

TEST_OSK (FAILED): Clicking on the On Screen Keyboard immediately closes the Text Editor in both Gnome Shell and X11 Environments.

@bharanidharanj Does this also happen after you reboot the VM?

ermshiperete commented 1 year ago

@bharanidharanj I added a section to the "Setup" step to change the complex text layout settings in LibreOffice which is required for TEST_KM_WRITER. Can you please retest?

@keymanapp-test-bot retest SUITE_KBDS TEST_KM_WRITER

bharanidharanj commented 1 year ago

SUITE_INSPECT: Visual Inspection of master/beta branches