Cannot switch languages

Asked by ouychai

I'm using Ubuntu 8.04 Hardy Heron an using more than one lanuage. I'm using Engish and Thailaguage. I'm update the latest already. I have more than one user. In the first user I can change language between English and Thai. In the second user. I'm doing with the same first language. Adding keyboard layout and can swith with two language between English and Thai. But after reboot and using the second user. I found bug I cannot swith between English and Thai lanugae.
How to fix them?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
ouychai
Solved:
Last query:
Last reply:

This question was originally filed as bug #236981.

Revision history for this message
Jacob Nordfalk (jacob-nordfalk) said :
#1

I think this is a known bug.
See https://bugs.launchpad.net/bugs/196277

Temporary Workaround. After each reboot open Keyboard Layouts (Keyboard Preferences) and do some change (f.ex. remove/add a an extra layout) to start working again.

Another workaround using a script: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/196277/comments/60

Revision history for this message
ouychai (ae-freeman) said :
#2

I'm fix a bug already. I changed the xorg.conf by
"
Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,th"
    Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

"
I think is not userfriendly for a new user if they will fix a bug with xorg.conf