
The clock on the desktops 2 and 3 can show the correct time
with a superkaramba theme.

INSTALLATION:

    1: Switch to desktop 2 or 3.
    2: Start "superkaramba"
    3: Choose a theme "bk_berlin_subway_2.theme" or "bk_berlin_subway_3.theme"
       depending on the current desktop wallpaper.
       The themes you may find in the directory "bk_berlin_subway_superkaramba".
       Choose a theme, that will match your screen resolution.
    4: If the clock appear on all desktops (default), click with the right
       mouse button on the clock and move it to the correct desktop.
    5: If the place is not correct, click with the right mouse button on the clock,
       dissable "Toggle locked position" and move it over the clock of the 
       wallpaper.
    6: Switch to the next desktop and go on with step 2.
    
    
Superkaramba 0.33 and KDE 3.2:

There is a little bug in Superkaramba 0.33. together with KDE 3.2 the
superkaramba window appears allways on top. You may download the source
of superkaramba, unpack the tar-file and open the file "karamba.cpp" in
an editor. Add the new line 2247 

    2246:  KWin::setType(winId(), NET::Dock);
    2247:  KWin::setState(winId(), NET::KeepBelow);  // new line
    
Now you have to run "./configure", "make" and as root "make install". The fix
works Ok on my system (KDE 3.2.2).

Greeting
B. Kaemper