Dragon2fly/vpngate-with-proxy

Indicator not show in gnome

sonvirgo opened this issue · 6 comments

I run vpn_indicator.py in background, so there is a notify at gnome top bar when the vpn connected.
But I dont see this Image of Yaktocat

Hi @sonvirgo ,

Which OS are you using?
Did you install the required packet yet?

sudo apt-get install gir1.2-appindicator3-0.1 gir1.2-notify-0.7 python-gobject

Hi @Dragon2fly ,
I am running Ubuntu 17.04, Gnome 3.24
All required packages are already installed
Also, the F4 filter for country not work, the server for specific country seen in the list but filter always return empty result for any country
And the app blocking the console hence Gnome-shell freeze upon connected to a slow server.

Update
this is the error
(vpn_indicator.py:12272): Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
sorry, the freeze issue is cause by other app: autovpn extenssion

Hi @sonvirgo ,

Is your problem solved?

Hi @Dragon2fly,
Indicator not show yet
Country filter not work too

Hi @sonvirgo ,

I've just tested it on a fresh Ubuntu Gnome 17.04.

Indicator is shown at the bottom left of the screen.
Country filter works fine with lower case input. So don't use UPPER case with the filter.

One problem though, ifconfig is not there anymore.
What did you do to solve it?

update
In the code, changing ['ifconfig', '-s'] to['ip', '-s', 'a'] also solved the problem.