-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
38 lines (24 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Presenting Gnome Autotest Applet (gaa).
This places a small status icon in your Gnome toolbar that let's you know how
your autotest is doing. Green -- good. Red -- not so good. Inspired by
autotest/emacs.
What's autotest? Go here: http://rubyforge.org/projects/zentest/
== Installation ==
1. Install Ruby-GNOME2 and Ruby D-Bus:
* http://ruby-gnome2.sourceforge.jp/
* https://trac.luon.net/ruby-dbus/
Ruby-GNOME2 is available as an Ubuntu package, but as of Feisty it's an
older version that won't work.
2. Load up "lib/autotest/gaa.rb" in your ~/.autotest file.
I used an absolute path, so something like:
require '/home/dave/lib/autotest/gaa'
3. Startup the status icon -- "bin/gaa".
You _could_ run it by hand before running autotest. But that's not the
recommended way.
Instead, add it to your session so that it's automatically run upon
login. Snazzy. On Ubuntu Feisty, System > Preferences > Sessions gets
you halfway there.
== Credits ==
Brought to you by David Yeu -- [email protected]
Many thanks to Ryan Davis and Eric Hodel of ZenTest, and the people behind
Ruby-GNOME2 and Ruby D-Bus.