Package: im-config
Version: 0.12
Severity: normal
Spaces are missing in the following lines in 24_uim.rc
> elif [ -x /usr/bin/uim-toolbar-gtk]; then
> elif [ -x /usr/bin/uim-toolbar-qt]; then
Here is a patch for 24_uim.rc:
--- im-config-0.12.org/data/24_uim.rc 2011-12-10 22:41:26.000000000 +0900
+++ im-config-0.12/data/24_uim.rc 2012-04-24 23:30:32.148333687 +0900
@@ -10,9 +10,9 @@
# Starting GUI
if [ -x /usr/bin/uim-toolbar-gtk-systray ]; then
(sleep 10; uim-toolbar-gtk-systray) &
-elif [ -x /usr/bin/uim-toolbar-gtk]; then
+elif [ -x /usr/bin/uim-toolbar-gtk ]; then
(sleep 10; uim-toolbar-gtk) &
-elif [ -x /usr/bin/uim-toolbar-qt]; then
+elif [ -x /usr/bin/uim-toolbar-qt ]; then
(sleep 10; uim-toolbar-qt) &
fi
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages im-config depends on:
ii dialog 1.1-20120215-1
ii gettext-base 0.18.1.1-5
ii zenity 3.4.0-1
Versions of packages im-config recommends:
ii dialog 1.1-20120215-1
ii x11-common 1:7.6+12
im-config suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]