Giter VIP home page Giter VIP logo

guake's Introduction

Guake README file

Introduction

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 hotkeys stuff). The code is placed in the src directory. Files and images are in the data directory. Translation stuff is in the po directory.

Features? Bugs? Information? Visit: http://guake.org/

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.7+
  • pygtk2.10 (gtk.StatusIcon)
  • python-vte
  • python-notify
  • python-dbus
  • python-gconf
  • python-xdg
  • python-appindicator (ubuntu)

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)

For Python 3, you need this package too:

  • python3-dev

Ubuntu

Under Debian/Ubuntu, the following command should install all the build dependencies:

sudo apt-get build-dep guake

For manual dependency listing (Ubuntu 13.10):

sudo apt-get install build-essential python autoconf
sudo apt-get install gnome-common gtk-doc-tools libglib2.0-dev libgtk2.0-dev libgconf2-dev
sudo apt-get install python-gtk2 python-gtk2-dev python-vte glade python-glade2 python-appindicator
# uncomment for Python 3
# sudo apt-get install python3-dev

RedHat/Fedora

TBD

ArchLinux

Guake can be found in the official repositories and installed by running:

sudo pacman -S guake

Compilation

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

$ git clone https://github.com/Guake/guake.git
$ cd guake
$ ./autogen.sh && ./configure && make
$ sudo make install

If you receive a message asking you if you have installed guake.schemas properly when launching guake, it means that your default sysconfdir is different from the one chosen by autotools. To fix that, you probably have to append the param `--sysconfdir=/etc' to your `./configure' call, like this:

$ ./configure --sysconfdir=/etc && make

If it is not enought you can install the gconf schemas file by hand by doing the following:

# GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule data/guake.schemas

For more install details, please read the INSTALL file.

Git hook

Please install this git hook if you want to beautify your patch before submission:

$ cd guake
$ ln -s git-hooks/post-commit .git/hooks/

guake's People

Contributors

adaptee avatar alekkrs avatar astratto avatar bersam avatar bwrsandman avatar catmidia avatar clarete avatar dark avatar dmartinezc avatar domsekotill avatar egrajeda avatar empee584 avatar gabrielfalcao avatar ganloo avatar gsemet avatar guilhem avatar hackedd avatar hubbitus avatar kasrakeshavarz avatar mgaut72 avatar mrshu avatar piotrdrag avatar plaes avatar pypingou avatar pztrick avatar rgaudin avatar tahajahangir avatar ulidtko avatar vkotovv avatar zborboa-g avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.