i add -font-face "andale mono" in pd startup preference, and now, when oppenig the preference dialogue, i have the error :
(Tcl) UNHANDLED ERROR: extra characters after close-quote
while executing
"pdtk_startup_dialog .gfxstuba0f0fd0 0 "-listdev -mididev 1,2,3,4 -font-face "andale mono" -noautopatch -rt -alsa -alsaadd default -audiooutdev 3"
"
("uplevel" body line 5)
invoked from within
"uplevel #0 $cmd_from_pd"
Anonymous
confirmed with Pd-
0.48.1there are two problems:
- Pd doesn't properly escape the quotes when sending the string to the Pd-gui (that's where you get your error)
- Pd relies on the shell for parsing the quotes, so the option doesn't do what you want anyhow.