Package: wmii
Version: 3.6~rc2+20070501-1
Severity: important

The default wmiirc does

eventstuff() {
        cat <<'!'
[...]
        Key $MODKEY-$LEFT
                wmiir xwrite /tag/sel/ctl select left
        Key $MODKEY-$RIGHT
                wmiir xwrite /tag/sel/ctl select right
        Key $MODKEY-$DOWN
                wmiir xwrite /tag/sel/ctl select down
        Key $MODKEY-$UP
                wmiir xwrite /tag/sel/ctl select up
[...]
!

The fact that the "!" is quoted in "cat <<'!'" has the consequence
that the variable names are not expanded. This is worked around for
$MODKEY, since the function is later used with

eval $(eventstuff | sed "s/\\\$MODKEY/$MODKEY/g;s/^[    ]//" | wmiiloop)

but the LEFT,RIGHT,DOWN,UP variables remain unexpanded. As a result,
MOD-j, MOD-k, ... do not work.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'stable'), (50, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-486
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 wmii depends on:
ii  dwm-tools                     21-1       dynamic window manager (tools)
ii  libc6                         2.5-7      GNU C Library: Shared libraries
ii  libx11-6                      2:1.0.3-7  X11 client-side library
ii  libxext6                      1:1.0.3-2  X11 miscellaneous extension librar

Versions of packages wmii recommends:
ii  wmii-doc                      1:1-3      lightweight tabbed and tiled X11 w

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to