File: README

package info (click to toggle)
groundcontrol 1.6.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,296 kB
  • ctags: 670
  • sloc: python: 3,486; sh: 26; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,564 bytes parent folder | download
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
39
40
41
This project provides elemental access to launchpad and bazaar branches through nautilus.

== USERS ==

A quick and easy installation via Synaptic or apt-get is available by adding the PPA to your system's Software Sources:

sudo add-apt-repository ppa:doctormo/groundcontrol
sudo apt-get install groundcontrol

== DEVELOPERS ==

To do development with Nautilus Plugins and thus help with ground control development:

Make a symbolic link from ./nautilus-groundcontrol.py to ~/.nautilus/python-extensions

cd ~/.nautilus/python-extensions
ln -s /My/Projects/Dir/nautilus-groundcontrol.py .

You also need a symbolic link to the GroundControl modules:

ln -s /My/Projects/Dir/GroundControl .

Finally you'll want to make sure you have all the deps installed, for an up to date list you can checkout the debian files branch and look at the control file, but as of today it's:

sudo apt-get install python-gtk2 python-gobject python-launchpadlib bzr python-httplib2 python-xdgapp python-nautilus python-yaml bzrtools

Next you'll want to restart nautilus, do this each time you change the source code:

nautilus --quit; nautilus --no-desktop

Navigate to your home folder and create a directory called 'Projects' this fodler will be a starting folder and if everything worked you should see a bar across the top with a button.

== Internationalisation Policy ==

What to translate and what not to.

 * Translate all GUI strings and glade xml strings
 * Translate all error and warning messages
 * Translate all prints for cli tools
 * Do NOT tanslate debug messages