summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-09-24 15:35:28 +0200
committerBastien Nocera <hadess@hadess.net>2016-09-28 14:15:51 +0200
commite2d54e09dc8ce2f3edafc62540930f790d482ef2 (patch)
tree076ce0486cac91f1ce5f600bdea1b8764c61e564
parente1297bd30725b798bd283c351502ffd30ce31f3a (diff)
downloadgnome-settings-daemon-e2d54e09dc8ce2f3edafc62540930f790d482ef2.tar.gz
main: Remove localeexec wrapper file
https://bugzilla.gnome.org/show_bug.cgi?id=766180
-rwxr-xr-xgnome-settings-daemon/gnome-settings-daemon-localeexec.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnome-settings-daemon/gnome-settings-daemon-localeexec.in b/gnome-settings-daemon/gnome-settings-daemon-localeexec.in
deleted file mode 100755
index 1edb3d20..00000000
--- a/gnome-settings-daemon/gnome-settings-daemon-localeexec.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-SETTING=$(gsettings get org.gnome.system.locale region)
-REGION=${SETTING#\'}
-REGION=${REGION%\'}
-
-if [ -n "$REGION" ]; then
- export LC_TIME=$REGION
- export LC_NUMERIC=$REGION
- export LC_MONETARY=$REGION
- export LC_MEASUREMENT=$REGION
- export LC_PAPER=$REGION
-fi
-
-if [ -x @prefix@/bin/ibus-daemon ]; then
- test -z "$QT_IM_MODULE" && export QT_IM_MODULE=ibus
- test -z "$XMODIFIERS" && export XMODIFIERS=@im=ibus
-fi
-
-exec @libexecdir@/gnome-settings-daemon