This commit is contained in:
committed by
Git OBS Bridge
parent
0bee246fab
commit
864021a027
15
xim
15
xim
@@ -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 doesn’t 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
|
||||
|
||||
|
Reference in New Issue
Block a user