PATCHES FOR GNOME-CORE-1.4.0.4 (NOT THE SIMPLEST WAY TO
GET MGT!)
IMPORTANT NOTE:
Notice that to get MGT you haven't absolutely to patch gnome-core sources,
this is only one possible way and not the suggested
one, I put here gnome-core patches for MGT is an extension of gnome-terminal
and I started the development of MGT using gnome-terminal sources.
If you don't know what you're doing download sources or binaries of
MGT avoiding to get you in troubles!
Here is what you have to do to get multi-gnome-terminal work (this is
Ver. 1.1.2):
-
download the gnome-core-1.4.0.4
sources (this is a big file, consider that probably you can find this in
your linux distribution)
-
download my patches
Untar the gnome-core sources and do what follows:
-
create a dir on your home (or where you prefer) named for example gt-patches
(mkdir ~/gt-patches)
-
cd ~/gt-patches
-
copy in this directory my patches (i.e. file named gnometerm_patches.tar.gz
)
-
untar them (tar xzf gnometermi_patches.tar.gz)
-
cp gnome-terminal.c.diff ~/gnome-core-1.4.0.4/gnome-terminal/
-
cp edit_cmd.glade ~/gnome-core-1.4.0.4/share/gnome-terminal/glade/
-
cp multi-gnome-terminal.glade ~/gnome-core-1.4.0.4/share/gnome-terminal/glade/
-
cd ~/gnome-core-1.4.0.4/gnome-terminal/
-
patch gnome-terminal.c gnome-terminal.c.diff
-
cd ..
-
./configure --prefix=~/gnome-core-1.4.0.4/
-
cd gnome-terminal/
-
make
-
make install
-
and finally ./gnome-terminal to execute the program!
NOTE:
-
You can also choose a different directory to install the terminal
using the '--prefix ' option but in that case you have to
copy edit_cmd.glade and multi-gnome-terminal.glade
in the directory <prefix>/share/gnome-terminal/glade