Comment 0 for bug 1134364

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

When dealing with bug 1103547 it was considered appropriate to let language-selector start checking for missing language support packages for all installed languages. In a backport context this comprises these steps to prevent undesired side effects:

* Let LanguageSelector.py call missing() in language_support_pkgs.py instead of by_locale().

* Backport https://launchpad.net/ubuntu/+source/accountsservice/0.6.29-1ubuntu5

* Modify available_languages() in language_support_pkgs.py to safely exclude non-installed languages.