Dragon2fly / vpngate-with-proxy

vpn gate client for linux, be able to connect to open vpn server through proxy
GNU General Public License v2.0
249 stars 71 forks source link

Indicator not show in gnome #23

Closed sonvirgo closed 4 years ago

sonvirgo commented 6 years ago

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

Dragon2fly commented 6 years ago

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
sonvirgo commented 6 years ago

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.

sonvirgo commented 6 years ago

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

Dragon2fly commented 6 years ago

Hi @sonvirgo ,

Is your problem solved?

sonvirgo commented 6 years ago

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

Dragon2fly commented 6 years ago

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.