Bug#193759: twm: support for " in menu entry title.

2003-08-31 Thread Branden Robinson
On Sun, May 18, 2003 at 06:47:00PM +0200, Bill Allombert wrote: > Hello Branden, > > The following menu entry break twm menu completly. > > ?package(local.test):command="/usr/bin/bc" needs="text" \ >section="Apps/Test" title="test \"" > > Here a patch that quote properly the " charac

Bug#193759: twm: support for " in menu entry title.

2003-08-30 Thread Branden Robinson
On Sun, May 18, 2003 at 06:47:00PM +0200, Bill Allombert wrote: > Hello Branden, > > The following menu entry break twm menu completly. > > ?package(local.test):command="/usr/bin/bc" needs="text" \ >section="Apps/Test" title="test \"" > > Here a patch that quote properly the " charac

Bug#193759: twm: support for " in menu entry title.

2003-05-19 Thread Branden Robinson
On Mon, May 19, 2003 at 12:05:22PM +0200, Bill Allombert wrote: > On Sun, May 18, 2003 at 04:52:06PM -0500, Branden Robinson wrote: > > On Sun, May 18, 2003 at 06:47:00PM +0200, Bill Allombert wrote: > > > BTW, I would like to take the oportunity to remind you that > > > auto-generated menu files s

Bug#193759: twm: support for " in menu entry title.

2003-05-19 Thread Bill Allombert
On Mon, May 19, 2003 at 03:45:13PM -0500, Branden Robinson wrote: > IIRC, for this to work, twm is going to have to be hacked to look there. I suppose it should be possible to use a symlink ? Anyway, if it is too troublesome for you, don't bother. I do not have investigate the whole issue suffici

Bug#193759: twm: support for " in menu entry title.

2003-05-19 Thread Bill Allombert
On Sun, May 18, 2003 at 04:52:06PM -0500, Branden Robinson wrote: > On Sun, May 18, 2003 at 06:47:00PM +0200, Bill Allombert wrote: > > BTW, I would like to take the oportunity to remind you that > > auto-generated menu files should be moved to /var. > > Where in /var should they go? Unless I'm m

Bug#193759: twm: support for " in menu entry title.

2003-05-18 Thread Branden Robinson
On Sun, May 18, 2003 at 06:47:00PM +0200, Bill Allombert wrote: > BTW, I would like to take the oportunity to remind you that > auto-generated menu files should be moved to /var. Where in /var should they go? Unless I'm mistaken, Debian Policy doesn't prescribe a specific location, so I need to k

Bug#193759: twm: support for " in menu entry title.

2003-05-18 Thread Bill Allombert
Package: twm Version: 4.2.1-6 Severity: minor Tags: patch Hello Branden, The following menu entry break twm menu completly. ?package(local.test):command="/usr/bin/bc" needs="text" \ section="Apps/Test" title="test \"" Here a patch that quote properly the " character in menu title.