Re: [orca-list] Mate-terminal and multitabs



Hello Jean-Philippe,

try mate-terminal --tab -e "sh -c '<command>; sh" --tab ...

For instance:
mate-terminal \
--tab -e "sh -c 'ps -ef; sh'" \
--tab -e "sh -c 'ls; sh'" \
--tab -e "sh -c 'top; sh'"

Add options and script it as you see fit.

Cheers,

Didier

PS here sh is a symlink to bash, but this should work with any shell
implementing the -c option specified by POSIX.

On 08/21/2018 09:58 AM, Jean-Philippe MENGUAL wrote:
My purpose is: when I run mate-terminal, or a specific profile, some tabs open automatically. How can I, 
just like I do with screen, set mate-terminal to open automatically various commands in various tabs 
automatically at running?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]