LanguageSelectorImprovements

Differences between revisions 11 and 12
Revision 11 as of 2006-02-22 12:58:39
Size: 3185
Editor: p54A652EB
Comment: added a link to the LanguagePacksCD spec
Revision 12 as of 2006-02-22 13:12:21
Size: 3281
Editor: p54A652EB
Comment: added a section about download size
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
There should only be one checkbox for the language-support (instead of the "translation" + "writing aids" we have now). This increases the required download (for a possible solution to this see the [[LanguagePacksCD]] spec). There should only be one checkbox for the language-support (instead of the "translation" + "writing aids" we have now). This increases the required download so we need to make sure to tell the user beforehand how much it will be (for a possible solution to this see the [[LanguagePacksCD]] spec).
Line 21: Line 21:
Bob switched to dvorak and wants to have this layout system-wide. The computer is used by a new user how speaks arabic and wants fonts, input methods, dictionaries etc setup. Bob switched to dvorak and wants to have this layout system-wide.

The computer is used by a new user how speaks arabic and wants fonts, input methods, dictionaries etc setup with a single step.
Line 30: Line 32:
 1. Keyboard selection
Line 34: Line 35:
 1. Keyboard selection

=== Input methods ===

The language-support-* packages depend on input methods and dictionaries.

=== Font selection ===

We could have better fonts for some languages (e.g. arabic). We need to evaluate what fonts are available and under what license we can use them.

=== Dictionaries ===

The language-support-* packages depend on the dictionaries.
Line 46: Line 60:
=== Input methods ===
Line 48: Line 61:
The language-support-* packages depend on input methods and dictionaries.


=== Font selection ===

We could have better fonts for some languages (e.g. arabic). We need to evaluate what fonts are available and under what license we can use them.

=== Dictionaries ===

The language-support-* packages depend on the dictionaries.

Summary

Language selector should offer more suppot than installing langauge-packs and setting /etc/environment. It should take care of setting a a system-wide keyboard and the required input methods, fonts and dictionaries as well.

There should only be one checkbox for the language-support (instead of the "translation" + "writing aids" we have now). This increases the required download so we need to make sure to tell the user beforehand how much it will be (for a possible solution to this see the LanguagePacksCD spec).

Rationale

Once the system is installed it's not easy to add a new language, there is too much hand-holding needed and configurations that need to be changed by hand.

Use cases

Bob switched to dvorak and wants to have this layout system-wide.

The computer is used by a new user how speaks arabic and wants fonts, input methods, dictionaries etc setup with a single step.

Scope

Langauage selector needs to be modified.

Design

There are various different goals here:

  1. Input methods
  2. Font selection
  3. Dictionaries
  4. Keyboard selection

Input methods

The language-support-* packages depend on input methods and dictionaries.

Font selection

We could have better fonts for some languages (e.g. arabic). We need to evaluate what fonts are available and under what license we can use them.

Dictionaries

The language-support-* packages depend on the dictionaries.

Keyboard selection

  • The default keyboard layout should be automatically suggested from the selected language.
  • relationship between language and layout
  • simple list of those relationships to choose default
  • list includes only what is installed, rather than the entire set of languages (and you click 'add...' to install more)
  • unsure if there's a standard place to store the selection of relationships

Example how others do it: ["http://www.muhammadanism.org/Unicode/text_services_input_languages_xp.gif"]

Implementation

There are three things to do here:

  1. change gdm so that it reads a gconf (root) variable to setup it's keyboard
  2. have a sensible way to configure the keyboard in language-selector
  3. make sure that the user gets the updated keyboard if he hasn't configured his own

gdm

The gdm keyboard setting can be applied using:

setxkbmap - layout ... -model ... -option .. -print | xkbcomp - :0.0

Finding available keyboard

The gnome-control-center keyboard capplet has code to figure the list of available keyboards and already maps keyboard layout and languages.

users keyboard

It should just work, if no settings are done by the user, the layout shouldn't changed.

Code

Data preservation and migration

Outstanding issues

BoF agenda and discussion


CategorySpec

LanguageSelectorImprovements (last edited 2008-08-06 16:26:47 by localhost)