Package: ssft
Version: 0.9.11
Severity: normal

Thanks for putting together these fun scripts! I had to experiment to figure 
out what I needed in the header, but it turns out all I needed was this:

. ssft.sh
SSFT_FRONTEND="kdialog"

Obvious to others, but it would have saved me time to know -- perhaps you could 
include a README with a couple of examples?

Anyway, when I use the progress bar, it ignores the TIT variable -- not sure 
why. 

    TIT="`gettext "Sample PROGRESSBAR"`"
    if ! (
      for x in `seq 0 20 100`; do \
        MSG=$(eval_gettext "We are at \$x %"); \
        echo "$x"; echo "$MSG"; sleep 1; \
      done | ssft_progress_bar "$TIT" ); then
      ssft_display_message "$RES" "$CANCEL"
    fi

It's very cool to turn simple scripts into fancy-looking programs.

Dave


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

ssft depends on no packages.

Versions of packages ssft recommends:
ii  dialog                 1.0-20060221-2    Displays user-friendly dialog boxe
ii  gettext-base           0.16.1-1          GNU Internationalization utilities
ii  kdebase-bin            4:3.5.5a.dfsg.1-5 core binaries for the KDE base mod

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to