Blame SOURCES/imsettings-disable-xim.patch

0fef4c
diff -pruN imsettings-1.6.1.orig/data/imsettings-functions.in imsettings-1.6.1/data/imsettings-functions.in
0fef4c
--- imsettings-1.6.1.orig/data/imsettings-functions.in	2013-04-03 16:26:45.000000000 +0900
0fef4c
+++ imsettings-1.6.1/data/imsettings-functions.in	2013-04-03 19:20:35.000000000 +0900
0fef4c
@@ -160,10 +160,11 @@ function is_qt_supported() {
0fef4c
 }
0fef4c
 
0fef4c
 function is_xim_supported() {
0fef4c
-    [ -n "$IMSETTINGS_DISABLE_DESKTOP_CHECK" ] && return 0
0fef4c
-    if check_imsettings_capability xim; then
0fef4c
-	return 0
0fef4c
-    fi
0fef4c
+# XXX: Disable XIM support so far
0fef4c
+#    [ -n "$IMSETTINGS_DISABLE_DESKTOP_CHECK" ] && return 0
0fef4c
+#    if check_imsettings_capability xim; then
0fef4c
+#	return 0
0fef4c
+#    fi
0fef4c
 
0fef4c
     return 1
0fef4c
 }