~ubuntu-branches/ubuntu/precise/im-switch/precise-updates

« back to all changes in this revision

Viewing changes to xinput.d/lo-gtk

  • Committer: Bazaar Package Importer
  • Author(s): Osamu Aoki
  • Date: 2009-12-10 19:53:29 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091210195329-ikb9ooyl43w2rtqh
Tags: 1.19
* Swiched to rules.tiny.
* Added ${misc:Depends}.
* Updated im-switch(8) to address confusion over all_ALL.
  (My best effort answer to issues raised by #513242)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This configuration provides default IM setting for Lao with stock GTK+
 
3
# Thai-Lao input method.
 
4
# See im-switch(8) and /usr/share/doc/im-switch/README.Debian .
 
5
 
 
6
#
 
7
# Define IM for traditional X application with XIM
 
8
#
 
9
#  XIM server name
 
10
#  XIM program /path/filename
 
11
#  XIM program command line arguments
 
12
#  XMODIFIERS environment parameter
 
13
 
14
XIM=none
 
15
XIM_PROGRAM=
 
16
XIM_ARGS=
 
17
 
 
18
#
 
19
# Define GTK and QT IM module
 
20
#   They may or may not be using xim as the IM.
 
21
#
 
22
GTK_IM_MODULE="thai"
 
23
QT_IM_MODULE="xim"
 
24
 
 
25
#
 
26
# Define lists of packages neded for above IM to function
 
27
#
 
28
DEPENDS=
 
29
 
 
30
#
 
31
# Define X start up hook script to update IM environment
 
32
#
 
33