Your message dated Sat, 18 Apr 2009 10:28:46 +0200
with message-id <[email protected]>
and subject line Re: Bug#524513: xkbcomp: fails to honour files in -I directory
has caused the Debian Bug report #524513,
regarding xkbcomp: fails to honour files in -I directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
524513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524513
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: x11-xkb-utils
Version: 7.4+2
Severity: normal
File: /usr/bin/xkbcomp
Tags: upstream
I defined a partial symbols file to override an alphanumeric key and
verified that it works if I place it into
/usr/lib/X11/xkb/symbols/madduck and amended the xkb_symbols setting
of the xkb_keymap like this:
xkb_symbols { include "pc+us+inet(evdev)+madduck(basic)" };
This is the file's contents:
partial alphanumeric_keys
xkb_symbols "basic" {
key <AE03> {
symbols[Group1] = [ 3, sterling ]
};
};
After installing it with xkbcomp, Shift-3 produces a £. \o/
Now I would like to steer clear of writing to /usr and thus created
~/.xkb/symbols and placed the file therein. Unfortunately, xkbcomp
does not seem to care:
lapse:~|master|% xkbcomp -I~/.xkb ~/.xkb/map :0
Error: Can't find file "madduck" for symbols include
Exiting
Abandoning symbols file "(null)"
Error: success in unknown
Couldn't write keyboard description to :0
But:
lapse:~|master|% ls -l .xkb/symbols/madduck
-rw------- 1 madduck madduck 105 2009-04-17 16:07 .xkb/symbols/madduck
-I~/.xkb/symbols does not work either.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages x11-xkb-utils depends on:
ii cpp 4:4.3.3-2 The GNU C preprocessor (cpp)
ii libc6 2.9-7 GNU C Library: Shared libraries
ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library
ii libsm6 2:1.1.0-2 X11 Session Management library
ii libx11-6 2:1.2.1-1 X11 client-side library
ii libxaw7 2:1.0.5-2 X11 Athena Widget library
ii libxkbfile1 1:1.0.5-1 X11 keyboard file manipulation lib
ii libxmu6 2:1.0.4-1 X11 miscellaneous utility library
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii x11-common 1:7.4+1 X Window System (X.Org) infrastruc
x11-xkb-utils recommends no packages.
x11-xkb-utils suggests no packages.
-- debconf-show failed
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
also sprach Julien Cristau <[email protected]> [2009.04.17.1858 +0200]:
> try with /home/madduck or whatever instead of ~. The shell doesn't
> expand ~ in ``-I~/.xkb''.
Gosh do I feel silly now. Bug closed. Thanks,
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---