Package: im-config
Version: 0.22-2
Severity: normal
Tags: patch

There's a typo in the command used to find the Qt4 module for UIM and it falls
back to XIM.
Attached is a patch against the file present in version 0.22-2, which appears
to be the latest.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages im-config depends on:
ii  dialog        1.2-20130523-1
ii  gettext-base  0.18.2.1-1
ii  zenity        3.8.0-1

Versions of packages im-config recommends:
ii  dialog      1.2-20130523-1
ii  x11-common  1:7.7+3

im-config suggests no packages.
--- /usr/share/im-config/data/24_uim.rc	2013-05-29 15:44:35.000000000 +0300
+++ /usr/share/im-config/data/24_uim.rc.new	2013-06-03 22:25:25.144801273 +0300
@@ -60,7 +60,7 @@
 
 QT4_IM_MODULE=xim
 # use immodule when available for Qt4 (Qt3 has been long dead)
-for IM_CONFIG_MARKER in $( ls/usr/lib/*/qt4/plugins/inputmethods/libuiminputcontextplugin.so \
+for IM_CONFIG_MARKER in $(ls /usr/lib/*/qt4/plugins/inputmethods/libuiminputcontextplugin.so \
                         /usr/lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so 2>/dev/null||true); do
     if [ -e $IM_CONFIG_MARKER ]; then
         QT4_IM_MODULE=uim

Reply via email to