diff options
Diffstat (limited to 'misc/ibus/README')
-rw-r--r-- | misc/ibus/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/ibus/README b/misc/ibus/README index 6eec7a2ddf..14b78bff92 100644 --- a/misc/ibus/README +++ b/misc/ibus/README @@ -6,10 +6,13 @@ After installing at least one engine (e.g. PinYin engine) and enabling it in ibus-setup, ibus itself should be fully functional. If you want to use ibus as your primary input method, you should remove the scim package. -This requires pyxdg. By default, it does not need GConf. But you can let it -use GConf explicitly by setting USE_GCONF=yes. GConf can be found in SBo. +This requires pyxdg. By default, it uses GConf. But you can let it +use memconf instead of GConf explicitly by setting USE_GCONF=no. +GConf can be found in SBo. If you use qt applications, then you probably want ibus-qt as well. +Thus, this requires GConf unless you choose to use memconf instead. + After installing, ibus will automatically be started in an xdg-compliant desktop environment; if this behavior is undesirable, you can disable it using your DE's session and/or startup management utility. |