[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#389358: xkb-data: IBM ThinkPad geometry broken



Package: xkb-data
Version: 0.8-13
Severity: important
Tags: patch

After an unstable update, I got an error dialogue box at Gnome startup
regarding the keyboard. The root cause is the file 
/usr/share/X11/xkb/geometry/thinkpad
which tries to include files from the ibm_vndr directory, which no
longer exists.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

-- no debconf information
--- thinkpad.orig	2006-09-23 01:34:19.000000000 +0200
+++ thinkpad	2006-09-25 10:46:12.000000000 +0200
@@ -167,7 +167,7 @@
 // 85 keys
 // US/English (FRU 02K4785).
 xkb_geometry "us" {
-    include "ibm_vndr/thinkpad(common)"
+    include "thinkpad(common)"
     description = "IBM ThinkPad 560Z/600/600E/A22E, US";
 
     shape "RTRN" { cornerRadius = 1, { [43, 18] }, { [2.5, 0], [40.5, 14] } };
@@ -217,7 +217,7 @@
 // 86 keys
 // Tested on: DE/German, UK/English (FRU 02K4787).
 xkb_geometry "intl" {
-    include "ibm_vndr/thinkpad(common)"
+    include "thinkpad(common)"
     description = "IBM ThinkPad 560Z/600/600E/A22E, Intl";
 
     shape "RTRN" { cornerRadius = 1, { [28, 0], [28, 37], [4, 37], [4, 18],

Reply to: