Posts: 21
TianLan
Joined: 24 May 2014
#1
I'm using ibus to toggle between Chinese, German and English input.
At present I need to start it each session via the menu. I'd like ibus to start automatically each session.

Please let me know how to or let me know a link to a page where I can read it up.

Thanks,
TianLan
Last edited by TianLan on 18 Jul 2017, 21:34, edited 1 time in total.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
checking out the control center -> session -> desktop session config (I think that's the name) and when the text editor opens look for the startup tab/file.
Posts: 21
TianLan
Joined: 24 May 2014
#3
@dolphin thanks for your reply. Earlier I found the startup tab/file and because I liked to see the wicd-client I removed the '#' to
# Uncomment to show wicd networking monitor
wicd-client -t &

to add ibus to the start up can I simply add the following line?
ibus daemon &
Posts: 21
TianLan
Joined: 24 May 2014
#4
@dolphin thanks for your reply. Earlier I found the startup tab/file and because I liked to see the wicd-client I removed the '#' to
# Uncomment to show wicd networking monitor
wicd-client -t &

to add ibus to the start up I simply tried adding the following line.
ibus-daemon &

then I restarted the computer and ibus started on its own.