OpenVPN / openvpn3-indicator

Simple GTK indicator GUI for OpenVPN 3 Linux
https://github.com/OpenVPN/openvpn3-indicator
GNU Affero General Public License v3.0
24 stars 2 forks source link

Failure to parse dev release: 22:dev #12

Closed pierres closed 1 week ago

pierres commented 2 weeks ago

The current 22 dev release reports "v22:dev" as version. Therefore the indicator fails with:

Traceback (most recent call last):
File "/usr/bin/openvpn3-indicator/openvpn3_indicator/application.py", line 131, in on_startup
ValueError: invalid literal for int() with base 10: '22:dev'
grzegorz-gutowski commented 2 weeks ago

Thanks for the report. Obviously, I didn't try the latest version yet. I have already pushed a patch which handles parsing of the version string a little better. Fedora and Ubuntu builds should be available shortly.

pierres commented 1 week ago

The latest commit works great. Thank you!