From 9db1b95c244a8d4c61a3edabb78addc141833e7d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 27 Jul 2012 13:46:04 +0200 Subject: [PATCH 1/2] About the dependency + typo --- ChangeLog | 2 +- README | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d11c95be7..63aa0705b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -458,7 +458,7 @@ * src/guake.py: Added a filter to choose only image files in prefs dialog - * src/guake.py: Added a error handling for bg_filechooser in prefs dialog + * src/guake.py: Added an error handling for bg_filechooser in prefs dialog 2007-06-19 Lincoln de Sousa diff --git a/README b/README index 380bbef98..a4f158d49 100644 --- a/README +++ b/README @@ -46,6 +46,7 @@ DEPENDENCIES * python-notify * python-dbus * python-gconf + * python-xdg To build guake, you will need the following packages too: * python-dev @@ -53,6 +54,11 @@ To build guake, you will need the following packages too: * pygtk-dev * gconf2-dev (to use some autoconf stuff) +Under Debian/Ubuntu, the following command should install all the build +dependencies: +sudo apt-get build-dep guake + + INSTALLATION ~~~~~~~~~~~~ We are using an autotools based installation, so if you got the source From 38e7cabc1a56c51f5225f36e906cdfea5ac02f30 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 31 Jul 2012 09:46:59 +0200 Subject: [PATCH 2/2] Fix some more typos --- README | 2 +- src/globalhotkeys/example.py | 2 +- src/guake | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index a4f158d49..729f01d36 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ of guake from a release file, please do the following:: 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 choosen by autotools. To +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:: diff --git a/src/globalhotkeys/example.py b/src/globalhotkeys/example.py index 1ed31e532..43618405a 100644 --- a/src/globalhotkeys/example.py +++ b/src/globalhotkeys/example.py @@ -39,7 +39,7 @@ - Run every test from a terminal, all messages will be displayed there. - - Globalhotkeys module depends on gtk, so if you dont import gtk before call + - Globalhotkeys module depends on gtk, so if you don't import gtk before call any funcion in that module, you will see some warnings on your terminal =D - globalhotkeys.init MUST be called before binding/unbinding keys. diff --git a/src/guake b/src/guake index 6d8f9c56f..1b321fcd0 100644 --- a/src/guake +++ b/src/guake @@ -239,7 +239,7 @@ class GConfHandler(object): def default_font_toggled(self, client, connection_id, entry, data): """If the gconf var use_default_font be changed, this method will be called and will change the font style to the gnome - default or to the choosen font in style/font/style in all + default or to the chosen font in style/font/style in all terminals open. """ if entry.value.get_bool(): @@ -475,7 +475,7 @@ class GuakeTerminal(vte.Terminal): def button_press(self, terminal, event): """Handles the button press event in the terminal widget. If - any match string is caught, another aplication is open to + any match string is caught, another application is open to handle the matched resource uri. """ self.matched_value = '' @@ -614,7 +614,7 @@ class Guake(SimpleGladeApp): return True self.window.connect('delete-event', destroy) - # Flag to completly disable losefocus hiding + # Flag to completely disable losefocus hiding self.disable_losefocus_hiding = False # this line is important to resize the main window and make it