-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
27 lines (21 loc) · 873 Bytes
/
README.txt
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
Gnome-Connection-Manager
Get the latest version here:
http://kuthulu.com/gcm
1. REQUIREMENTS:
you must have python 2.6 or later, python-gtk2, expect, python-vte, libglade2-0, python-glade2
2. INSTALLATION:
- Linux/Unix:
copy the gcm files wherever you want, then execute the gnome_connection_manager.py
example:
/home/someuser/gcm/gnome_connection_manager.py
- FreeBSD:
Edit the file gnome_connection_manager.py and use the full path of the "ssh" and "telnet" binaries in the lines:
SSH_BIN = 'ssh'
TEL_BIN = 'telnet'
Edit the file ssh.expect and replace the first line with the full path of the "expect" command:
#!/usr/bin/expect
3. LANGUAGE:
to force a language start the application with this command:
LANGUAGE=en /home/someuser/gcm/gnome_connection_manager.py
if that doesn't work, try with:
env LANGUAGE=en python /home/someuser/gcm/gnome_connection_manager.py