Re: [linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-23 Thread Dave Robillard
On Wed, 2005-23-11 at 12:55 +0100, Florian Schmidt wrote: > On Wed, 23 Nov 2005 16:41:35 +1100 > Dave Robillard <[EMAIL PROTECTED]> wrote: > > > > This remains though :) So basically apps who save state to files should > > > ignore state files specified on the commandline when in LASH mode, > > >

Re: [linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-23 Thread Florian Schmidt
On Wed, 23 Nov 2005 16:41:35 +1100 Dave Robillard <[EMAIL PROTECTED]> wrote: > > This remains though :) So basically apps who save state to files should > > ignore state files specified on the commandline when in LASH mode, > > except for those apps that are unable to change the state file selecti

Re: [linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-22 Thread Dave Robillard
On Tue, 2005-22-11 at 20:20 +0100, Florian Schmidt wrote: > On Tue, 22 Nov 2005 20:01:05 +0100 > Florian Schmidt <[EMAIL PROTECTED]> wrote: > > > I ardour i try to hack around this by stripping "offending" commandline > > options from argv before passing it to lash_init.. > > Actually this doesn

Re: [linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-22 Thread Florian Schmidt
On Tue, 22 Nov 2005 20:01:05 +0100 Florian Schmidt <[EMAIL PROTECTED]> wrote: > I ardour i try to hack around this by stripping "offending" commandline > options from argv before passing it to lash_init.. Actually this doesn't work right. > so the docs should at least point out the problem Thi

Re: [linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-22 Thread Florian Schmidt
On Tue, 22 Nov 2005 15:34:14 +1100 Dave Robillard <[EMAIL PROTECTED]> wrote: > > this line seems to be the culprit (liblash/loader.c): > > > > #define XTERM_COMMAND_EXTENSION "&& sh || sh" > I don't know of anyone else actually using the terminal client stuff > anyway, so I might just remove tha

Re: [linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-21 Thread Dave Robillard
On Tue, 2005-22-11 at 03:13 +0100, Florian Schmidt wrote: > On Sun, 20 Nov 2005 16:32:21 +0100 > Florian Schmidt <[EMAIL PROTECTED]> wrote: > > > The problem i see is: when the client in the term exits (either by means > > of LASH telling it to, or by sending i.e. a SIGINT), it just drops to a > >

Re: [linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-21 Thread Florian Schmidt
On Sun, 20 Nov 2005 16:32:21 +0100 Florian Schmidt <[EMAIL PROTECTED]> wrote: > The problem i see is: when the client in the term exits (either by means > of LASH telling it to, or by sending i.e. a SIGINT), it just drops to a > bash prompt instead of exiting the terminal. Hmm, this line seems

[linux-audio-dev] LASH and LASH_Terminal client flag problem

2005-11-20 Thread Florian Schmidt
Hi, in the course of LASH'ifying jack_convolve i stumbled across the LASH_Terminal client flag which specifies to LASH that the client wants to be run in its own terminal when the session is restored. The code for this is in liblash/loader.c:121 The problem i see is: when the client in the t