gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gnome2 / gnome-connection-manager / files / README.txt
blob47d8ffc6aa4037581b48d53003f8c4a13f810688
1 Gnome-Connection-Manager
3 Get the latest version here:
4 http://kuthulu.com/gcm
6 1. REQUIREMENTS:
7 you must have python 2.6 or later, python-gtk2, expect, python-vte, libglade2-0, python-glade2
9 2. INSTALLATION:
10 - Linux/Unix:
11 copy the gcm files wherever you want, then execute the gnome_connection_manager.py
12 example:
13 /home/someuser/gcm/gnome_connection_manager.py
15 - FreeBSD:
16 Edit the file gnome_connection_manager.py and use the full path of the "ssh" and "telnet" binaries in the lines:
17 SSH_BIN = 'ssh'
18 TEL_BIN = 'telnet'
19 Edit the file ssh.expect and replace the first line with the full path of the "expect" command:
20 #!/usr/bin/expect
22 3. LANGUAGE:
23 to force a language start the application with this command:
24 LANGUAGE=en /home/someuser/gcm/gnome_connection_manager.py
26 if that doesn't work, try with:
27 env LANGUAGE=en python /home/someuser/gcm/gnome_connection_manager.py