summaryrefslogtreecommitdiff
path: root/data/Xsession.in
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-12-16 10:55:53 -0500
committerRay Strode <rstrode@redhat.com>2013-12-16 11:58:10 -0500
commit0b2d22f63b3e6b3185d4e9a93bb192a21a695f9e (patch)
tree6c727f457b22ecbd7a5b1d6f312b323e7db20871 /data/Xsession.in
parentaf4e5855a22af0774f734b2b86ce7afc0a84e6e1 (diff)
downloadgdm-0b2d22f63b3e6b3185d4e9a93bb192a21a695f9e.tar.gz
daemon: get rid of greeter language selection
These days the greeter doesn't let you pick a language at log in time. This commit drops the interface, since it's unused, and we don't have any API guarantees in libgdm.
Diffstat (limited to 'data/Xsession.in')
-rwxr-xr-xdata/Xsession.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/Xsession.in b/data/Xsession.in
index 118518ca..f2533753 100755
--- a/data/Xsession.in
+++ b/data/Xsession.in
@@ -146,13 +146,6 @@ fi
unset XKB_IN_USE
-# Overwrite $LANG from /etc/profile (and friends) with the one picked in the
-# greeter
-if [ -n "$GDM_LANG" ]; then
- LANG="$GDM_LANG"
- export LANG
-fi
-
xhost +si:localuser:`id -un` || :
# run all system xinitrc shell scripts.