~ubuntu-branches/debian/squeeze/im-config/squeeze

« back to all changes in this revision

Viewing changes to data/80_kinput2.im

  • Committer: Bazaar Package Importer
  • Author(s): Osamu Aoki
  • Date: 2010-06-27 14:41:55 UTC
  • Revision ID: james.westby@ubuntu.com-20100627144155-kryce0ilq12g8nez
Tags: 0.1
* Created a new package to manage the imput method on Debian with a
  much simpler structure than that of im-switch.
* Initial release to Debian. Closes: #587258

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# start IBus
 
2
# vim: set sts=4 expandtab:
 
3
 
 
4
# Since this is not so used, I only provide canna case only.
 
5
# No one uses freewnn-jserver.
 
6
 
 
7
# start kinput2 daemon
 
8
if [ -x /usr/bin/kinput2-canna ]; then
 
9
    /usr/bin/kinput2-canna -xim &
 
10
elif [ -x /usr/bin/kinput2-canna-wnn ]; then
 
11
    /usr/bin/kinput2-canna-wnn -canna -xim &
 
12
    # Alternatively, you can cusomize this as:
 
13
    # /usr/bin/kinput2-canna-wnn -wnn -xim &
 
14
fi
 
15