blog

Source files for chris.bracken.jp
git clone https://git.bracken.jp/blog.git
Log | Files | Refs | Submodules | README | LICENSE

commit f64e5d87247399932b12687642249f41792bfb58
parent 6d78c65b25cfdf20fd5c62a7e8b2ce8f34311c3d
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 12 Jun 2019 23:46:15 -0700

Add --daemon flag to ibus-daemon invocation

Without -d, the command will hang.

Diffstat:
Mcontent/post/2011-04-22-installing-mozc-on-ubuntu.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/post/2011-04-22-installing-mozc-on-ubuntu.md b/content/post/2011-04-22-installing-mozc-on-ubuntu.md @@ -100,7 +100,7 @@ Centre or Synaptic. I'd recommend grabbing the *ttf-takao* package. Next up, we'll install and configure Mozc. 1. **Install ibus-mozc:** `sudo apt-get install ibus-mozc` -1. **Restart the ibus daemon:** `/usr/bin/ibus-daemon --xim -r` +1. **Restart the ibus daemon:** `/usr/bin/ibus-daemon --xim -r -d` 1. **Set your input method to mozc:** 1. Open *Keyboard Input Methods* settings. 1. Select the *Input Method* tab.