You are not logged in.

#1 2009-12-16 06:42:48

Dirk Sohler
Member
From: Hamburg, Germany
Registered: 2009-10-03
Posts: 109

wmii-hg broken?

Hi there!

After starting my computer today there was something strange. All looked good except the wmii status bar. Because there wasn't any. I defined it with this code:

WEATHERFILE="/rbar/zzz-weather"

# Status Bar Info
status() {
        STATUSDATE=$(date +"%A, %d. %B %Y, %V. Woche, %H:%M Uhr")
        STATUSWEATHER=$(cat /home/dirk/.weatherinfo)
        echo -n $STATUSDATE
        echo "$STATUSWEATHER" | wmiir write ${WEATHERFILE}
}

local_events() { true;}
wi_runconf -s wmiirc_local

echo $WMII_NORMCOLORS | wmiir create $noticebar
echo $WMII_NORMCOLORS | wmiir create ${WEATHERFILE}

It worked with this code since i set it up like this and created a status bar containing the notice bar, the date and time in the defined format and the weather info gathered from .weatherinfo file.

But now there is only …

200912160734431920x1080.png

$ wmiir ls /rbar
!notice
zzz-weather

In addition to this, the following part of my configuration seems to be ignored

wmiir write /ctl <<!
        [other stuff that works]
        colmode default
!

Yesterday before shutting down my computer in the evening it worked as expected.

$ uname -rm
2.6.31-ARCH x86_64

pacman -Qi wmii-hg | grep Version
Version              : 2594-1

grep '12-\(15\|16\)' /var/log/pacman.log 
[2009-12-15 16:33] synchronizing package lists
[2009-12-15 16:34] starting full system upgrade
[2009-12-15 16:34] upgraded gimp (2.6.7-1 -> 2.6.8-1)
[2009-12-15 16:34] upgraded gpm (1.20.6-3 -> 1.20.6-5)
[2009-12-15 16:34] upgraded imagemagick (6.5.7.10-1 -> 6.5.8.5-1)
[2009-12-15 16:34] upgraded ruby (1.9.1_p243-2 -> 1.9.1_p376-1)
[2009-12-15 16:34] upgraded xf86-input-evdev (2.3.1-1 -> 2.3.2-1)
[2009-12-15 16:34] upgraded xorg-server (1.7.3-1 -> 1.7.3.901-1)
[2009-12-15 21:22] synchronizing package lists
[2009-12-15 21:22] starting full system upgrade
[2009-12-16 07:20] synchronizing package lists
[2009-12-16 07:20] starting full system upgrade
[2009-12-16 07:20] upgraded expat (2.0.1-2 -> 2.0.1-4)
[2009-12-16 07:20] upgraded thunderbird (3.0-1 -> 3.0-2)
[2009-12-16 07:20] upgraded wmii-hg (2593-1 -> 2594-1)

What do i have to do to get the status bar and the colmode setting working again?

TIA,
Dirk

Offline

#2 2009-12-16 17:39:16

Dirk Sohler
Member
From: Hamburg, Germany
Registered: 2009-10-03
Posts: 109

Re: wmii-hg broken?

Update: This seems to happen on x86_64 only. A i686 system running the same configuration works as expected.

Last edited by Dirk Sohler (2009-12-16 20:34:09)

Offline

Board footer

Powered by FluxBB