Bug 974743
| Summary: | Group named german-support missing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Simon Lewis <simon.lewis> |
| Component: | system-config-language | Assignee: | Parag Nemade <pnemade> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | i18n-bugs, nav007, pnemade, psatpute, simon.lewis |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | system-config-language-1.4.0-8.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-19 04:01:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
system-config-language is broken currently. If you want to install German support alternative way is to use following command sudo yum langinstall de Currently yum groups behaviour is broken in Fedora 20 due to removed language support groups and yum started using groups as objects now. The better solution can be provided is to stop reporting this as a error and have some more meaningful informative message like "Due to comps cleanup %s group got removed and no longer exists. Therefore only setting the default system language". Fixed in system-config-language-1.4.0-7.fc20 build on koji. system-config-language-1.4.0-7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/system-config-language-1.4.0-7.fc20 system-config-language-1.4.0-7.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/system-config-language-1.4.0-7.fc19 Package system-config-language-1.4.0-7.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing system-config-language-1.4.0-7.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0976/system-config-language-1.4.0-7.fc20 then log in and leave karma (feedback). system-config-language-1.4.0-7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. system-config-language-1.4.0-8.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/system-config-language-1.4.0-8.fc19 system-config-language-1.4.0-8.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
When applying German in system-config-language dialogue following error message is obtaimed: "No Group named german-support exists: Do you still want to install language without proper support?" Steps to reproduce this: Fedora 19 beta installed from KDE-live iso with German language selected in Anaconda... - German keyboard / local settings / some but not all translations were installed and / or configured. - KDE 4 German internationalisation was not installed. Subsequently installed system-config-language.noarch Run system-config-language.noarch from terminal select and apply German language. Terminal output: # system-config-language Geladene Plugins: langpacks, refresh-packagekit Traceback (most recent call last): File "/usr/share/system-config-language/language_gui.py", line 179, in okClicked self.apply() File "/usr/share/system-config-language/language_gui.py", line 269, in apply if not install.is_group_installed(grpid, self.mainWindow): File "/usr/share/system-config-language/gui_install.py", line 118, in is_group_installed raise yum.Errors.GroupsError, "No Group named %s exists" % grpid yum.Errors.GroupsError: No Group named german-support exists #