Package: gdm-themes Version: 0.5.1 Severity: minor Tags: patch A few tiny errors are responsable for not updating the time in the blueswirl theme. Here is a patch that should correct this (taken from blueswirl develpoers website).
--- blueswirl.xml 2006-02-02 00:32:50.000000000 +0100 +++ blueswirl_neu.xml 2007-02-19 09:31:04.000000000 +0100 @@ -18,12 +18,12 @@ <item type="label" id="clock"> <normal color="#ffffff" font="Sans 10" alpha="0.8"/> <pos x="-20" y="22" anchor="e"/> - <text>%h</text> + <text>%c</text> </item> <item type="label" id="hostname"> <normal color="#ffffff" font="Sans 10" alpha="0.8"/> <pos x="-20" y="42" anchor="e"/> - <text>%c</text> + <text>%h</text> </item> @@ -216,7 +216,7 @@ <item type="label" id="pam-error"> <normal color="#eeeeee" font="Sans 10"/> <pos x="70%" anchor="n"/> - <text>%s</text> + <text/> </item> </box> </item> -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages gdm-themes depends on: ii desktop-base 4.0.1 common files for the Debian Deskto ii gdm 2.16.4-1 GNOME Display Manager gdm-themes recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]