Para abrir uma janela gnome-terminal
com algumas guias, devemos usar a opção --tab
. Veja gnome-terminal --help-all
. Também em man gnome-terminal
podemos encontrar esta explicação:
--window-with-profile=PROFILENAME
Open a new window containing a tab with the given profile.
More than one of these options can be provided.
--tab-with-profile=PROFILENAME
Open a tab in the window with the given profile.
More than one of these options can be provided, to open several tabs.
Então, para abrir a janela gnome-terminal
com poucas abas, devemos usar o comando como este:
gnome-terminal --tab-with-profile=ProfileA --tab-with-profile=ProfileB --tab-with-profile=ProfileC
Componha seu próprio comando e teste-o em um terminal. Se funcionar satisfatoriamente, adicione-o como uma entrada em Startup Applications :
Existem poucas abordagens possíveis de como abrir algumas gnome-terminal
janelas com poucas guias em cada. Eu sugiro usar um comando da seguinte forma:
gnome-terminal --tab-with-profile=ProfileA --tab-with-profile=ProfileB && gnome-terminal --tab-with-profile=ProfileC --tab-with-profile=ProfileD
Outra ideia é criar uma entrada separada de Aplicativos de inicialização para cada janela gnome-terminal
.