Bug 1329908
Summary: | [comps] LXQt group description is the same as for LXDE, may confuse users to see two list entries for LXDE | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> | ||||||||||
Component: | comps | Assignee: | Stephen Gallagher <sgallagh> | ||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||||||
Severity: | high | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 24 | CC: | awilliam, g.kaviyarasu, helio, jonathan, kevin, projects.rg, rdieter, robatino, tflink, ti.eugene, vanmeeuwen+fedora, vpavlin | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | All | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | RejectedBlocker | ||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2016-07-21 10:57:59 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: | |||||||||||||
Bug Depends On: | |||||||||||||
Bug Blocks: | 1202425 | ||||||||||||
Attachments: |
|
Description
Raphael Groner
2016-04-24 18:36:04 UTC
Proposed as a Blocker for 24-beta by Fedora user raphgro using the blocker tracking app because: This bug violates some test cases in their expectation criterions. There must not be conflicting installation options. The description for LXQt option has to be changed to be uniquely found for an user. https://fedoraproject.org/wiki/QA:Testcase_Package_Sets_Minimal_Package_Install https://fedoraproject.org/wiki/QA/TestCases/PackageSetsEverythingPackageInstall There must not be conflicting installation options. The description for LXQt option has to be changed to be uniquely found for an user. This doesn't violate anything in the minimal test case, and the everything test case is optional and doesn't cover any release criteria. There's no criterion violation here that I can see, so -1 blocker. A duplicated entry in a list of installation options does not look right to me. Besides one of both entries is misleading cause it installs packages for/of LXQt instead of LXDE as it promises. Getting LXQt maintainers into the boat. I didn't say it's not a *bug*, I just said it's not a *release blocker* :) I'm not entirely sure what you're describing, though. There is an "LXQt Desktop" environment group which is different from the "LXDE Desktop" environment group, and there are "LXDE" and "LXQt" package groups, neither of which is set user-visible. Could you post a screenshot? Thanks! Hmm, maybe it's just an l10n thingy. I used Anaconda with german translations. Created attachment 1150217 [details]
screenshot with duplicated LXDE in left column
Created attachment 1150218 [details]
screenshot with duplicated LXDE in right column
I can confirm this is a l10n bug. When I run Anaconda in english mode, I get the second option shown as LXQt uniquely. What component should I assign this bug? Proposed as a Blocker for 24-final by Fedora user raphgro using the blocker tracking app because: This bug should be a final blocker. It somehow violates an usable localization of Anaconda and shows broken string freeze. This test case tests installation using a non-English European language. Testing also includes verifying a good keymap is selected during installation and used for all purposes in the installed system. https://fedoraproject.org/wiki/QA:Testcase_Non-English_European_Language_Install comps, it's an issue in the comps translations. I'm not sure if those are considered subject to the string freeze; since comps and spin-kickstarts are just git repos, they kinda don't exactly get affected by the freeze processes as they apply to packages. This still does not qualify as a blocker for me. Neither that test case nor the criteria it covers say anything about mistakes in translations, especially in something non-critical like the name of a non-blocking environment's groups. > since comps and spin-kickstarts are just git repos
Please guide me to the files with the translation strings, then we can try to improve (at least) the german text and look for other propably false translations.
Created attachment 1150299 [details]
diff *.po lxde vs. lxqt
$ grep -ci lxde *.po >lxde.log
$ grep -ci lxqt *.po >lxqt.log
$ diff lxde.log lxqt.log
comps is translated in zanata: https://fedora.zanata.org/project/view/comps Please submit your changes via there. Discussed in the 2016-05-02 blocker review meeting. Rejected as a release blocking bug for F24 final because it does not violate any of the release criteria. Created attachment 1155106 [details]
po.patch
I hope I found all wrong LXDE and corrected with LXQt. Besides that, sometimes MATE is wrongly translated with LXDE.
German texts corrected in zanata. Thanks, pulled from zanata and pushed into comps. ;) should be able to verify it in tomorrow's nightly f24 or rawhide. Is this fixed? Please close this BZ if so. LGTM Thanks! |