QA:Langpack Yum Application
From FedoraProject
(Difference between revisions)
(changed steps) |
|||
| Line 7: | Line 7: | ||
# Install several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc and check if current language package of installed application is searched and installed automatically. For example: | # Install several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc and check if current language package of installed application is searched and installed automatically. For example: | ||
#:<pre>yum install eclipse</pre> | #:<pre>yum install eclipse</pre> | ||
| − | #:<pre>yum install | + | #:<pre>yum install Calligra</pre> |
| − | #:<pre>yum install ' | + | #:<pre>yum install 'libreoffice'</pre> |
#:<pre>yum groupinstall 'kde-desktop'</pre> | #:<pre>yum groupinstall 'kde-desktop'</pre> | ||
# 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. | ||
Revision as of 10:47, 14 March 2012
Contents |
Description
This test case tests whether langpack can add different languages to language list when changing current locale.
How to test
- Check if your system has
plugin installed by executing:
yum-langpacksrpm -q yum-langpacks
- If the package is not installed install it using yum:
yum install yum-langpacks
- Install several packages such as
,
kde-desktopor
kofficeetc and check if current language package of installed application is searched and installed automatically. For example:
eclipseyum install eclipse
yum install Calligra
yum install 'libreoffice'
yum groupinstall 'kde-desktop'
- Logout. In GDM, before entering password, change desktop language to another and login again.
- Execute
suto root user and exercise yum again by installing or updating several packages. Check if langpack plugged in yum is affected by the changing of current locale.
Expected Results
- When execute yum:
- Langpack should be loaded, current locale should be added to language list.
- After dependency resolution finished, Installing langpack and Adding relative language package to transaction is displayed.
- Current locale package for the newly installed application should be installed automatically.
Reference Bugs
Bug 681747 langpacks not pulled in by groupinstall kde-desktop or office