summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-06 08:10:19 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-06 08:10:19 +0800
commit0bcd2dd9d08f2ac57121c283a63180f92a735338 (patch)
tree5471d03ff053bcab72bee0cb361bf3f24eb72884 /setup
parent33aa241841500c0b59204d905e05d55fb273486c (diff)
downloadibus-0bcd2dd9d08f2ac57121c283a63180f92a735338.tar.gz
ibus-0bcd2dd9d08f2ac57121c283a63180f92a735338.tar.xz
ibus-0bcd2dd9d08f2ac57121c283a63180f92a735338.zip
Run ibus-daemon instead of ibus.
Diffstat (limited to 'setup')
-rw-r--r--setup/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/main.py b/setup/main.py
index e3349d0..8a1d047 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -203,7 +203,7 @@ class Setup(object):
self.__flush_gtk_events()
if id != gtk.RESPONSE_YES:
sys.exit(0)
- pid = os.spawnlp(os.P_NOWAIT, "ibus", "ibus")
+ pid = os.spawnlp(os.P_NOWAIT, "ibus-daemon", "ibus-daemon")
time.sleep(1)
try:
self.__bus = ibus.Bus()