From d6b2677825cbb423e2099563c16321c3e23d7899 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 20 Nov 2011 15:50:38 +0100 Subject: Imported Upstream version 0.3.1 --- README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 81ac7a4..1d71775 100644 --- a/README +++ b/README @@ -14,8 +14,7 @@ It is inspired by the an addon written for the game World of Warcraft. # About this Branch # #################################################################### -This is the master Branch of Gnome-Pie. A recent "stable" version -will be in here. +This is the master branch of Gnome-Pie. #################################################################### # PPA # @@ -37,11 +36,17 @@ First of all, install all dependancies: sudo apt-get install libgtk2.0-dev libcairo2-dev libappindicator-dev libgee-dev libxml2-dev libxtst-dev libgnome-menu-dev valac cmake libunique-dev + libbamf-dev libwnck-dev -Then build and launch Gnome-Pie by typing: - +Then build Gnome-Pie by typing: ./make.sh +Launch it with +./gnome-pie + +If you want to install it system wide use +cd build && sudo make install + #################################################################### # Usage # #################################################################### -- cgit v1.2.3 From 60560a030fda3c539ff9dc1563b9926414a193da Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sat, 21 Jan 2012 19:07:09 +0100 Subject: Imported Upstream version 0.4.0 --- README | 85 ------------------------------------------------------------------ 1 file changed, 85 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 1d71775..0000000 --- a/README +++ /dev/null @@ -1,85 +0,0 @@ -#################################################################### -# Gnome-Pie # -#################################################################### - -This is an experimantal attempt to create a visual application -launcher for the Gnome Desktop. - -Homepage: http://gnome-pie.simonschneegans.de - -It is inspired by the an addon written for the game World of Warcraft. -(http://go-hero.net/opie/) - -#################################################################### -# About this Branch # -#################################################################### - -This is the master branch of Gnome-Pie. - -#################################################################### -# PPA # -#################################################################### - -There is a PPA with a recent version of Gnome-Pie. If you simply -want to test it, it's very easy to install: - -sudo add-apt-repository ppa:simonschneegans/testing -sudo apt-get update -sudo apt-get install gnome-pie - -#################################################################### -# Compiling # -#################################################################### - -First of all, install all dependancies: - -sudo apt-get install libgtk2.0-dev libcairo2-dev libappindicator-dev - libgee-dev libxml2-dev libxtst-dev - libgnome-menu-dev valac cmake libunique-dev - libbamf-dev libwnck-dev - -Then build Gnome-Pie by typing: -./make.sh - -Launch it with -./gnome-pie - -If you want to install it system wide use -cd build && sudo make install - -#################################################################### -# Usage # -#################################################################### - -Now you may launch it by Pressing A to open up a default -Pie with your default applications. There are some other Pies -defined --- just open up the configuration dialog by activating the -appropriate entry in the appindicator menu or by launching gnome-pie -for a second time. There you may configure the Pies to suit your -needs. - -You can open Pies not only by presing their key stroke. -Alternatively you may open any Pie by invoking gnome-pie --open 123 -where 123 is the ID of the desired Pie (which is displayed in the -configuration dialog). - -#################################################################### -# License # -#################################################################### - -Copyright (C) 2011 Simon Schneegans - -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 3 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, see . - - -- cgit v1.2.3