⇤ ← Revision 1 as of 2009-11-09 18:40:25
Size: 2564
Comment: Initial version with information on how to install/activate ibus under KDE4
|
Size: 2557
Comment: -Typo
|
Deletions are marked like this. | Additions are marked like this. |
Line 23: | Line 23: |
export QT_IM_MODULE=ibus export}}} | export QT_IM_MODULE=ibus}}} |
ibus is similar to SCIM in that it too allows a user to enter characters of a different language. E.g. entering Chinese while your system generally uses a German keyboard layout.
Basic information
ibus is a DBus-based daemon which supports different input method modules (IMmodules) and integrates well with e.g. KDE 4. ibus is - in contrast to SCIM - actively developed.
Using ibus in ...
The following sub sections hold information on how to use ibus in a specific desktop environment.
...KDE4
The KDE4 integration/support is already very well in Debian. Just follow the steps below:
Select the IME (Input Method Engine) you want to use (a package search for »ibus-« shows you all available IMEs). This example will use ibus-table-array30, just replace it everywhere with the IME you selected.
- Run (as root)
# aptitude install ibus-table-array30 ibus-qt4 ibus-gtk
- Run (as a user)
$ ibus-setup
and configure ibus according to your wishes (don't forget to select at least one IME in the second tab).
- Add
export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus
to your $HOME/.bashrc.
Now you need a way to auto-start the ibus daemon on every login. KDE4 provides the Autostart folder for such occasions:
$ echo "ibus-daemon -d -x -r -n kde" > $HOME/.kde/Autostart/ibus-daemon-autostart.sh && chmod +x $HOME/.kde/Autostart/ibus-daemon-autostart.sh
Now you need to relogin to make the .bashrc settings global for your KDE session.
After the relogin you can activate and deactivate the ibus input method in all applications with the keys you configured (default: Ctrl + Space) as you need it (if some characters can't be displayed you should install a font which carries the required characters).
As an additional note: there is a plasmoid called kimpanel in development (currently in kdereview), which will simplify the usage even further under KDE4. You can find it at the moment at http://websvn.kde.org/trunk/kdereview/plasma/applets/kimpanel/
...Gnome
Please add information on how to use ibus on Gnome.