I have multiple gnome-terminal windows open. Is there a way to save the settings (window position, no. of tabs, title etc). across OS reboots ?
|
feedback
|
|
I found the following options which are helpful :
The above does restore the appropriate number of gnome-terminal windows with proper tabs, but the window position and title are not restored. Still, a start :) | |||
|
feedback
|
|
Once you have your gnome-terminal configured the way you like (i.e. number of tabs, open to certain directories), save the session state from within your gnome-terminal window with the following command:
Then what I do is create a custom application launcher on my panel that executes the following command
| |||
|
feedback
|
|
You can create profiles for Gnome-Terminal from the
Naturally, you can configure different launcher icons to automatically launch different profiles, or you could include lines in an X-session startup script to start several different terminals, each with a different profile, when you login. Various options can be combined in a launcher icon to give you one specific terminal type, and you could create as many launchers as you need different terminal types. Other commandline options might be useful to get exactly the effect you want, if the profile mechanism isn't fine-grained enough for you. See
| |||||||
feedback
|
|
I use a two-step approach with my xfce-terminal. First I open the windows:
and then move them with wmctrl:
| ||||
|
feedback
|
