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 271301 Details for
Bug 402681
scim does not load when system language is en_US
[?]
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]
modified file xinput.sh which corrects problem
xinput.sh (text/plain), 1.60 KB, created by
Don Johnson
on 2007-11-28 13:28:25 UTC
(
hide
)
Description:
modified file xinput.sh which corrects problem
Filename:
MIME Type:
Creator:
Don Johnson
Created:
2007-11-28 13:28:25 UTC
Size:
1.60 KB
patch
obsolete
>#!/bin/bash ># Copyright (C) 1999 - 2004 Red Hat, Inc. All rights reserved. This ># copyrighted material is made available to anyone wishing to use, modify, ># copy, or redistribute it subject to the terms and conditions of the ># GNU General Public License version 2. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ># ># X Input method setup script > >USER_XINPUTRC="$HOME/.xinputrc" >SYS_XINPUTRC="/etc/X11/xinit/xinputrc" > ># Load up the user and system locale settings >oldterm=$TERM >unset TERM >if [ -r /etc/profile.d/lang.sh ]; then > source /etc/profile.d/lang.sh >fi >[ -n "$oldterm" ] && export TERM=$oldterm > >tmplang=${LC_CTYPE:-${LANG:-"en_US.UTF-8"}} > ># unset env vars to be safe >unset XIM XIM_PROGRAM XIM_ARGS XMODIFIERS GTK_IM_MODULE QT_IM_MODULE > >if [ -r "$USER_XINPUTRC" ]; then > source "$USER_XINPUTRC" >elif [ -r "$SYS_XINPUTRC" ]; then > # FIXME: This hardcoded list has to be gone in the future. > _language_list="en 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 >[ -n "$QT_IM_MODULE" ] && export QT_IM_MODULE > ># setup XMODIFIERS >[ -z "$XMODIFIERS" -a -n "$XIM" ] && XMODIFIERS="@im=$XIM" >[ -n "$XMODIFIERS" ] && export XMODIFIERS > ># execute XIM_PROGRAM >[ -n "$XIM_PROGRAM" ] && which "$XIM_PROGRAM" > /dev/null 2>&1 && LANG="$tmplang" "$XIM_PROGRAM" $XIM_ARGS &
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 402681
: 271301