OBS User unknown
2008-11-18 13:29:43 +00:00
committed by Git OBS Bridge
parent 0bee246fab
commit 864021a027
4 changed files with 66 additions and 27 deletions

15
xim
View File

@@ -160,17 +160,10 @@ else
echo "All default input methods tried for the current locale failed."
fi
# If there is no default input method for the current locale, set
# XMODIFIERS="@im=local". "@im=local" means "use compose and dead-keys" and
# some programs will use compose and dead-keys only if XMODIFIERS
# is set to either "@im=local" or "@im=none".
export XMODIFIERS="@im=local"
# If there is no default input method for the current locale, source
# the dummy input method "none" to get reasonable default settings
# of the relevant environment variables:
# Input of German umlauts in acroread doesnt work if GTK_IM_MODULE is
# unset. Make sure that it is set here, setting it to "xim" is
# a reasonable setting together with XMODIFIERS="@im=local". See also
# http://bugzilla.novell.com/show_bug.cgi?id=413879
source /etc/X11/xim.d/none
export GTK_IM_MODULE=xim