Gnome-terminal-launcher installation and configuration
From Gnome-terminal-launcher
Contents |
Installation
Fedora Core
Download
Download RPM packages from SourceForge site: http://sourceforge.net/project/showfiles.php?group_id=170654
Install RPM
[root]# yum localinstall gnome-terminal-launcher-<version>-<release>.noarch.rpm
Ubuntu
Download
Download DEB packages from SourceForge site: http://sourceforge.net/project/showfiles.php?group_id=170654
Install DEB
dpkg --install gnome-terminal-launcher_M.m-rubuntuR_i386.deb
Other distributions
Download
Download tar.gz packages from SourceForge site: http://sourceforge.net/project/showfiles.php?group_id=170654
Install
Review the installation process and adapt any location as needed.
Configuration
Starting with gnome-terminal-launcher-0.5 a special value is stored in GConf permits the addition of extra options to the gnome-terminal command line.
The selected GConf entry extra_options is a list of strings to add maximum flexibility.
It's defined in the GConf schema /etc/gconf/schemas/gnome-terminal-launcher.schema.
Gnome-terminal profiles
If there's no profiles already created to access the desired sessions you should create some.
Use File->New profile... in Gnome-terminal menu. It's recommneded to use different icons and different background and foreground colors to visually identify the sessions and to suit your taste.
Select the desired profile
Extra options are stored in GConf under a specified profile. The Default profile is, you guess, the default. Other profiles may have been as described in Gnome-terminal profiles.
List existing profiles
[~]$ gconftool-2 --all-dirs /apps/gnome-terminal/profiles
and select one to work with.
Adding extra options
After selecting a profile, say myprof you can add extra options (remember to change myprof for your real profile name)
[~]$ gconftool-2 --set /apps/gnome-terminal/profiles/myprof/extra_options \ --type list --list-type string '[--geometry=80x36]'
and then when gnome-terminal-launcher launches the gnome-terminal these extra options are used in the command line.
Testing the configuration
The simplest way to test your configuration from the command line is
[~]$ gnome-terminal-launcher --run-in-window
and selecting the desired profile from the menu.
Saving the configuration
The configuration can be saved into a XML file and then restored, probably in another machine where you want to have the same profiles defined.
To do this select Save configuration... from the applet menu and then the filename.
Restoring the configuration
To restore a saved configuration just select Restore configuration from the applet menu and then the filename.
Adding gnome-terminal-launcher to panel
To add the gnome-terminal-launcher to the panel, right click on the panel, and select Add to panel... from the menu. Then select GNOME Terminal Launcher applet.
Launching the desired terminal
Use the applet menu to launch the desired terminal.
Profile names are sorted as selected in Preferences.
Preferences
Sort order
The list of profile names appearing in the main menu can be sorted accordingly to different criteria.



