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 304034 Details for
Bug 372151
/etc/sysconfig/i18n locale settings not propagating into X session
[?]
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]
Handle the SSH case (csh version)
lang.csh.patch (text/plain), 841 bytes, created by
Jarkko
on 2008-04-28 19:32:59 UTC
(
hide
)
Description:
Handle the SSH case (csh version)
Filename:
MIME Type:
Creator:
Jarkko
Created:
2008-04-28 19:32:59 UTC
Size:
841 bytes
patch
obsolete
>--- lang.csh.orig 2008-04-28 22:22:57.000000000 +0300 >+++ lang.csh 2008-04-28 22:26:15.000000000 +0300 >@@ -1,17 +1,23 @@ > # /etc/profile.d/lang.csh - set i18n stuff > > set sourced=0 >+ > if ($?LANG) then >- set sourced=1 > set saved_lang=$LANG > endif > >-foreach file (/etc/sysconfig/i18n $HOME/.i18n) >- if ( -f $file ) then >- eval `grep -v '^[:blank:]*#' $file | sed 's|\([^=]*\)=\([^=]*\)|setenv \1 \2|g' | sed 's|$|;|'` >- set sourced=1 >- endif >-end >+if ($?SSH_CONNECTION && $?LANG) then >+ set sourced=1 >+endif >+ >+if ($sourced == 0) then >+ foreach file (/etc/sysconfig/i18n $HOME/.i18n) >+ if ( -f $file ) then >+ eval `grep -v '^[:blank:]*#' $file | sed 's|\([^=]*\)=\([^=]*\)|setenv \1 \2|g' | sed 's|$|;|'` >+ set sourced=1 >+ endif >+ end >+endif > > if ($?saved_lang) then > setenv LANG $saved_lang
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 372151
:
252411
|
303357
|
303519
|
303769
|
303770
|
303782
|
304029
| 304034