Activity log for bug #985065

Date Who What changed Old value New value Message
2012-04-18 16:34:45 Michael Terry bug added bug
2012-04-18 16:37:13 Bryce Harrington affects xorg (Ubuntu) xkeyboard-config (Ubuntu)
2012-04-18 16:37:13 Bryce Harrington xkeyboard-config (Ubuntu): importance Undecided High
2012-04-18 16:37:13 Bryce Harrington xkeyboard-config (Ubuntu): status New Triaged
2012-04-18 16:37:13 Bryce Harrington xkeyboard-config (Ubuntu): assignee Bryce Harrington (bryce)
2012-04-18 16:42:33 Jean-Baptiste Lallement bug added subscriber Jean-Baptiste Lallement
2012-04-18 16:45:14 Ubuntu QA Website tags apport-bug compiz-0.9 i386 precise ubuntu apport-bug compiz-0.9 i386 iso-testing precise ubuntu
2012-04-18 21:44:14 Sergio Zanchetta bug added subscriber Sergio Zanchetta
2012-04-19 02:48:26 Bryce Harrington description This is a break-out bug from bug 960096. When you have fr/oss "French (alternative)" layout as your first layout, you end up with "us" instead. If you enable libxklavier debugging output, you'll see the following in your logs: "Unexpected by libxklavier X ERROR: 0x8351fb8, 163f0005, 2 [], X11 request: 145, minor code: 9" That 2 in there is the X error code, which means _XkbErrMissingTypes for xkbfile extension. I assume 145 is the major op code that got assigned for the XKBFile extension. If so, 9 is the X_kbSetMap request. Which all fits with an error trying to set the new layout map. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu4 Architecture: i386 CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709 CheckboxSystem: 3935143777c965daaa64b51f0134f712 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Wed Apr 18 12:31:05 2012 DistUpgraded: 2011-11-05 19:49:52,977 DEBUG enabling apt cron job DistroCodename: precise DistroVariant: ubuntu DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller]) Subsystem: CLEVO/KAPOK Computer Device [1558:3100] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422) Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub MachineType: System76, Inc. Lemur UltraThin ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=0e585e80-16f1-404c-80cc-7d9805fcc3b0 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: Upgraded to precise on 2011-11-05 (164 days ago) dmi.bios.date: 11/11/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: CALPELLACRB.86C.0000.X.0000000000 dmi.board.asset.tag: Tag 12345 dmi.board.name: Lemur UltraThin dmi.board.vendor: System76, Inc. dmi.board.version: lemu2 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: System76, Inc. dmi.chassis.version: lemu2 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C.0000.X.0000000000:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2: dmi.product.name: Lemur UltraThin dmi.product.version: lemu2 dmi.sys.vendor: System76, Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 This is a break-out bug from bug 960096. When you have fr/oss "French (alternative)" layout as your first layout, you end up with "us" instead. If you enable libxklavier debugging output, you'll see the following in your logs: "Unexpected by libxklavier X ERROR: 0x8351fb8, 163f0005, 2 [], X11 request: 145, minor code: 9" xkl_debug(200, "Unexpected by libxklavier X ERROR: %p, " WINID_FORMAT ", %d [%s], " "X11 request: %d, minor code: %d\n", dpy, (unsigned long) evt->resourceid, (int) evt->error_code, buf, (int) evt->request_code, (int) evt->minor_code); That 2 in there is the X error code, which means _XkbErrMissingTypes for xkbfile extension. I assume 145 is the major op code that got assigned for the XKBFile extension. If so, 9 is the X_kbSetMap request. Which all fits with an error trying to set the new layout map. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu4 Architecture: i386 CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709 CheckboxSystem: 3935143777c965daaa64b51f0134f712 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Wed Apr 18 12:31:05 2012 DistUpgraded: 2011-11-05 19:49:52,977 DEBUG enabling apt cron job DistroCodename: precise DistroVariant: ubuntu DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard:  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])    Subsystem: CLEVO/KAPOK Computer Device [1558:3100] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422) Lsusb:  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub MachineType: System76, Inc. Lemur UltraThin ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=0e585e80-16f1-404c-80cc-7d9805fcc3b0 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: Upgraded to precise on 2011-11-05 (164 days ago) dmi.bios.date: 11/11/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: CALPELLACRB.86C.0000.X.0000000000 dmi.board.asset.tag: Tag 12345 dmi.board.name: Lemur UltraThin dmi.board.vendor: System76, Inc. dmi.board.version: lemu2 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: System76, Inc. dmi.chassis.version: lemu2 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C.0000.X.0000000000:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2: dmi.product.name: Lemur UltraThin dmi.product.version: lemu2 dmi.sys.vendor: System76, Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2
2012-04-19 03:00:21 Bryce Harrington attachment added kbd-debug https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/985065/+attachment/3092205/+files/kbd-debug
2012-04-19 03:04:30 Bryce Harrington attachment added us.txt https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/985065/+attachment/3092229/+files/us.txt
2012-04-19 04:05:55 Bryce Harrington bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=48905
2012-04-19 04:05:55 Bryce Harrington bug task added xkeyboard-config
2012-04-19 04:06:25 Bryce Harrington description This is a break-out bug from bug 960096. When you have fr/oss "French (alternative)" layout as your first layout, you end up with "us" instead. If you enable libxklavier debugging output, you'll see the following in your logs: "Unexpected by libxklavier X ERROR: 0x8351fb8, 163f0005, 2 [], X11 request: 145, minor code: 9" xkl_debug(200, "Unexpected by libxklavier X ERROR: %p, " WINID_FORMAT ", %d [%s], " "X11 request: %d, minor code: %d\n", dpy, (unsigned long) evt->resourceid, (int) evt->error_code, buf, (int) evt->request_code, (int) evt->minor_code); That 2 in there is the X error code, which means _XkbErrMissingTypes for xkbfile extension. I assume 145 is the major op code that got assigned for the XKBFile extension. If so, 9 is the X_kbSetMap request. Which all fits with an error trying to set the new layout map. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu4 Architecture: i386 CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709 CheckboxSystem: 3935143777c965daaa64b51f0134f712 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Wed Apr 18 12:31:05 2012 DistUpgraded: 2011-11-05 19:49:52,977 DEBUG enabling apt cron job DistroCodename: precise DistroVariant: ubuntu DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard:  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])    Subsystem: CLEVO/KAPOK Computer Device [1558:3100] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422) Lsusb:  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub MachineType: System76, Inc. Lemur UltraThin ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=0e585e80-16f1-404c-80cc-7d9805fcc3b0 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: Upgraded to precise on 2011-11-05 (164 days ago) dmi.bios.date: 11/11/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: CALPELLACRB.86C.0000.X.0000000000 dmi.board.asset.tag: Tag 12345 dmi.board.name: Lemur UltraThin dmi.board.vendor: System76, Inc. dmi.board.version: lemu2 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: System76, Inc. dmi.chassis.version: lemu2 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C.0000.X.0000000000:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2: dmi.product.name: Lemur UltraThin dmi.product.version: lemu2 dmi.sys.vendor: System76, Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 This is a break-out bug from bug 960096. Also ref https://bugs.freedesktop.org/show_bug.cgi?id=47671 When you have fr/oss "French (alternative)" layout as your first layout, you end up with "us" instead. If you enable libxklavier debugging output, you'll see the following in your logs: "Unexpected by libxklavier X ERROR: 0x8351fb8, 163f0005, 2 [], X11 request: 145, minor code: 9"                 xkl_debug(200,                           "Unexpected by libxklavier X ERROR: %p, "                           WINID_FORMAT ", %d [%s], "                           "X11 request: %d, minor code: %d\n", dpy,                           (unsigned long) evt->resourceid,                           (int) evt->error_code, buf,                           (int) evt->request_code, (int) evt->minor_code); That 2 in there is the X error code, which means _XkbErrMissingTypes for xkbfile extension. I assume 145 is the major op code that got assigned for the XKBFile extension. If so, 9 is the X_kbSetMap request. Which all fits with an error trying to set the new layout map. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu4 Architecture: i386 CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709 CheckboxSystem: 3935143777c965daaa64b51f0134f712 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Wed Apr 18 12:31:05 2012 DistUpgraded: 2011-11-05 19:49:52,977 DEBUG enabling apt cron job DistroCodename: precise DistroVariant: ubuntu DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard:  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])    Subsystem: CLEVO/KAPOK Computer Device [1558:3100] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422) Lsusb:  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub MachineType: System76, Inc. Lemur UltraThin ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=0e585e80-16f1-404c-80cc-7d9805fcc3b0 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: Upgraded to precise on 2011-11-05 (164 days ago) dmi.bios.date: 11/11/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: CALPELLACRB.86C.0000.X.0000000000 dmi.board.asset.tag: Tag 12345 dmi.board.name: Lemur UltraThin dmi.board.vendor: System76, Inc. dmi.board.version: lemu2 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: System76, Inc. dmi.chassis.version: lemu2 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C.0000.X.0000000000:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2: dmi.product.name: Lemur UltraThin dmi.product.version: lemu2 dmi.sys.vendor: System76, Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2
2012-04-19 04:24:53 Bug Watch Updater xkeyboard-config: status Unknown Confirmed
2012-04-19 04:24:53 Bug Watch Updater xkeyboard-config: importance Unknown High
2012-04-19 04:24:58 Bug Watch Updater bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=47671
2012-04-19 04:24:58 Bug Watch Updater bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=46416
2012-04-21 13:31:13 Øyvind Stegard bug added subscriber Øyvind Stegard
2012-04-24 13:23:13 Jean-Baptiste Lallement tags apport-bug compiz-0.9 i386 iso-testing precise ubuntu apport-bug compiz-0.9 i386 iso-testing precise rls-mgr-p-tracking ubuntu
2012-04-24 13:24:38 Jean-Baptiste Lallement nominated for series Ubuntu Precise
2012-04-24 13:24:38 Jean-Baptiste Lallement bug task added xkeyboard-config (Ubuntu Precise)
2012-04-25 15:16:34 Martin Pitt bug added subscriber Martin Pitt
2012-04-25 15:19:16 Steve Langasek bug task added ubuntu-release-notes
2012-04-25 15:19:35 Steve Langasek nominated for series ubuntu-release-notes/precise
2012-04-25 15:19:35 Steve Langasek bug task added ubuntu-release-notes/precise
2012-04-25 22:05:16 Steve Langasek ubuntu-release-notes: status New Fix Released
2012-05-01 19:37:42 Nils Fredrik Gjerull bug added subscriber Nils Fredrik Gjerull
2012-05-02 08:32:03 Rex Tsai bug added subscriber Rex Tsai
2012-05-03 08:46:31 Marian bug added subscriber Marian
2012-06-13 20:34:27 yvesg bug added subscriber yvesg
2012-06-25 14:32:51 Sebastien Bacher bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=43541
2012-06-25 20:40:38 Launchpad Janitor xkeyboard-config (Ubuntu): status Triaged Fix Released
2012-06-25 21:10:57 Launchpad Janitor branch linked lp:ubuntu/xkeyboard-config
2012-06-25 21:22:38 Kåre Slettnes bug added subscriber Kåre Slettnes
2012-06-25 21:27:38 Stéphane Graber xkeyboard-config (Ubuntu Precise): milestone ubuntu-12.04.1
2012-06-25 21:27:52 Stéphane Graber bug task deleted ubuntu-release-notes/precise
2012-06-26 01:36:36 Bryce Harrington xkeyboard-config (Ubuntu Precise): status Triaged Fix Committed
2012-06-26 01:47:57 Bryce Harrington description This is a break-out bug from bug 960096. Also ref https://bugs.freedesktop.org/show_bug.cgi?id=47671 When you have fr/oss "French (alternative)" layout as your first layout, you end up with "us" instead. If you enable libxklavier debugging output, you'll see the following in your logs: "Unexpected by libxklavier X ERROR: 0x8351fb8, 163f0005, 2 [], X11 request: 145, minor code: 9"                 xkl_debug(200,                           "Unexpected by libxklavier X ERROR: %p, "                           WINID_FORMAT ", %d [%s], "                           "X11 request: %d, minor code: %d\n", dpy,                           (unsigned long) evt->resourceid,                           (int) evt->error_code, buf,                           (int) evt->request_code, (int) evt->minor_code); That 2 in there is the X error code, which means _XkbErrMissingTypes for xkbfile extension. I assume 145 is the major op code that got assigned for the XKBFile extension. If so, 9 is the X_kbSetMap request. Which all fits with an error trying to set the new layout map. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu4 Architecture: i386 CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709 CheckboxSystem: 3935143777c965daaa64b51f0134f712 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Wed Apr 18 12:31:05 2012 DistUpgraded: 2011-11-05 19:49:52,977 DEBUG enabling apt cron job DistroCodename: precise DistroVariant: ubuntu DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard:  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])    Subsystem: CLEVO/KAPOK Computer Device [1558:3100] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422) Lsusb:  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub MachineType: System76, Inc. Lemur UltraThin ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=0e585e80-16f1-404c-80cc-7d9805fcc3b0 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: Upgraded to precise on 2011-11-05 (164 days ago) dmi.bios.date: 11/11/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: CALPELLACRB.86C.0000.X.0000000000 dmi.board.asset.tag: Tag 12345 dmi.board.name: Lemur UltraThin dmi.board.vendor: System76, Inc. dmi.board.version: lemu2 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: System76, Inc. dmi.chassis.version: lemu2 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C.0000.X.0000000000:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2: dmi.product.name: Lemur UltraThin dmi.product.version: lemu2 dmi.sys.vendor: System76, Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2 [Impact] The fr(oss) keyboard layout (and a couple others) fail to load, leaving the user with a US layout. [Development Fix] In the upstream bug tracker is a patch from Peter Hutterer which identifies a flaw in the ossmath map (which is included in keypad(oss), which is in turn pulled in by fr(oss)). This patch has been included in Quantal. [Stable Fix] Same patch as in quantal is proposed here. [Test Case] 1. Add the French (alternative) layout as first listed before US. 2. Reboot 3. After rebooting, the indicator menu shows French (alternative) selected. 4. On a US keyboard, tap the 'm' key Broken Behavior: 'm' is printed, as per the US keymap Fixed Behavior: ',' is printed, as per the fr(oss) keymap [Regression Potential] The patch has not been committed to the upstream git tree; I usually like to see it taken upstream before we take it in ubuntu, but the patch itself seems to be good. Still, I'm hoping we'll see upstream commit the patch before we roll this out to -updates. ossmath is included in a number of keymaps (although far from all), so the impact of a regression would be larger than just users of fr(oss). [Original Report] This is a break-out bug from bug 960096. Also ref https://bugs.freedesktop.org/show_bug.cgi?id=47671 When you have fr/oss "French (alternative)" layout as your first layout, you end up with "us" instead. If you enable libxklavier debugging output, you'll see the following in your logs: "Unexpected by libxklavier X ERROR: 0x8351fb8, 163f0005, 2 [], X11 request: 145, minor code: 9"                 xkl_debug(200,                           "Unexpected by libxklavier X ERROR: %p, "                           WINID_FORMAT ", %d [%s], "                           "X11 request: %d, minor code: %d\n", dpy,                           (unsigned long) evt->resourceid,                           (int) evt->error_code, buf,                           (int) evt->request_code, (int) evt->minor_code); That 2 in there is the X error code, which means _XkbErrMissingTypes for xkbfile extension. I assume 145 is the major op code that got assigned for the XKBFile extension. If so, 9 is the X_kbSetMap request. Which all fits with an error trying to set the new layout map. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 .tmp.unity.support.test.0: ApportVersion: 2.0.1-0ubuntu4 Architecture: i386 CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709 CheckboxSystem: 3935143777c965daaa64b51f0134f712 CompizPlugins: [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell] CompositorRunning: compiz Date: Wed Apr 18 12:31:05 2012 DistUpgraded: 2011-11-05 19:49:52,977 DEBUG enabling apt cron job DistroCodename: precise DistroVariant: ubuntu DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic-pae, i686: installed EcryptfsInUse: Yes ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu GraphicsCard:  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])    Subsystem: CLEVO/KAPOK Computer Device [1558:3100] InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422) Lsusb:  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub MachineType: System76, Inc. Lemur UltraThin ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae root=UUID=0e585e80-16f1-404c-80cc-7d9805fcc3b0 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: Upgraded to precise on 2011-11-05 (164 days ago) dmi.bios.date: 11/11/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: CALPELLACRB.86C.0000.X.0000000000 dmi.board.asset.tag: Tag 12345 dmi.board.name: Lemur UltraThin dmi.board.vendor: System76, Inc. dmi.board.version: lemu2 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: System76, Inc. dmi.chassis.version: lemu2 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C.0000.X.0000000000:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2: dmi.product.name: Lemur UltraThin dmi.product.version: lemu2 dmi.sys.vendor: System76, Inc. version.compiz: compiz 1:0.9.7.6-0ubuntu1 version.libdrm2: libdrm2 2.4.32-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3 version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20111201+b5534a1-1build2
2012-06-26 01:48:27 Bryce Harrington bug added subscriber Ubuntu Stable Release Updates Team
2012-07-02 19:37:22 Bug Watch Updater xkeyboard-config: status Confirmed Fix Released
2012-07-03 06:21:07 Chris Halse Rogers bug added subscriber SRU Verification
2012-07-03 06:21:16 Chris Halse Rogers tags apport-bug compiz-0.9 i386 iso-testing precise rls-mgr-p-tracking ubuntu apport-bug compiz-0.9 i386 iso-testing precise rls-mgr-p-tracking ubuntu verification-needed
2012-07-03 13:10:37 Stéphane Graber tags apport-bug compiz-0.9 i386 iso-testing precise rls-mgr-p-tracking ubuntu verification-needed apport-bug compiz-0.9 i386 iso-testing precise rls-mgr-p-tracking ubuntu verification-done
2012-07-10 06:44:08 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/xkeyboard-config
2012-07-10 19:27:11 Pål F. Kristiansen xkeyboard-config (Ubuntu Precise): status Fix Committed Fix Released
2012-07-10 20:15:56 Stéphane Graber xkeyboard-config (Ubuntu Precise): status Fix Released Fix Committed
2012-07-11 00:43:39 yitzhakbg bug added subscriber yitzhakbg
2012-07-18 18:26:09 Launchpad Janitor xkeyboard-config (Ubuntu Precise): status Fix Committed Fix Released
2012-07-18 19:57:58 András Bognár bug added subscriber András Bognár
2013-10-11 22:25:54 JackT bug added subscriber Jack Trice
2013-11-23 17:51:58 yvesg removed subscriber yvesg
2014-01-30 17:30:28 Thorben Dahl bug added subscriber Thorben Dahl