File git-03-4c9ce1005de47b75b774f914c52dcb5d42f1cc7e.patch of Package aaa_base.1311

commit 4c9ce1005de47b75b774f914c52dcb5d42f1cc7e
Author: Werner Fink <werner@suse.de>
Date:   Wed Feb 11 15:54:16 2015 +0100

    Even if GDM has done language setup the personal .i18n should be sourced
    
    Signed-off-by: Werner Fink <werner@suse.de>

diff --git a/files/etc/profile.d/lang.sh b/files/etc/profile.d/lang.sh
index 55b0572..674cfad 100644
--- a/files/etc/profile.d/lang.sh
+++ b/files/etc/profile.d/lang.sh
@@ -15,7 +15,10 @@ test -z "$SSH_SENDS_LOCALE" || return
 #
 # Already done by the GDM
 #
-test -z "$GDM_LANG" || return
+if test -z "$GDM_LANG"; then
+    test -s $HOME/.i18n && . $HOME/.i18n
+    return
+fi
 
 #
 # Get the system and after that the users configuration
openSUSE Build Service is sponsored by