hemulin / airvpn_toggler

CLI tool to toggle airvpn connection on debian based machines using openvpn and stunnel
3 stars 0 forks source link

Airvpn inside SSL tunnel "toggler" for Linux - existing issue with *buntu 16.04 Distros #1

Open ghost opened 8 years ago

ghost commented 8 years ago

I've run into a snag running OpenSUSE Leap 42.1, in that an existing issue with *buntu distros has not yet been resolved. See the AirVPN thread on the issue

hemulin commented 8 years ago

Apparently putting system tray indicator is not such an easy tasks (TK/GTK/QT/winico each library and its drawbacks).

Made a few changes. The minimal operation without the sys tray indicator should work without any external libraries (no need for pip install -r requirements.txt). If you do wish to have the sys tray, until I would find the solution that fits them all, you should install the wx library (wxPython) and then run the script with the optional parameter "show" in addition to "on" or "off".

The above paragraph also relevant to the problem you were facing with the pkg-resource. Now when there is no need to the "pip install... " command, you should be fine.