[Bug 63915] Re: Japan keyboard layout is actually U.S. English on installer

2007-05-17 Thread Colin Watson
oem-config (1.14) gutsy; urgency=low

  * Add an apport hook to attach /var/log/oem-config.log.
  * Strip binaries.
  * Print usage message and exit if any non-option arguments are supplied to
oem-config; suggest oem-config-prepare (LP: #105940).
  * Update Japanese keyboard layout handling to match console-setup
1.7ubuntu18, which uses jp(latin),jp by default (LP: #63915).
  * Teach oem-config-prepare to escalate privileges itself using gksudo,
kdesu, etc. as appropriate, rather than requiring it to be invoked using
sudo.
  * Add a desktop icon to the oem user's desktop to run oem-config-prepare
(LP: #41698).
  * Display an error dialog and exit if running as non-root (LP: #99211).
  * Automatic update of included source packages: console-setup 1.15ubuntu1,
localechooser 1.38ubuntu1, tzsetup 1:0.17, user-setup 1.14ubuntu1.

 -- Colin Watson [EMAIL PROTECTED]  Thu, 17 May 2007 11:43:03 +0100

** Changed in: oem-config (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Japan keyboard layout is actually U.S. English on installer
https://bugs.launchpad.net/bugs/63915
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63915] Re: Japan keyboard layout is actually U.S. English on installer

2007-04-16 Thread Colin Watson
This affects oem-config too. Fix in my bzr branch.

** Also affects: oem-config (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

** Changed in: oem-config (Ubuntu)
 Assignee: (unassigned) = Colin Watson
   Status: Unconfirmed = Fix Committed

-- 
Japan keyboard layout is actually U.S. English on installer
https://bugs.launchpad.net/bugs/63915
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63915] Re: Japan keyboard layout is actually U.S. English on installer

2007-04-05 Thread Colin Watson
ubiquity (1.4.7) feisty; urgency=low

  [ Colin Watson ]
  * Set PARTMAN_ALREADY_CHECKED when committing changes from the new
advanced partitioner, to avoid duplicate warnings (LP: #19).
  * Use debconf escape capability to simplify migration-assistant summary
handling.
  * Update Japanese keyboard layout handling to match console-setup
1.7ubuntu18, which uses jp(latin),jp by default (LP: #63915).
  * Display an error dialog if a subsidiary process fails (LP: #92442).
  * Update translations from Rosetta.
  * Automatic update of included source packages: console-setup
1.13ubuntu12, migration-assistant 0.4.5, partman-base 105ubuntu3.

  [ Jonathan Riddell ]
  * KDE frontend
- Disable all widgets in autopartition subchoices
  when selecting another parent choice
- Fix misplaced widgets on user details page (LP: #86175)
- Hide error messages from user info at start of each evaluation
- Use Apport as crash handler when available
- Add a graphical disk partition widget

  [ Evan Dandrea ]
  * Catch exceptions in migration-assistant to avoid bringing down the
entire installer.

 -- Colin Watson [EMAIL PROTECTED]  Thu,  5 Apr 2007 12:27:58 +0100

** Changed in: console-setup (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Japan keyboard layout is actually U.S. English on installer
https://bugs.launchpad.net/bugs/63915
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63915] Re: Japan keyboard layout is actually U.S. English on installer

2007-04-04 Thread Tollef Fog Heen
Milestone

** Changed in: console-setup (Ubuntu)
   Target: None = ubuntu-7.04

-- 
Japan keyboard layout is actually U.S. English on installer
https://bugs.launchpad.net/bugs/63915
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63915] Re: Japan keyboard layout is actually U.S. English on installer

2007-04-04 Thread Colin Watson
Aha, thanks. This is correct but not quite sufficient - I've committed a
more complete fix for my next upload.

** Changed in: console-setup (Ubuntu)
   Status: Needs Info = Fix Committed

-- 
Japan keyboard layout is actually U.S. English on installer
https://bugs.launchpad.net/bugs/63915
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63915] Re: Japan keyboard layout is actually U.S. English on installer

2007-03-28 Thread Jun Kobayashi
** Summary changed:

- [Edgy Beta] Japan keyboard layout is actually U.S. English
+ Japan keyboard layout is actually U.S. English on installer

** Description changed:

- In step 3, select Japan keyboard layout and type '@' or ']' in the box
- to see that layout is U.S. English and not Japan.
+ Steps to Reproduce:
+ 1. Boot PC with Japanese keyboard with Ubuntu 7.04 Beta Desktop CD 
+ 2. Double click the 'Install' icon
+ 3. Go to step 3
+ 4. Select 'Japan' keyboard layout
+ 5. Type Shift + 2 on test box
+ 6. You'll see @ in test box
+ 7. Type @ key (right of the P key on JP keyboard)
+ 8. [ spawned
+ 
+ Expected results:
+  (double quotes) appears when Shift + 2 key is pressed.
+ @ appears when @ key is pressed.
+ 
+ Version-Release numbers:
+ Ubuntu 7.04 Beta Desktop CD
+ ubiquity 1.4.3
+ console-setup 1.13ubuntu9

** Tags removed: edgy

-- 
Japan keyboard layout is actually U.S. English on installer
https://launchpad.net/bugs/63915

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63915] Re: Japan keyboard layout is actually U.S. English on installer

2007-03-28 Thread Jun Kobayashi
This problem still exists in Feisty Beta.

I found the cause of this problem is that the layout string 'jp' is replaced to 
'us,jp' in adjust_keyboard function in 
/usr/lib/ubiquity/ubiquity/components/console_setup.py.
I rewrote this file not to replace the string 'jp', restarted installer, and 
worked fine.

I'm attaching a patch for this script.
Colin, would you apply this patch, please?

** Attachment added: a patch for Japanese keyboard
   http://librarian.launchpad.net/7034292/patch_for_console_setup.py

-- 
Japan keyboard layout is actually U.S. English on installer
https://launchpad.net/bugs/63915

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs