====== Gnome Terminal Launcher ====== This allows you to add an applet to your panel that will launch any of your gnome-terminal profiles (so you can setup profiles to auto-connect to a server, and have a specific background color, etc.) Homepage: [[http://gnome-tla.sourceforge.net/wiki/index.php/Main_Page|Gnome Terminal Launcher]]\\ Current Version: 0.9 ===== Package Creation and Installation ===== - Download the SPEC file * {{linux:fedora:gnome-terminal-launcher.spec|}} * put this file into ''/usr/src/redhat/SPECS'' - Download the gnome-terminal-launcher source * [[http://downloads.sourceforge.net/gnome-tla/gnome-terminal-launcher_0.9-1ubuntu1.tar.gz]] * put this into ''/usr/src/redhat/SOURCES'' * rename the file to gnome-terminal-launcher-0.9.tar.gz\\ [root@bender ~]# cd /usr/src/redhat/SOURCES [root@bender SOURCES]# mv gnome-terminal-launcher_0.9-1ubuntu1.tar.gz gnome-terminal-launcher-0.9.tar.gz - edit the SPEC file to make sure the correct and most recent version is being used - build it:\\ [root@bender ~]# cd /usr/src/redhat/SPECS [root@bender SPECS]# rpmbuild -bb gnome-terminal-launcher.spec - install it:\\ [root@bender SPECS]# cd /usr/src/redhat/RPMS/noarch/ [root@bender noarch]# rpm -i gnome-terminal-launcher-0.9-1.noarch.rpm == == \\ {{tag>:linux:fedora :linux}}