[Angstrom-devel] [Review] org.oe.dev gpe-login 0.90: Call "C" locale what it is.

Paul Sokolovsky pmiscml at gmail.com
Thu Jan 3 15:49:04 CET 2008


Hello angstrom-distro-devel,


      Commit message has it all - it's pretty confusing to call
"English" what is actually "C" language locale. I'm not sure that many
users would bother to select "English(Great_Britain)" instead of
"English" during X11 login, but the locale behavior they offer is
quite different! ("C" not supporting any good deal of i18n at all).


This is a forwarded message
From: pfalcon commit <openembedded-commits at lists.openembedded.org>
To: openembedded-commits at lists.openembedded.org
Date: Wednesday, January 2, 2008, 8:57:18 PM
Subject: [oe-commits] org.oe.dev gpe-login 0.90: Call "C" locale what it is.

===8<==============Original message text===============
gpe-login 0.90: Call "C" locale what it is.
* Stop using confusing names like "English" for C locale, because people
select that "English" and then bang head for hours trying to figure why
nothing locale-related works.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 97df34dbfe924823e092b0d579539be286af6cea
ViewMTN: http://monotone.openembedded.org/revision/info/97df34dbfe924823e092b0d579539be286af6cea
Files:
1
packages/gpe-login/files/c-locale.patch
packages/gpe-login/gpe-login_0.90.bb
Diffs:

#
# mt diff -r67cc2c9842bf449626180fddd68ba2a4b7a0c519 -r97df34dbfe924823e092b0d579539be286af6cea
#
# 
# 
# add_file "packages/gpe-login/files/c-locale.patch"
#  content [bd0c78f858995bf0b287089ef71c5eb95dce42d0]
# 
# patch "packages/gpe-login/gpe-login_0.90.bb"
#  from [bc03131b857f9acf77c76c941a580713ef8e1ac5]
#    to [754b8ebf57e141bd2c3f322d2ad71fb0a4c0c827]
# 
============================================================
--- packages/gpe-login/files/c-locale.patch     bd0c78f858995bf0b287089ef71c5eb95dce42d0
+++ packages/gpe-login/files/c-locale.patch     bd0c78f858995bf0b287089ef71c5eb95dce42d0
@@ -0,0 +1,11 @@
+--- a/gpe-login.c.org  2007-11-29 16:11:53.000000000 +0200
++++ a/gpe-login.c      2008-01-02 20:13:27.000000000 +0200
+@@ -1180,7 +1180,7 @@
+   language_menu = gtk_option_menu_new ();
+ 
+   c_locale = g_malloc (sizeof (locale_item_t));
+-  c_locale->name = "English";
++  c_locale->name = "English(C locale)";
+   c_locale->locale = "C";
+   locale_system_list = g_slist_append (NULL, c_locale);
+ 
============================================================
--- packages/gpe-login/gpe-login_0.90.bb        bc03131b857f9acf77c76c941a580713ef8e1ac5
+++ packages/gpe-login/gpe-login_0.90.bb        754b8ebf57e141bd2c3f322d2ad71fb0a4c0c827
@@ -5,7 +5,7 @@ RPROVIDES_${PN} = "gpe-session-starter"
 DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
 RDEPENDS = "xkbd gpe-theme-clearlooks"
 RPROVIDES_${PN} = "gpe-session-starter"
-PR = "r5"
+PR = "r6"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
 
@@ -19,6 +19,7 @@ SRC_URI += " file://size-autolock-proper
 SRC_URI += " file://lock-on-supend.patch;patch=1 "
 SRC_URI += " file://gpe-xcalibrate-rises-from-dead.patch;patch=1 "
 SRC_URI += " file://size-autolock-properly.patch;patch=1 "
+SRC_URI += " file://c-locale.patch;patch=1 "
 
 SRC_URI_append_spitz = "file://brightness-adjust-keyluanchrc.patch;patch=1"
 SRC_URI_append_akita = "file://brightness-adjust-keyluanchrc.patch;patch=1"



_______________________________________________
Openembedded-commits mailing list
Openembedded-commits at lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

===8<===========End of original message text===========



-- 
Best regards,
 Paul                            mailto:pmiscml at gmail.com




More information about the Angstrom-distro-devel mailing list