diff profile @ 24:acbc487533ab

Consistently fix Thunderbird time settings by moving some bits to profile, not bashrc
author IBBoard <dev@ibboard.co.uk>
date Sat, 24 Oct 2015 15:48:50 +0100
parents
children c67aa2af6ff2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/profile	Sat Oct 24 15:48:50 2015 +0100
@@ -0,0 +1,13 @@
+# This file is read each time a login shell is started.
+# All other interactive shells will only read .bashrc; this is particularly
+# important for language settings, see below.
+
+#SUSE-ism for importing common profile stuff
+test -z "$PROFILEREAD" && . /etc/profile || true
+
+#Make sure that Thunderbird et al show correct dates and that all apps (not just Bash) get the right locale
+export LC_TIME=en_GB.UTF-8
+export LC_ALL=en_GB.UTF-8
+
+#Set us up for XCompose support of custom characters
+export GTK_IM_MODULE="uim"
\ No newline at end of file