Configuration Information [Automatically generated, do not change]:
uname output: SunOS silver 5.5.1 Generic_103640-35 sun4u sparc SUNW,Ultra-5_10
Compiler: gcc
Compilation CFLAGS: -g -O2
prefix: /u/phippst/sunos

FVWM Version:   2.4.1_beta1
FVWM_MODULEDIR: /u/phippst/sunos/libexec/fvwm/2.4.1_beta1
FVWM_DATADIR:   /u/phippst/sunos/share/fvwm
FVWM_USERDIR:   /u/phippst/.fvwm

Description:
        fvwm-menu-directory produces syntax errors from fvwm when it tries
        to create a menu with a file that has two %'s in its name.
        It also doesn't handle & * " very well. @ and ^ in directory names
        needs fixing too but not in file names.

Repeat-By:

touch "1&amp" "1%perc" "1*star"
touch 'double"quote'
touch "2%perc%" "2&amp&" "2*star*"
mkdir "1^circ" "[EMAIL PROTECTED]" "2^circ^" "[EMAIL PROTECTED]@"
touch "1^circ/file" "[EMAIL PROTECTED]/file" "2^circ^/file" "[EMAIL 
PROTECTED]@/file"

Fix:

Replace & with && etc. ^ is difficult with submenus as some shells interpret
it as a |. It should be \ escaped by the time fvwm Exec's fvwm-menu-directory.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to