tags 618021 confirmed
tags 618021 patch
severity 618021 grave
thanks
Since this makes X system unusable for many users upon reconfiguration, this is
"grave bug".
I think 80im-config_launch needs to be changed one line to test existance of
/usr/share/im-config/xinputrc.common :
---
# If already tweaked, keep hands off :-)
if [ -z "$XMODIFIERS" ] && \
[ -z "$GTK_IM_MODULE" ] && \
[ -z "$QT_IM_MODULE" ] && \
[ -r /usr/share/im-config/xinputrc.common ]; then
# initialize all im-config common functions and parameters
. /usr/share/im-config/xinputrc.common
# source the first found configuration file
if [ -r "$IM_CONFIG_XINPUTRC_USR" ]; then
. $IM_CONFIG_XINPUTRC_USR
elif [ -r "$IM_CONFIG_XINPUTRC_SYS" ]; then
. $IM_CONFIG_XINPUTRC_SYS
fi
fi
----
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]