How to start ibus-daemon at boot - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: How to start ibus-daemon at boot (/showthread.php?tid=5813) |
How to start ibus-daemon at boot - alchemist - 11-25-2018 Hi, for some reason my ibus-daemon doesn't start any more at boot. I tried to re-install ibus but without result. I need to start it as a user (not root). I tried to copy the ibus-daemon in the /etc/init.d/ folder and activate the daemon at boot with "sysv-rc-conf". No result. I tried to insert the line "/usr/bin/ibus-daemon" in the rc.local file; again in vain. For the moment I need to start it manually trough a terminal with the comand "ibus-daemon" and I would like to avoid this. My best greetings Re: How to start ibus-daemon at boot - alchemist - 11-26-2018 Hi, it is a little embarrassing but the solution to my issue is very easy ;D. Just need to use "Session ans Startup": Menu > Settings > Session and Startup > Application Autostart + Add Name: ibus-daemon Description: Command: /usr/bin/ibus-daemon -d |