Bug 471833
| Summary: | use lowercase input-method names | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> |
| Component: | imsettings | Assignee: | Akira TAGOH <tagoh> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | i18n-bugs, tagoh |
| Target Milestone: | --- | Keywords: | FutureFeature, i18n |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-10 10:49:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jens Petersen
2008-11-17 03:57:12 UTC
I'd rather prefer just dealing with it as case-insensitive string, because that way could be easily set to the unrelated name and it would makes confused. I would rather take NAME as the default and use SHORT_DESC to override it in im-chooser: then imsettings-list will show lowercase names and it will be more consistent IMHO. (Maybe an alternative to NAME would be just using the filename with .conf?) Okay. will change the behavior to fall back to the conf filename with/without .conf if no such names in the list of SHORT_DESC then. So what will imsettings-list show in that case? no plans to change it. guess better improving a help message in imsettings-start instead. actually current description of parameter doesn't clarify it would links to what imsettings-list shows. So you are going the case-insensitive way or just wontfix? I meant no plans to change imsettings-list but only update an interface for imsettings-start/stop/restart to a case-insensitive name or a filename with/without .conf. From some discussion with you on IRC, I'm going to change imsettings-list like: * 1: /etc/X11/xinit/xinput.d/scim.conf (recommended) 2: /etc/X11/xinit/xinput.d/ibus.conf or * 1: scim.conf (recommended) 2: ibus.conf or whatever. and allow a filename with/without .conf suffix for imsettings-start/stop/restart then. tried the above idea and facing an issue for XIM. imsettings doesn't manage xinput conf for XIM directly but accessing through xim.conf to get the right thing for current locale. the above idea makes harder to see which legacy XIM server will be used really. that may makes sense at some point that one is surely enabling XIM though. displaying SHORT_DESC too may be good perhaps. Fixed in imsettings-0.106.0-1.fc11. |