From: Huang Peng Date: Wed, 30 Jul 2008 04:04:33 +0000 (+0800) Subject: Don't launch ibus-gconf. X-Git-Tag: 0.1.0.20080810~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13a4d66dbf0f29cff78c9633123b483041c527be;p=platform%2Fupstream%2Fibus.git Don't launch ibus-gconf. --- diff --git a/launcher/ibus.in b/launcher/ibus.in index 71e8029..4142b88 100644 --- a/launcher/ibus.in +++ b/launcher/ibus.in @@ -52,12 +52,12 @@ except: print >> sys.stderr, "start ibus-panel failed" sys.exit (1) -try: - print "start ibus-conf" - os.spawnv (os.P_NOWAIT, conf, [conf]) -except: - print >> sys.stderr, "start ibus-conf failed" - sys.exit (1) +# try: +# print "start ibus-conf" +# os.spawnv (os.P_NOWAIT, conf, [conf]) +# except: +# print >> sys.stderr, "start ibus-conf failed" +# sys.exit (1) try: os.kill (daemon_pid, 0)