As a feature, LXTerminal will only have one process (singleton
application). If you have a running instance of LXTerminal, when you start
the second process it only passes the command to the first one and exits.

I can try to implement a function that makes LXTerminal does not share
process, and therefore fulfill your use case.

On Tue, Nov 10, 2015 at 06:23 Brendan Perrine <walteror...@gmail.com> wrote:

> On Mon, 9 Nov 2015 22:29:05 +0100
> "U.Mutlu" <for-gm...@mutluit.com> wrote:
>
> > I need to start from a script or a program 2 processes in sequential
> order.
> > The first process is lxterminal and the second is say leafpad. If I do
> so:
> >    lxterminal
> >    leafpad
> > then both start at the same time.
> > How can I get them start only sequentially?
> > (ie. the second shall start only after the first has exited)
> >
> > The culprit is lxterminal as it behaves non-standard by starting somehow
> detached.
> >
> > I think lxterminal should have a cmdline option for this scenario.
> >
> > How does qterminal behave in this situation?
> >
> >
> >
> ------------------------------------------------------------------------------
> > Presto, an open source distributed SQL query engine for big data,
> initially
> > developed by Facebook, enables you to easily query your data on Hadoop
> in a
> > more interactive manner. Teradata is also now providing full enterprise
> > support for Presto. Download a free open source copy now.
> > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
> > _______________________________________________
> > Lxde-list mailing list
> > Lxde-list@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/lxde-list
> What are you running the script from lxterminal? I think this might be
> because of lxterminal now being built as a singleton gtk application which
> I think was to save memory on older hardware but I am not sure. I can
> reproduce the bahvior you are describing if I run the script from
> lxterminal but do not in sakura, another terminal emulator.
>
> --
> Brendan Perrine <walteror...@gmail.com>
>
>
> ------------------------------------------------------------------------------
> Presto, an open source distributed SQL query engine for big data, initially
> developed by Facebook, enables you to easily query your data on Hadoop in a
> more interactive manner. Teradata is also now providing full enterprise
> support for Presto. Download a free open source copy now.
> http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
> _______________________________________________
> Lxde-list mailing list
> Lxde-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxde-list
>
------------------------------------------------------------------------------
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to