Difference between revisions of "Ibus"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>Waves
(what is ibus?)
imported>Waves
m (spaces)
Line 4: Line 4:
   
 
1.applications need this variable in their environment
 
1.applications need this variable in their environment
  +
 
export XMODIFIERS=@im=ibus
 
export XMODIFIERS=@im=ibus
  +
 
you can add it in ~/.bashrc
 
you can add it in ~/.bashrc
 
or in the terminal just before
 
or in the terminal just before
Line 10: Line 12:
   
 
2. ibus in xim mode
 
2. ibus in xim mode
  +
 
ibus-daemon --xim -d
 
ibus-daemon --xim -d
   

Revision as of 05:08, 22 May 2018

ibus is a multilingual input method. For imputing languages like Chinese and Korean.

ibus works in trinity, with these three changes

1.applications need this variable in their environment

export XMODIFIERS=@im=ibus

you can add it in ~/.bashrc or in the terminal just before launching the application

2. ibus in xim mode

ibus-daemon --xim -d

3.embed the preedit text, otherwise it appears at the bottom left corner of the window. in ibus applet right click applet > preferences > embed preedit text in application window