Hi!
I need to start ibus-daemon when app vm starts up.
So I added to rc.local file
#start ibus
ibus-daemon -drx
# test if rc.local is executed
echo test > /home/user/log
And I see log file says test but ibus-damon is not running.
What am I doing wrong here?