Package: tpb Version: 0.6.4-2.1 Please apply the following patch.
--- /etc/X11/Xsession.d/90tpb 2006-01-21 12:40:22.000000000 -0600 +++ /tmp/90tpb 2006-08-13 14:27:25.000000000 -0500 @@ -5,6 +5,6 @@ . $CONFIG fi -if [ -x $TPB -a "$START_TPB" = true ]; then +if [ -x $TPB ] && [ "$START_TPB" = true ]; then $TPB -d fi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

