diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-30 12:04:33 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-30 12:04:33 +0800 |
| commit | 13a4d66dbf0f29cff78c9633123b483041c527be (patch) | |
| tree | 644ce86e23931c385596b7cf03af993cd18efecf /launcher | |
| parent | 1e09758b224ec0ff1b98f08429a52fe92d703105 (diff) | |
| download | ibus-13a4d66dbf0f29cff78c9633123b483041c527be.tar.gz ibus-13a4d66dbf0f29cff78c9633123b483041c527be.tar.xz ibus-13a4d66dbf0f29cff78c9633123b483041c527be.zip | |
Don't launch ibus-gconf.
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/ibus.in | 12 |
1 files 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) |
