Skip to content

Commit

Permalink
when dependencies unmet, the indicator server shouldn't run
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon2fly committed Nov 15, 2016
1 parent 9aed7f4 commit f2a6bfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vpn_indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@

satisfied = True
except ImportError:
print >> sys.stderr, 'Lack of Gtk related modules!'
print >> sys.stderr, 'VPN indicator will not run!'
print >> sys.stderr, 'You should try "sudo apt-get install gir1.2-appindicator3-0.1 python-gobject"'
print >> sys.stderr, ' Lack of Gtk related modules! VPN indicator will not run!'
print >> sys.stderr, ' You should try "sudo apt-get install gir1.2-appindicator3-0.1 python-gobject"'
satisfied = False


Expand Down

0 comments on commit f2a6bfe

Please sign in to comment.