~m-alaa8/ubuntu/raring/im-switch/fix-for-621204

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Ming Hua
  • Date: 2007-12-28 20:37:46 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20071228203746-0a5rxzpjxitwaytc
Tags: 1.16ubuntu1
* Add md5sum of the /etc/X11/Xsession.d/90im-switch conffile in version 1.3
  (dapper version) in the postinst script, so that if this file is
  unmodified, it will be deleted during dapper-to-hardy upgrade.
  (LP: #176660)
* Change the Maintainer field in debian/control to Ubuntu Core Developers,
  and move Debian's maintainer to XSBC-Original-Maintainer field, according
  to the specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  the X start up code /etc/X1/Xsesion.d/90im-switch to activate the 
72
72
  input method (IM) under ll_CC locale, if no other program has set IM 
73
73
  related variables ("$XIM", "$XIM_PROGRAM", "$XIM_ARGS", "$XMODIFIERS",
74
 
  "$GTK_IM_MODULE", "$QT_IM_MODULE") before this script.
 
74
  "$GTK_IM_MODULE", "$QT_IM_MODULE", $XIM_PROGRAM_SETS_ITSELF_AS_DAEMON) 
 
75
  before this script.
75
76
 
76
77
    $HOME/.xinput.d/<ll_CC>         (as link to configuration file)
77
78
    $HOME/.xinput.d/all_ALL         (as link to configuration file)
275
276
Osamu thinks followings are good values for priority: (May 2006)
276
277
  0 none
277
278
  0 scim    (SCIM under all_ALL)
 
279
  0 scim-immodule (for all_ALL and others)
278
280
  0 uim     (UIM under all_ALL)
 
281
  0 default-xim (Use GTK_IM_MODULE=xim for all_ALL)
279
282
 
280
283
 10 default
281
284
 
286
289
 50 uim     (UIM with toolbar under CJK language locales: ja_JP, ...)
287
290
    (All modern language specific input method for each locale)
288
291
 
 
292
Do not try to change update-alternatives value from multiple packages 
 
293
unless it is very well cordinated between related packages.
 
294
 
289
295
 -- Kenshi Muto <kmuto@debian.org>, Sun, 13 Feb 2005 21:12:00 +0900
290
 
 -- Osamu Aoki <osamu@debian.org>, Wed, 29 Nov 2006 23:59:29 +0900
 
296
 -- Osamu Aoki <osamu@debian.org>, Mon, 24 Dec 2007 22:49:40 +0900
 
297
 
 
298
To some SCIM packages (in Ubunts)
 
299
 
 
300
If you need to make package like SCIM to chose between
 
301
 * GTK_IM_MODULE=xim
 
302
 * GTK_IM_MODULE=SCIM
 
303
during install time, the best approach is to let the main scim package
 
304
to offer debconf choices.  The file: /etc/defaults/scim is good place to
 
305
keep that results.  Then you can adopt new script for scim to use such
 
306
value and drop scim-immodule.  After all the im-switch configuration
 
307
files are sourced by the shell. 
 
308
 
 
309
I understand this im-switch is too complicated for the purpose.
 
310
 
 
311
 -- Osamu Aoki <osamu@debian.org>, Mon, 24 Dec 2007 22:49:40 +0900
 
312