Re: [Tuxpaint-devel] UI font configuration
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Bill K. <nb...@so...> - 2023-06-03 21:13:45
|
On Sat, Jun 03, 2023 at 01:49:34PM -0700, Bill Kendrick wrote: <snip> > I should update OPTIONS docs to make this explicit. > I also now wonder about other options that might need quotes > (e.g., "printcmd", admittedly rarely, if ever, used in the > wild, I assume) and never had them! :^o Welp! This in my .tuxpaintrc caused Tux Paint to CRASH on startup! printcommand=echo > /tmp/print.ps While this worked: printcommand="echo > /tmp/print.ps" I've made sure it avoids crashing (oops, sorry!), and now echos an error to stdout and recommends wrapping the setting's value in quotes. I'll need to update Tux Paint Config. to make sure it actually deals with quotes for these other options, too! 8^o -bill! |