Package: filerunner
Version: 2.5.1-16
Severity: normal
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages filerunner depends on:
ii tk8.4 8.4.9-1 Tk toolkit for Tcl and X11, v8.4 -
-- no debconf information
found problems:
Clone button not working
in Help menu, item Copying not working.
Possible solutions:
clone button not working :
may be related to the change of the first lines of filerunner in
version 2.5.1.-16:
from:
#! /bin/sh
# -*- tcl -*- \
exec wish $0 wish $*
to:
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
Copying in help menu:
the statement:
$glob(win,top).menu_frame.help_but.m add command -label {Copying}
-command { ViewText $glob(doclib_fr)/COPYING }
has been changed into:
$glob(win,top).menu_frame.help_but.m add command -label {Copying}
-command { ViewText $glob(/usr/share/common-licenses/GPL }
which is not a valit tcl statement.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]