From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test case tests whether langpack can take effect in PackageKit. |actions= # On a Fedora 12 or later system, check if your system has {{package|yu...') |
No edit summary |
||
Line 6: | Line 6: | ||
#* If the package is not installed, download from [http://kojipkgs.fedoraproject.org/packages/yum-langpacks/0.1.4/2.fc13/noarch/yum-langpacks-0.1.4-2.fc13.noarch.rpm koji] and install it: <pre>rpm -ivh yum-langpacks-0.1.4-2.fc13.noarch.rpm</pre> | #* If the package is not installed, download from [http://kojipkgs.fedoraproject.org/packages/yum-langpacks/0.1.4/2.fc13/noarch/yum-langpacks-0.1.4-2.fc13.noarch.rpm koji] and install it: <pre>rpm -ivh yum-langpacks-0.1.4-2.fc13.noarch.rpm</pre> | ||
# Open ''Add/Remove Software'' application either by gpk-application or from desktop menus: System->Administration->Add/Remove Software. | # Open ''Add/Remove Software'' application either by gpk-application or from desktop menus: System->Administration->Add/Remove Software. | ||
# Install several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc and check if current | # Install several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc and check if current locale langpack of installed application is searched out and installed automatically. | ||
# Logout. In GDM, before entering password, change desktop language to another and login again. | # Logout. In GDM, before entering password, change desktop language to another and login again. | ||
# Onstalling or updating several packages again using ''Add/Remove Software'' GUI. | # Onstalling or updating several packages again using ''Add/Remove Software'' GUI. | ||
|results= | |results= | ||
# | # In ''Add/Remove Software'', when select the package and click ''Apply'', current locale langpack should be in the list as a package candidate for installation. | ||
# After the package/group package installed, its current locale langpack should be installed automatically. | # After the package/group package installed, its current locale langpack should be installed automatically. | ||
}} | }} | ||
[[Category:Yum_Langpack_Test_Cases]] | [[Category:Yum_Langpack_Test_Cases]] |
Revision as of 10:11, 24 February 2010
Description
This test case tests whether langpack can take effect in PackageKit.
How to test
- On a Fedora 12 or later system, check if your system has
yum-langpacks
plugin installed by executing:rpm -q yum-langpacks
- If the package is not installed, download from koji and install it:
rpm -ivh yum-langpacks-0.1.4-2.fc13.noarch.rpm
- Open Add/Remove Software application either by gpk-application or from desktop menus: System->Administration->Add/Remove Software.
- Install several packages such as
kde-desktop
,koffice
oreclipse
etc and check if current locale langpack of installed application is searched out and installed automatically. - Logout. In GDM, before entering password, change desktop language to another and login again.
- Onstalling or updating several packages again using Add/Remove Software GUI.
Expected Results
- In Add/Remove Software, when select the package and click Apply, current locale langpack should be in the list as a package candidate for installation.
- After the package/group package installed, its current locale langpack should be installed automatically.