pkg-message 573 B

12345678910111213141516
  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. 
  3. To enable HIME when starting X, Please set the following environment
  4. variables in the starting X scripts, such as ~/.xinitrc or ~/.xsession:
  5. # set the LOCALE data if necessary
  6. export LC_ALL=zh_TW.UTF-8
  7. export XMODIFIERS="@im=hime"
  8. export GTK_IM_MODULE=hime
  9. export QT_IM_MODULE=hime
  10. # launch HIME in advance for the applications which are still using XIM
  11. exec hime &
  12. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=