Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 152979 Details for
Bug 237054
Modification of xinput.sh to disable IM for non-Asian locales by default
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
xinput.diff (text/plain), 610 bytes, created by
Akira TAGOH
on 2007-04-19 05:14:17 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Akira TAGOH
Created:
2007-04-19 05:14:17 UTC
Size:
610 bytes
patch
obsolete
>--- xinput.sh.orig 2006-07-05 15:46:08.000000000 +0900 >+++ xinput.sh 2007-04-19 14:12:23.000000000 +0900 >@@ -29,7 +29,14 @@ > if [ -r "$USER_XINPUTRC" ]; then > source "$USER_XINPUTRC" > elif [ -r "$SYS_XINPUTRC" ]; then >- source "$SYS_XINPUTRC" >+ # FIXME: This hardcoded list has to be gone in the future. >+ _language_list="as bn gu hi ja kn ko ml mr ne or pa si ta te th ur vi zh" >+ for i in $_language_list; do >+ if echo $tmplang | grep -q -E "^$i"; then >+ source "$SYS_XINPUTRC" >+ break >+ fi >+ done > fi > > [ -n "$GTK_IM_MODULE" ] && export GTK_IM_MODULE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237054
: 152979