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 152595 Details for
Bug 229996
greek chars not displayed on startup
[?]
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]
patch for this issue
lang.diff (text/plain), 707 bytes, created by
Bill Nottingham
on 2007-04-13 22:30:01 UTC
(
hide
)
Description:
patch for this issue
Filename:
MIME Type:
Creator:
Bill Nottingham
Created:
2007-04-13 22:30:01 UTC
Size:
707 bytes
patch
obsolete
>Index: lang.sh >=================================================================== >RCS file: /usr/local/CVS/initscripts/lang.sh,v >retrieving revision 1.52 >diff -u -r1.52 lang.sh >--- lang.sh 19 Feb 2007 22:21:47 -0000 1.52 >+++ lang.sh 13 Apr 2007 22:24:36 -0000 >@@ -78,7 +78,12 @@ > en_IN*) ;; > *_IN*) LANG=en_US.UTF-8 ;; > esac >- [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start $SYSFONT $SYSFONTACM >+ if [ -x /bin/unicode_start ] && /sbin/consoletype fg ; then >+ for langfile in /etc/sysconfig/i18n $HOME/.i18n ; do >+ [ -f $langfile ] && . $langfile >+ done >+ /bin/unicode_start $SYSFONT $SYSFONTACM >+ fi > fi > fi > ;;
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 229996
: 152595