Package: im-switch Version: 1.1 Severity: wishlist Currently, script /etc/X11/Xsession.d/90im-switch won't export variable XIM. In this way, we cannot use IME in some application which relies on XIM variable. So I created this patch. Hope it could be included in next release.
Thanks! --- 90im-switch 2005-06-05 23:10:22.000000000 +0900 +++ 90im-switch.new 2005-06-16 20:01:47.000000000 +0900 @@ -30,6 +30,7 @@ [ -n "$GTK_IM_MODULE" ] && export GTK_IM_MODULE [ -n "$QT_IM_MODULE" ] && export QT_IM_MODULE +[ -n "$XIM" ] && export XIM # setup XMODIFIERS [ -z "$XMODIFIERS" -a -n "$XIM" ] && XMODIFIERS="@im=$XIM" -- System Information: Debian Release: 3.1 Architecture: powerpc (ppc) Kernel: Linux 2.6.8-powerpc Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages im-switch depends on: ii libapt-pkg-perl 0.1.13 Perl interface to libapt-pkg -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

