ibus setup will execute ibus-daemon with --xim
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 22 Mar 2010 01:52:14 +0000 (09:52 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Mon, 22 Mar 2010 01:52:14 +0000 (09:52 +0800)
setup/main.py

index 7a848ca..8de4f42 100644 (file)
@@ -274,7 +274,7 @@ class Setup(object):
                 self.__flush_gtk_events()
                 if id != gtk.RESPONSE_YES:
                     sys.exit(0)
-                pid = os.spawnlp(os.P_NOWAIT, "ibus-daemon", "ibus-daemon")
+                pid = os.spawnlp(os.P_NOWAIT, "ibus-daemon", "ibus-daemon", "--xim")
                 time.sleep(1)
                 try:
                     self.__bus = ibus.Bus()