Skip to content

Commit

Permalink
Run ibus-daemon instead of ibus.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Feb 6, 2009
1 parent 33aa241 commit 0bcd2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def __init_bus(self):
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()
Expand Down

0 comments on commit 0bcd2dd

Please sign in to comment.