From 13a4d66dbf0f29cff78c9633123b483041c527be Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Wed, 30 Jul 2008 12:04:33 +0800 Subject: [PATCH] Don't launch ibus-gconf. --- launcher/ibus.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) -- 2.7.4