On 09.09.19 12:45, IOhannes m zmoelnig wrote:
a known issue [579] with pdsettings is, that the "startup-flags" must not contain quotes and you therefore cannot use font-faces with spaces. e.g. '-font-face "Ubuntu Mono"' won't work via .pdsettings, although running 'pd -font-face "Ubuntu Mono"' from the cmdline will work (in this case the shell (bash,...) will parse the quotes, and Pd will never even see them).
mfgasdr IOhannes
for what it's worth, here's a PR that attempts to fix the quoting issue: https://github.com/pure-data/pure-data/pull/741
masdr IOhannes