Fresh installl selects fr_CA keyboard instead of US

Bug #23275 reported by Jeff Bailey
8
Affects Status Importance Assigned to Milestone
xorg (Ubuntu)
Fix Released
Medium
Daniel Stone

Bug Description

When doing a fresh install, I chose the US keyboard layout in the install, and X
has set the keyboard to the French Canadian layout.

Tks,
Jeff Bailey

Revision history for this message
Jeff Bailey (jbailey) wrote :

At about line 1700 of /var/lib/dpkg/info/xserver-xorg.config

    *--fr_CA) XMAP="ca"; VARIANT="fr";;

The right solution looks like it should be to add before it:

    us--fr_CA) XMAP="us"; VARIANT="pc104";;

Revision history for this message
Matt Zimmerman (mdz) wrote :

One of you, please upload this.

Revision history for this message
Jeff Bailey (jbailey) wrote :

(In reply to comment #2)
> One of you, please upload this.

Doing

Revision history for this message
Jeff Bailey (jbailey) wrote :

Hmm. I'm not convinced the change that I proposed is exactly right. On an
English Canadian machine, I get:

        Option "XkbRules" "xorg"
        Option "XkbModel" "pc104"
        Option "XkbLayout" "us"

But with this patch and a French Canadian (US Layout) machine, I get:

        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
        Option "XkbVariant" "pc104"

Is the solution instead to do:

    us--fr_CA) XMAP="us"; MODEL="pc104";;

?

Revision history for this message
Daniel Stone (daniels) wrote :

the fix in comment #1 was, indeed, completely wrong. c#4 has it right. i have
this in my local tree now, will upload when I finish the fix for #16628.

Revision history for this message
Daniel Stone (daniels) wrote :

fixed with -76

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.