sciancio / connectionmanager2

Simple GUI app for Gnome 3 that provides a menu for initiating SSH/Telnet connections
60 stars 45 forks source link

Portability fix wrt environment #24

Closed jellelicht closed 12 years ago

jellelicht commented 12 years ago

I'm currently running connectionmanager on my ArchLinux box, with Gnome 3.4. The initial problem was that python is symlinked to python3 (and most packages rely on this fact). To alleviate this problem I propose the following commit, in which I turned around your calls to python and python2 and fixed the references to /usr/bin/env python.

If you have any questions or suggestions, please don't hesitate to ask them.

daroczig commented 12 years ago

Please check out: https://aur.archlinux.org/packages.php?ID=60173

And the prior thread: https://github.com/sciancio/connectionmanager/pull/12

jellelicht commented 12 years ago

That helps a lot! Sorry for wasting your time ;)