Your message dated Fri, 08 Apr 2011 13:39:15 +0300
with message-id <[email protected]>
and subject line My bad
has caused the Debian Bug report #621706,
regarding setxkbmap: multiple layouts, default variant for first, non-default
for other, breaks
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.)
--
621706: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621706
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: x11-xkb-utils
Version: 7.6+2
Severity: normal
Tags: l10n
Hi,
I use a double layout: us with default variant, and il with
a non-default variant (one I have added myself, but I think
that's beside the point). I used to have settings that ran
> setxkbmap -model pc105 -layout us,il -variant ,si1452
Today, after an upgrade, this command produced weird results:
switching to the il layout seemed to work (in terms of the keyboard
indicator), but the keyboard produced Latin letters instead of
Hebrew.
Upon investigation via xkbprint, I found that the layout I was using
with this command was actually
pc+us+il(si1452):2+ie(basic):2+...
It was that ie(basic), which I didn't ask for, which was messing up
my keyboard. I was able to fix it by changing the order of keyboards:
setxkbmap -model pc105 -layout il,us -variant si1452,
With this, the layout as reported by xkbprint became
pc+il(si1452)+us:2+...
And all is well. So my bet is that the problem is with the combination
of default first variant with non-default second.
This bug surfaced after today's update which included
x11-xserver-utils, xkb-data, and several libx11-* packages,
so it may not actually be in setxkbmap, but that's where I
see the problems.
HTH,
Shai.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-2-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages x11-xkb-utils depends on:
ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib
ii libx11-6 2:1.4.3-1 X11 client-side library
ii libxaw7 2:1.0.9-2 X11 Athena Widget library
ii libxkbfile1 1:1.0.7-1 X11 keyboard file manipulation lib
ii libxt6 1:1.1.1-1 X11 toolkit intrinsics library
x11-xkb-utils recommends no packages.
x11-xkb-utils suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Apparently the problem is with my setup; running commands similar to those I
used in the report with other variants give the expected results.
--- End Message ---