From Fedora Project Wiki
No edit summary |
(Initial cleanup and draft. More work needed.) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description= | |description=Test the installation of gnome-shell extensions. | ||
|actions= | |actions= | ||
# | # Install the Extensions app: search for it and install it from Software, install it with DNF using ''dnf install gnome-extensions'', or download the flatpakref from [https://flathub.org/apps/details/org.gnome.Extensions from Flathub]. | ||
# Run the Extensions app by launching it from the Activities Overview, or by running ''gnome-extensions-app''. | |||
# | # List installed extensions using the command line, with ''gnome-extensions list''. | ||
# | # Search for extensions using DNF, such as with ''dnf search gnome shell extension''. Install a new extension using DNF. | ||
# Restart the desktop session by logging out and in again. | |||
# | # Use the Extensions app or the ''gnome-extensions'' command to check whether the new extension has been installed. | ||
# Restart | |||
|results= | |results= | ||
# | # It should be possible to install and run the Extensions app. | ||
# | # The extensions app and the ''gnome-extensions'' command should list preinstalled extensions, extensions which have been installed from packages, and extensions which have been installed from extensions.gnome.org. | ||
}} | }} | ||
[[Category:Package_gnome-shell_test_cases]] | [[Category:Package_gnome-shell_test_cases]] |
Revision as of 15:10, 5 September 2022
Description
Test the installation of gnome-shell extensions.
How to test
- Install the Extensions app: search for it and install it from Software, install it with DNF using dnf install gnome-extensions, or download the flatpakref from from Flathub.
- Run the Extensions app by launching it from the Activities Overview, or by running gnome-extensions-app.
- List installed extensions using the command line, with gnome-extensions list.
- Search for extensions using DNF, such as with dnf search gnome shell extension. Install a new extension using DNF.
- Restart the desktop session by logging out and in again.
- Use the Extensions app or the gnome-extensions command to check whether the new extension has been installed.
Expected Results
- It should be possible to install and run the Extensions app.
- The extensions app and the gnome-extensions command should list preinstalled extensions, extensions which have been installed from packages, and extensions which have been installed from extensions.gnome.org.