Hi all,
I just upgraded from ion3-20051029 to ion3-20060118 and I'm experiencing a strange problem:

given that I have a dual-monitor setup I have two statusbars, one for each monitor, with some statusd monitors.

my cfg_statusbar.lua is:

mod_statusbar.create{
        screen=0,
        pos='bl',
        template="[...snip...]",
}

mod_statusbar.create{
        screen=1,
        pos='bl',
        template="[...snip...]",
}

mod_statusbar.launch_statusd{
        --initialization and parameter of every statusd monitor I use
}

Well, after the upgrade only the statusd monitors on screen=1 works, the ones on screen=0 are undefinied (eg: 'load: ? || uptime: ?' etc.)
(everything worked well before the upgrade)

How should I change the config file to make it work again?
I tried to look for a solution for this strange behaviour but haven't been able to.

Thank you in advance and keep up the good work.

Reply via email to