U.Mutlu wrote on 11/10/2015 03:41 AM: > Yao Wei wrote on 11/10/2015 02:53 AM: >> Hi, >> >> On Tue, Nov 10, 2015 at 9:34 AM, Yao Wei <m...@lxde.org> wrote: >>> I can try to implement a function that makes LXTerminal does not share >>> process, and therefore fulfill your use case. > > That would be really nice, because I like such fast lightweight > tools with low memory footprint. > >> The function is just implemented. I found it quite simple to implement >> (and actually worrying if LXTerminal is getting bloated since I add >> too many features into it...) >> >> You can check it out in either http://git.lxde.org or >> https://github.org/lxde/lxterminal > > I'll try it later today, thanks a lot.
Ok, I tried the latest version of lxterminal: $ svn co https://github.com/lxde/lxterminal lxterminal $ cd lxterminal/trunk # apt-get install autoconf xsltproc docbook-xml docbook-xsl # git # apt-get build-dep lxterminal The following NEW packages will be installed: intltool libvte-dev $ ./autogen.sh $ ./configure --prefix=/usr --enable-man $ make # make install But, unfortunately it still doesn't work in my case: I need to spawn such a chain of 2 commands: "lxterminal ; pgm2" via a *.desktop file. lxterminal starts the lxterminal shell and immediately also the pgm2, and the starting lxterminal closes itself. But instead both lxterminal windows should stay and pgm2 should execute only after lxterminal (the 2nd) is closed by the user. Yes, I verified that the newly built lxterminal is different from the old version, eventhough both have the version "0.2.0" under Help/About, but below it the Copyright line differs: 2008-2011 vs 2008-2014 It is no more that critical for my use-case because the alternative by using qterminal is working as desired, although it seems to be not that fast and leightweigth as lxterminal is. So, for now I'm switching to qterminal. ------------------------------------------------------------------------------ _______________________________________________ Lxde-list mailing list Lxde-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxde-list