Package: ion3
Version: 20060107-1
Severity: normal

I have two screens (Radeon pseudo-xinerama configuration), and a
statusbar on each screen. After upgrading to ion3 20060107-1, all
indicators in the left statusbar (which is on screen 0) are shown as
question marks, so that it looks like [ ? || load: ? ]. The right
statusbar (which is on screen 1) is shown correctly. Commenting out
the statusbar.create expression which creates the right status bar
causes the left one to be displayed correctly.

With previous versions of ion3, both statusbars worked correctly with
the same configuration files, so it's a regression.

Here is my cfg_statusbar.lua:


mod_statusbar.create{
    screen=0,
    pos='bl',
    template="[ %date || load: %05load ]",
}

mod_statusbar.create{
    screen=1,
    pos='bl',
    template="[ %date || load: %05load ]",
}

mod_statusbar.launch_statusd{
    date={
                date_format='%H:%M %a %d.%m.%Y',
        formats={
            time = '%H:%M', -- %date_time
        }
    },
    load={
        update_interval=10*1000,
        important_threshold=1.5,
        critical_threshold=4.0
    },
    mail={
        update_interval=60*1000,
        mbox=os.getenv("MAIL"),
                files={}
    },
}


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (995, 'testing-proposed-updates'), (990, 'testing'), (500, 
'stable'), (90, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages ion3 depends on:
ii  libc6                    2.3.5-8         GNU C Library: Shared libraries an
ii  libice6                  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  liblua50                 5.0.2-5.1       Main interpreter library for the L
ii  liblualib50              5.0.2-5.1       Extension library for the Lua 5.0 
ii  libsm6                   6.8.2.dfsg.1-11 X Window System Session Management
ii  libx11-6                 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxext6                 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxinerama1             6.8.2.dfsg.1-11 X Window System multi-head display

Versions of packages ion3 recommends:
ii  xfonts-100dpi            6.8.2.dfsg.1-11 100 dpi fonts for X
ii  xfonts-100dpi-transcoded 6.8.2.dfsg.1-11 100 dpi fonts for X (transcoded fr
ii  xfonts-75dpi             6.8.2.dfsg.1-11 75 dpi fonts for X
ii  xfonts-75dpi-transcoded  6.8.2.dfsg.1-11 75 dpi fonts for X (transcoded fro

-- debconf-show failed


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

Reply via email to