Drop-down terminal for GNOME
Go to file
Lincoln de Sousa 417c2fc26d Adding an entry in the preferences menu to prefs windows.
It is important to users that hides trayicon and needs
to configure guake or just want to configure it without
open it.
2009-03-24 16:04:42 -03:00
data Adding an entry in the preferences menu to prefs windows. 2009-03-24 16:04:42 -03:00
debian Inserting the debian structure 2008-07-22 23:54:16 -03:00
m4 Adding an entry in the preferences menu to prefs windows. 2009-03-24 16:04:42 -03:00
po Adding an entry in the preferences menu to prefs windows. 2009-03-24 16:04:42 -03:00
src Adding an entry in the preferences menu to prefs windows. 2009-03-24 16:04:42 -03:00
.gitignore Adding an entry in the preferences menu to prefs windows. 2009-03-24 16:04:42 -03:00
AUTHORS Fixing file permissions (chmod -x) 2008-04-21 21:48:27 -03:00
autogen.sh 2007-08-01 02:35:20 +00:00
ChangeLog Fixing dual head monitors bug (closes #68) 2008-11-25 21:52:03 -02:00
configure.ac Adding an entry in the preferences menu to prefs windows. 2009-03-24 16:04:42 -03:00
COPYING Fixing file permissions (chmod -x) 2008-04-21 21:48:27 -03:00
INSTALL updating autotools updates 2008-06-03 00:05:11 -03:00
Makefile.am removing entries that were breaking make dist rule 2008-06-15 22:10:34 -03:00
NEWS Looking for all python interpreters available instead 2008-07-17 15:50:02 -03:00
README Updating documentation 2009-02-25 01:39:14 -03:00
TODO Updating documentation 2009-02-25 01:39:14 -03:00

Guake README file
=================

INTRO
~~~~~

Guake is a dropdown terminal made for the GNOME desktop
environment. Its style of window is based on an fps games, and one of
its goals is be easy to reach.

Guake is written mostly in python and has a little piece in C (global
hotkey stuff). The code is placed in the src directory. Files and
images are in the data directory. If you're looking for translation
stuff, you should take a look at the po directory.

LICENSE
~~~~~~~

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.


DEPENDENCIES
~~~~~~~~~~~~
 * Python2.4+
 * pygtk2.10 (gtk.StatusIcon)
 * python-vte
 * python-notify
 * python-dbus
 * python-gconf

To build guake, you will need the following packages too:
 * python-dev
 * gtk+-2.0-dev
 * pygtk-dev
 * gconf2-dev (to use some autoconf stuff)

INSTALLATION
~~~~~~~~~~~~
We are using an autotools based installation, so if you got the source
of guake from a release file, please do the following::

    $ gunzip -c guake-x.x.x.tar.gz | tar x
    $ cd guake-x.x.x
    $ ./configure && make
    $ su
    (give the root password here!)
    # make install

For more install details, please read the `INSTALL` file.